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...
I am getting error 'Activex Component Can't Create Object' when I try to compile the program. Please help. Opn_Db = "ODBC;DSN=" & Opn_DSN Opn_Connect = "UID="...
This is a rather archaic message. It might be wise to explain exactly what your are looking for. Examples of what? Jeff K. Steinkamp N7YG Tucson, AZ SCUD...
For a good location to get code ideas and find posible answeres to VB coding problems, go to http://www.vbforums.com/ If you are not what you say you are,...
You can also get codes ideas from this sites: www.dreamincode.net http://www.freevbcode.com/ http://www.vbcodesource.com/ http://www.codeproject.com/ ...
Take a look to this page. There are different ways to make a connections: http://www.connectionstrings.com/ then, you can also see this other to learn how to...