Click here to Skip to main content
15,927,694 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Silly Question - Handling a single quote while writing a query in vb.net Pin
prathiba_naresh22-Jun-05 5:23
prathiba_naresh22-Jun-05 5:23 
GeneralFilelistbox Pin
JimClark6815-Jun-05 4:17
JimClark6815-Jun-05 4:17 
GeneralRe: Filelistbox Pin
Dave Kreskowiak15-Jun-05 4:22
mveDave Kreskowiak15-Jun-05 4:22 
GeneralRe: Filelistbox Pin
JimClark6815-Jun-05 5:29
JimClark6815-Jun-05 5:29 
GeneralRe: Filelistbox Pin
Dave Kreskowiak15-Jun-05 7:18
mveDave Kreskowiak15-Jun-05 7:18 
Generaldatagrid problem Pin
nickc115-Jun-05 2:50
sussnickc115-Jun-05 2:50 
Generalpopulate dropdownlist Pin
Manik Nath14-Jun-05 22:45
Manik Nath14-Jun-05 22:45 
GeneralRe: populate dropdownlist Pin
syed saba14-Jun-05 23:40
syed saba14-Jun-05 23:40 
by using the following code u will be able to add data from first_name:

dim Cn as new adodb.connection
dim rs as new adodb.recordset
dim str as string

cn.Open "DSN-NAME", "UID", "PWD"
Set rS.ActiveConnection = cn
str_State = "Select DISTINCT FIELD-NAME from TABLE-NAME"
rs.Open str, cn, adOpenStatic, adLockReadOnly
For j = 1 To rs.RecordCount
cmbo1.AddItem rs.Fields(0).Value
rs.MoveNext
Next
If rs.State = 1 Then
rs.Close
Set rs = Nothing
End If
If cn.State = 1 Then
cn.Close
Set cn = Nothing
End If
GeneralRe: populate dropdownlist Pin
CalaLily15-Jun-05 3:47
CalaLily15-Jun-05 3:47 
GeneralRe: populate dropdownlist Pin
15-Jun-05 19:34
suss15-Jun-05 19:34 
GeneralProblem with Dhtmledit control Pin
Anonymous14-Jun-05 21:48
Anonymous14-Jun-05 21:48 
GeneralRe: Problem with Dhtmledit control Pin
Dave Kreskowiak15-Jun-05 3:49
mveDave Kreskowiak15-Jun-05 3:49 
QuestionDhtmledit syntax ? Pin
Anonymous14-Jun-05 21:11
Anonymous14-Jun-05 21:11 
QuestionHow to develop a irc chat in asp.net Pin
veeri14-Jun-05 19:32
veeri14-Jun-05 19:32 
AnswerRe: How to develop a irc chat in asp.net Pin
Christian Graus14-Jun-05 23:52
protectorChristian Graus14-Jun-05 23:52 
GeneralRe: How to develop a irc chat in asp.net Pin
Anonymous16-Jun-05 19:51
Anonymous16-Jun-05 19:51 
GeneralRe: How to develop a irc chat in asp.net Pin
Dave Kreskowiak17-Jun-05 4:31
mveDave Kreskowiak17-Jun-05 4:31 
Generalwant dhtmledit vb help Pin
anynomous14-Jun-05 19:13
sussanynomous14-Jun-05 19:13 
GeneralError 50003 Pin
Yulianto.14-Jun-05 18:02
Yulianto.14-Jun-05 18:02 
GeneralRe: Error 50003 Pin
Dave Kreskowiak15-Jun-05 3:41
mveDave Kreskowiak15-Jun-05 3:41 
General.NET Porting Pin
Anushan Tennakoon14-Jun-05 17:26
Anushan Tennakoon14-Jun-05 17:26 
GeneralRe: .NET Porting Pin
Christian Graus14-Jun-05 17:48
protectorChristian Graus14-Jun-05 17:48 
GeneralRe: .NET Porting Pin
jonathan1515-Jun-05 3:01
jonathan1515-Jun-05 3:01 
GeneralDelete Picture in MS Word Pin
IvanChang14-Jun-05 17:22
IvanChang14-Jun-05 17:22 
Questionhow to skip used mailing labels and print duplicates in vb.net with Crystal Reports? Pin
Lisana14-Jun-05 8:17
Lisana14-Jun-05 8:17 

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.