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

Visual Basic

 
QuestionHow to perform different actions with one handler Pin
Amer Rehman22-Aug-07 21:37
Amer Rehman22-Aug-07 21:37 
AnswerRe: How to perform different actions with one handler Pin
Luc Pattyn23-Aug-07 1:19
sitebuilderLuc Pattyn23-Aug-07 1:19 
AnswerRe: How to perform different actions with one handler Pin
Dave Kreskowiak23-Aug-07 3:35
mveDave Kreskowiak23-Aug-07 3:35 
Questionhow can i display data in listbox? Pin
Rharzkie22-Aug-07 21:33
Rharzkie22-Aug-07 21:33 
AnswerRe: how can i display data in listbox? Pin
enmahdi22-Aug-07 22:02
enmahdi22-Aug-07 22:02 
Questionhow i can fetch list box with Names vb. net? Pin
RaveRare22-Aug-07 20:59
RaveRare22-Aug-07 20:59 
AnswerRe: how i can fetch list box with Names vb. net? Pin
Michael Sync22-Aug-07 21:34
Michael Sync22-Aug-07 21:34 
GeneralRe: how i can fetch list box with Names vb. net? Pin
RaveRare22-Aug-07 22:40
RaveRare22-Aug-07 22:40 
Dear Micheal

thanks for nice information
i have writen my code following your pattern but it not works


Dim con As New OleDb.OleDbConnection("Provider=Microsoft.jet.oledb.4.0;Data Source=e:\college.mdb")
Dim query As New OleDb.OleDbCommand("Select * from student")
con.Open()
Dim dr As OleDb.OleDbDataReader = query.ExecuteReader()
While (dr.Read())
ListBox1.Items.Add(dr.GetString(1) = Name)
End While

dr.Close()
con.Close()

please help me more to clear my concept

thanks
GeneralRe: how i can fetch list box with Names vb. net? Pin
Michael Sync22-Aug-07 23:34
Michael Sync22-Aug-07 23:34 
QuestionHow to decode mail attachment [modified] Pin
rahul.net1122-Aug-07 20:43
rahul.net1122-Aug-07 20:43 
Questionfind the control char in a string Pin
eyes200722-Aug-07 20:33
eyes200722-Aug-07 20:33 
AnswerRe: find the control char in a string Pin
Johan Hakkesteegt23-Aug-07 1:31
Johan Hakkesteegt23-Aug-07 1:31 
Questioninstall mysql Pin
praveenkumar_mca22-Aug-07 20:01
praveenkumar_mca22-Aug-07 20:01 
AnswerRe: install mysql Pin
plural22-Aug-07 22:59
plural22-Aug-07 22:59 
QuestionExport Data in MS EXCEL Pin
Wlink22-Aug-07 19:50
Wlink22-Aug-07 19:50 
AnswerRe: Export Data in MS EXCEL Pin
Michael Sync22-Aug-07 20:33
Michael Sync22-Aug-07 20:33 
GeneralRe: Export Data in MS EXCEL Pin
Wlink22-Aug-07 21:02
Wlink22-Aug-07 21:02 
QuestionRead a Excel File using Vb6.0 Pin
jamesrajesh22-Aug-07 18:36
jamesrajesh22-Aug-07 18:36 
AnswerRe: Read a Excel File using Vb6.0 Pin
Paul Conrad26-Aug-07 9:27
professionalPaul Conrad26-Aug-07 9:27 
Questionhow to read header information of any file Pin
San@Coding22-Aug-07 17:12
San@Coding22-Aug-07 17:12 
AnswerRe: how to read header information of any file Pin
Dave Kreskowiak23-Aug-07 3:17
mveDave Kreskowiak23-Aug-07 3:17 
Questionhow to make a file password protected ????? Pin
San@Coding22-Aug-07 17:08
San@Coding22-Aug-07 17:08 
AnswerRe: how to make a file password protected ????? Pin
Dave Kreskowiak23-Aug-07 3:16
mveDave Kreskowiak23-Aug-07 3:16 
QuestionSystem.ExecutionEngineException Pin
dimuthuvbnet22-Aug-07 15:40
dimuthuvbnet22-Aug-07 15:40 
AnswerRe: System.ExecutionEngineException Pin
Michael Sync22-Aug-07 20:29
Michael Sync22-Aug-07 20:29 

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.