Click here to Skip to main content
15,910,277 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How disable Sound on VB project. Pin
Steve Pullan12-Oct-05 14:59
Steve Pullan12-Oct-05 14:59 
GeneralRe: How disable Sound on VB project. Pin
icDavid12-Oct-05 15:24
icDavid12-Oct-05 15:24 
AnswerRe: How disable Sound on VB project. Pin
Dave Kreskowiak12-Oct-05 15:50
mveDave Kreskowiak12-Oct-05 15:50 
Questioni need to make a connection to sql server 2000 from vb.net Pin
Anonymous12-Oct-05 10:11
Anonymous12-Oct-05 10:11 
AnswerRe: i need to make a connection to sql server 2000 from vb.net Pin
Dave Kreskowiak12-Oct-05 11:34
mveDave Kreskowiak12-Oct-05 11:34 
GeneralRe: i need to make a connection to sql server 2000 from vb.net Pin
maxiachun12-Oct-05 14:51
maxiachun12-Oct-05 14:51 
GeneralRe: i need to make a connection to sql server 2000 from vb.net Pin
Dave Kreskowiak12-Oct-05 15:43
mveDave Kreskowiak12-Oct-05 15:43 
AnswerRe: i need to make a connection to sql server 2000 from vb.net Pin
K Baruah16-Oct-05 20:33
K Baruah16-Oct-05 20:33 
Just try out the following in VB.NET

Imports System.Data.SqlClient
Dim oSQLConn As SqlConnection = New SqlConnection()
oSQLConn.ConnectionString="my connectionstring"
oSQLConn.Open()

Kaushik Baruah
Programmer Analyst
Cognizant Technology Solutions,India
QuestionMessageBox Behind Forms with ApplicationModal On. Pin
jburkle12-Oct-05 7:23
jburkle12-Oct-05 7:23 
Answeroff subject Pin
icouldntthinkofagoodname12-Oct-05 8:02
icouldntthinkofagoodname12-Oct-05 8:02 
GeneralRe: off subject Pin
Dave Kreskowiak12-Oct-05 8:08
mveDave Kreskowiak12-Oct-05 8:08 
QuestionDatabinding Pin
kenexcelon12-Oct-05 3:57
kenexcelon12-Oct-05 3:57 
Questiontcplistener + thread Pin
cengelen12-Oct-05 1:27
cengelen12-Oct-05 1:27 
QuestionDLL creation form vb.net project Pin
carlos_rocha12-Oct-05 1:23
carlos_rocha12-Oct-05 1:23 
AnswerRe: DLL creation form vb.net project Pin
enjoycrack12-Oct-05 7:08
enjoycrack12-Oct-05 7:08 
Questionhow to creat a currency converter Pin
Member 235262112-Oct-05 1:04
Member 235262112-Oct-05 1:04 
AnswerRe: how to creat a currency converter Pin
Colin Angus Mackay12-Oct-05 1:31
Colin Angus Mackay12-Oct-05 1:31 
AnswerRe: how to creat a currency converter Pin
Dave Kreskowiak12-Oct-05 1:33
mveDave Kreskowiak12-Oct-05 1:33 
AnswerRe: how to creat a currency converter Pin
icDavid12-Oct-05 15:38
icDavid12-Oct-05 15:38 
Questioni need the steps and code for designing a currency converter Pin
Member 235262112-Oct-05 0:56
Member 235262112-Oct-05 0:56 
AnswerRe: i need the steps and code for designing a currency converter Pin
enjoycrack12-Oct-05 7:05
enjoycrack12-Oct-05 7:05 
Questionmonitor and control remote PC Pin
Ali el11-Oct-05 23:00
Ali el11-Oct-05 23:00 
AnswerRe: monitor and control remote PC Pin
Dave Kreskowiak12-Oct-05 1:30
mveDave Kreskowiak12-Oct-05 1:30 
GeneralI wanted to learn VB.NET Pin
Raju Malladada11-Oct-05 21:41
Raju Malladada11-Oct-05 21:41 
GeneralRe: I wanted to learn VB.NET Pin
jonathan1511-Oct-05 23:44
jonathan1511-Oct-05 23:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.