I am new to coding and have an assignment to parse a name and place the first name in one label and the middle name in the second label and the last name in...
I think the problem is the variables are being passed to the function byval and not byref. So, the value is changed in the sub but not returned. You should...
Your first method is quite convoluted. Using the split function would save you a lot of hassle: Private Sub btnParse_Click(ByVal sender As System.Object, ByVal...
I wish to purchase Visual Basic, but getting information from the MS site is hopeless. Would someone please explain to me the differances between the Standard...
I agree. When a value is passed by ref to a function and the value is changed, when the functions ends the changed value is available to the calling function...
I have written the following code to fill an arryList and then display it in a list box. I now want to remove a selected item from the list box and remove the...
Hi, everyone. I just joined this group. I hope someone can help with this: I have a VB5 application that needs to present photos as thumbnails. The way I'm...
hello i want to use sql server 2005 at my home using sql server authentication with vb.net 2005? the setup which i have installs sql server 2005 which is...
Hi All, Is there a way for 2 User Controls both embedded in the same Form to communicate directly with each other via events? Let say Control A contains an...
I'm having problems connecting an access database; though it says that the connection succeeded, whenever I click OK, it says: "format of the initialization...
Sure. Find the event that fires when you select a new row in the datagrid, and put the code in that event to populate control b's text. Pseaudo code for ctrla...
Hi, It's been awhile since I've done any programming so this may not be what your looking for but this is what I have... get Control B to use the Selecyed Item...
Hi, I may have encountered a similar problem connecting to an MS-Access database a few weeks back. To solve the problem I just upgraded the version of the...
Trisha, At work I use Access 2003 with both Visual Studio Pro and Express 2008 with no problems at all. You didn't indicate which version of Acces you are...
hi everyone.. i m writing software in vb in which i am going to connect device to usb port and send command to it via vb code. but i m not able to establish...
hi all, i m a vb6 devloper and started to use visual studio 2005 i m making a database web in asp.net, sql with language vb.net. The login page and sission...
hi all, i m a vb6 devloper and started to use visual studio 2005 i m making a database driven web in asp.net, sql with language vb.net. The login page and...
In the name of Allah Dear I wanted to send pic to Data Base with ADO.Net through the Data Adaptor but I don't know how to convert Image type in vb.net to image...
Hi, I have a problem on displaying information I get from a MYSQL query. I am a beginner in VB.net, and the code is very different from VB6, so I could really...
The following code is from the Illustrator Scripting Guide, but when I try and compile it in Visual Basic I get the error message "Array is a type and cannot...