Web Browser - Codes And Other Functions - Some Error In Project ?
Oct 2, 2011I want to have my own web browser. instructions and code for this project. i try to make but there's some error in my project. codes and other functions?
View 5 RepliesI want to have my own web browser. instructions and code for this project. i try to make but there's some error in my project. codes and other functions?
View 5 RepliesCan I protect my codes and forms in my project from viewing ?
View 9 RepliesI am using Following Codes to connect my project to Access Database:-
CODE:
I want to use Database which is located on My Solution Explorer So My Question is that how can i connect Database which is located on the solution explorer
CODE:
I'm currently making a Web Browser, and I was wondering how I can save History after I close the program/form and clicking on the site I visited last and navigate to the link with a single click?
View 2 RepliesComplete VB project of Image Encryption And Decryption with codes
View 4 Repliesand Send me some codings for a restaurant management system project using any programming language preferably VB6,VB.NET,PHP&MYSQL,HTML with Javascripts[i][color=#000099][size=3][font=Times New Roman]
View 2 RepliesHow to comment and uncomment codes at multiple place within my project at the same time?I am using VS 2010 trial version to develop a VB application.Some of functions only should be showed to developer, not to users. So I must comment them and uncomment them many times during the process of development. please note that those codes are located in many locations and many VB files within my project.
Can I do this in a conveninent way, just clicking a button, or just defining a const or "#define something", something like that?
The program I am trying to make is to automatically create a World of Warcraft Trial account to make the proccess a little bit quicker.The first problem I am having is getting the captcha to show up in the form.(The captcha will only show up on the site if you make one account and then try to make another one)?
View 24 RepliesI'm refactoring my VB project into 2 projects, one being a utility library that I want to share with future projects.My solution's layout is like this:[code].....
util is created as a class library, and the member files added into it. I've then added util into the main project's references.However, when I try to call functions in util.vb from my main project files, I get build errors like this:
error BC30451: Name 'LogException' is not declared.
error BC30002: Type 'VarFile' is not defined.
These are defined in util.vb, and it compiled fine when it was part of the main project. The declarations look like this: (I've trimmed out the details)[code].....
I can add util.vb "as link" into the main project and it will solve all the build errors, but that seems to defeat the purpose of refactoring out the class library - I would like to develop this library separately, and not always have to keep track of which file links I haven't added in my main project.
Are there any functions that can be called across the project.I mean we cn use Private Sub ABC() function in the document where it has been declared but is there any way that this could be called from any other form?
View 2 RepliesAre there any functions that can be called across the project.I mean we cn use Private Sub ABC() function in the document where it has been declared but is there any way that this could be called from any other form?
View 7 RepliesHow to insert Left, Right, Mid functions in vb.net project. Presently I am Right function, But An error occurred 'Public read only property right() as integer ' has no parameters and its return type cannot be indexed
Dim s As String
s = Right$("sdfsd", 5)
In C, Pascal, and C++ it is possible to use the FormatMessage function to retrieve a "friendly" error message that corresponds to a COM HRESULT error code. This question contains sample code that demonstrates the C++ approach. Of course it would be possible to build a managed C++ assembly to perform this function for C# and VB.NET code, but I'm wondering: is there a way to translate COM error codes using the .NET system libraries?
View 2 RepliesDear Experts modify UPDATE codes according to INSERT codes Style.
[Code].....
I need update codes as there are insert codes
I have done a project were I had to recreate a vb project to match the functions of a demo. In the demo the panda is unable to go through the rock. I have tried hard and am unable to stop the panda going through the rock. Please could someone show me how.
I have attached the project below.
The demo is contained in the folder of the file i have attached.
I am trying to convert a VB.NET project to C#. I am conveting all the forms and classes as required, but I don't know where I need to write the events from ApplicationEvents.vb (I believe its autoGenerated from Properties) Here is the code in my ApplicationEvent.vb file:
[Code]....
I am trying to programmatically log error codes from any exceptions thrown on a PDA using CF3.5. Does anyone know how to get the most precise code for an error?
I've been looking at getting the HResult value of the thrown exception (which I can do), but this doesn't seem specific enough.
What I am trying to do is have a class where the functions of the same name are both instance functions and shared functions.
Public Shared Function Get...(byval xx as xx)
and
Public Function Get...
The Public Function uses a Property xx created in the constructor, whereas the Shared Function has the parameters (byval xx as xx).
As I develop code, I often want to unit test some of the building blocks of a class even if they are normally private. If my unit tests are inside the project, I can use "Friend" to accomplish this and still keep the functions private for normal use. But I would rather move my NUnit tests into their own separate project(s). How do I achieve the effe vb.net 2005?
View 11 Repliesi need help on that. My app is able to debug and execute successfully. But the problem is after i click on the send button, a msg box shows message successfully sent.However the recipient did not receive the msg at all.This is the code below:
[Code]...
As I develop code, I often want to unit test some of the building blocks of a class even if they are normally private. If my unit tests are inside the project, I can use "Friend" to accomplish this and still keep the functions private for normal use. But I would rather move my NUnit tests into their own separate project(s).
View 3 RepliesI need my calculations to stop performing when an error is received[code]..
View 11 RepliesI downloaded HWID Which lets me create lock to pc for my app Original source works but when i try and add that to my app it dosent m i Missing something ?This is the code
Imports System.Net
Imports System.Management
Public Class Form1
[code]....
I coppyed original source as u see above to my form3 which will be loading screen but some reason I get errors above code is exacly the same?
What I'm working on now is a web browser. Here is what I've got for the code so far. Its Really simple.
Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Me.Text = "Web Browser"
[Code] .....
BTW this is VB 2008 I don't know if 2010 is any different codding than 2008.
i am a student of b-tech i want a ppt for my mini project i.e. web browser using vb.net .
View 4 RepliesI've been working on learning VB.Net from VB6 and for some reason when I use On Error Goto handlers, or On Error Resume Next the program still procs an exception and ask to continue or close.I don't really understand what I am missing, everything I've read said it's the same as VB6 with a few extra options.
View 9 RepliesThis is just a general question, I need help with something on Visual Basic 2008. I do not know why, but as of late every time I open up a project in Vb it gives me something called an object browser. I try to find my forms so I can work on my program, but I can't find them. Has anyone else had this problem or knows how to fix it? I can't get to my forms!!
View 1 RepliesI am having a problem with the aero glass effect on the form. I have successfully spread the glass to the background of the form, but now the buttons ext ect. look like this (I have tried EVERYTHING on this page with no success):url...[code]
View 1 RepliesI figured out my more recent issue, which took me 2 days all because my string functions are giving errors in VBScript using MSScriptControl, but any function that returns another datatype value is returning correctly.
[Code]...
he Just trying to figure out some mouse Control Functions, I got it sort of working.the program run's, and does what it's meant to do, but then it crashes with a PInvokeStackImbalance error. [code] I just shortened the Code because there were a lot of Sub's that were not part of the problem, now it's easier to read.and If you haven't seen my other post it's NET version 4.0 in VS 2010
View 3 Replies