-
Outlook-style user interface in VB 2005
I want to create an Outlook-style user interface in VB 2005. Anybody to guide me or provide sample code for me? Thanks. Goodshow
Last updated: -
Avoid duplicate entry in database through Visual Basic 2005
I have made a program in VB 2005 with SQL 2005 as back end. In the data base there are three fields which are unique id of a person. I want to display "Already Exist" message box when I enter an already existing id. matching all three fields and not allow duplicate entry.
Last updated: -
How to output a text file and separate the data into different fields using VB 2005
I'm new at this. This is an example of the data (in notepad) it looks like this.. 1,ABC,12/12/2008 2,DEF,13/12/2008 3,GHI,14/12/2008 4,JKL,15/12/2008 I would like to read only the first line and have each field dim as varchar. The output should be in this form: Field 1 = 1 Field 2 = ABC Field 3 =...
Last updated: -
How to connect Access database to a Visual Studio 2005?
i use the following code to connect and i created DSN but its not getting connected... whats my fault can anyone help me?? Dim X As ADODB.Connection Dim RS As ADODB.Recordset Dim RS1 As ADODB.Recordset i am getting underlined error in adodb.connection, adodb.recordset i think there is some error in...
Last updated: -
How to develop a VB application for any computer?
I am very new to this and want to know if I develop a database application using Visual Basic 2005, can my application be loaded onto any computer and used or will the user have to have VB 2005 or some particular database software installed on their computer to use it?
Last updated: -
A form contain two text field (Name,Address) three buttons (Save,Modify,Delete). A test.mdf file in sql server. I want total source code of that sample project Pl help me about that. Thank you prit
Last updated: -
I am at square one in learning programming. Currently taking a QB4.5 course and want to continue with visual basic. I am getting conflicting information about where to start. Some say VB2005 others say VB2008 and every version between gets a vote from someone. I don't want to waste time learning a...
Last updated: -
My Debug pages does not show Configuration or Start Action options. It only show Start Options. How do I correct this?
Last updated: -
HOW DO I UPDATE A FILED IN SQL THROUGH VB 2005?
Last updated: -
reset button and trying to figure out the code
I'm doing a project with rad buttons and check buttons. I have an enter and a reset button and I don't know what the code is for the reset button which will reset the items in my listbox. What would be the code to reset the listbox? I'm using VB 2005
-
Connect SQL Server 2005 Express db to Visual Basic 2005 Express
I get an error "Generating user instances in SQL Server is disabled. Use sp_configure 'user instances enabled' to generate user instances. I run the store procedure on SQL Server and it looks like it worked, but "Test Connection" gives me the same error. What can I do to resolve this error?
Last updated: -
connecting VB2005 Express with remote msSQL2005 Express server
I'm trying to do the above with no sucess although I can connect msQuery, create msAccess projects, and ODBC with the remote server. The remote server is already configured to accept remote connections.!!! the message is that the remote server do not allow remote connections!!! any ideas
Last updated: