Dear Danny, thanx for ur reply but I didn't find folder acviveX. whatz its path? ... right click it and frm the popup menu select Open With. ... button and...
i am programmer of VB6. Now i wana switch to .net with SQL Server, kindly tell me what version i should install in my PC and kindly send me link from where i...
Hi y'all I am in your same situation and well ... I think the most intelligent is starting with VB 2008, nonsense doing with VB 2005 and VISUAL BASIC 2008 FOR...
Every week I down load data from our server. The same format and headers each week. This file will grow exponentially! Need to append it to a text file so I...
Language: VB 2008 Express I need to replace every instance of "_new" with "_self" found in a js function on a webpage loaded into the WebBrowser1 control. I...
You can download VisualBasic 2008 Express for free here http://www.microsoft.com/Express/VB/ HTH, Ernie ... kindly tell me what version i should install in my...
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...