Click here to Skip to main content
15,906,645 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Safe Mode & My Application Pin
Dave Kreskowiak15-Feb-07 4:20
mveDave Kreskowiak15-Feb-07 4:20 
GeneralRe: Safe Mode & My Application Pin
Dave Kreskowiak15-Feb-07 4:26
mveDave Kreskowiak15-Feb-07 4:26 
GeneralRe: Safe Mode & My Application Pin
FeRtoll15-Feb-07 20:23
FeRtoll15-Feb-07 20:23 
QuestionHow to add new item to combo box? Pin
cheeken2u8-Feb-07 20:20
cheeken2u8-Feb-07 20:20 
AnswerRe: How to add new item to combo box? Pin
Johan Hakkesteegt8-Feb-07 21:49
Johan Hakkesteegt8-Feb-07 21:49 
GeneralRe: How to add new item to combo box? Pin
cheeken2u8-Feb-07 22:04
cheeken2u8-Feb-07 22:04 
GeneralRe: How to add new item to combo box? [modified] Pin
Johan Hakkesteegt8-Feb-07 22:14
Johan Hakkesteegt8-Feb-07 22:14 
GeneralRe: How to add new item to combo box? Pin
alicris9-Feb-07 8:30
alicris9-Feb-07 8:30 
GeneralRe: How to add new item to combo box? Pin
Johan Hakkesteegt11-Feb-07 19:48
Johan Hakkesteegt11-Feb-07 19:48 
QuestionHP iPAQ h5500 fingerprint reader Pin
crazyteh8-Feb-07 19:40
crazyteh8-Feb-07 19:40 
AnswerRe: HP iPAQ h5500 fingerprint reader Pin
Dave Kreskowiak9-Feb-07 5:30
mveDave Kreskowiak9-Feb-07 5:30 
GeneralRe: HP iPAQ h5500 fingerprint reader Pin
crazyteh11-Feb-07 17:02
crazyteh11-Feb-07 17:02 
GeneralRe: HP iPAQ h5500 fingerprint reader Pin
Dave Kreskowiak12-Feb-07 2:21
mveDave Kreskowiak12-Feb-07 2:21 
QuestionHelp Required Its Urgent Pin
amjad ali shah8-Feb-07 19:30
amjad ali shah8-Feb-07 19:30 
GeneralRe: Useless subject Pin
Guffa8-Feb-07 22:49
Guffa8-Feb-07 22:49 
GeneralRe: Useless subject Pin
amjad ali shah9-Feb-07 0:47
amjad ali shah9-Feb-07 0:47 
QuestionOpen Excel File Stored in Access Database Pin
Shaurya_Rastogi8-Feb-07 17:26
Shaurya_Rastogi8-Feb-07 17:26 
Questionhow to convert csv to vb.net data table Pin
balamurugan828-Feb-07 17:23
balamurugan828-Feb-07 17:23 
AnswerRe: how to convert csv to vb.net data table Pin
PIEBALDconsult8-Feb-07 17:33
mvePIEBALDconsult8-Feb-07 17:33 
Instantiate a DataTable, add appropriate DataColumns, foreach line in the file...

1) Use the DataTable's NewRow method to create a new DataRow
2) Split the line on the commas, and foreach the resultant array, populating the DataRow
3) Add the DataRow to the DataTable with the DataTable's Add method.
QuestionHow do I select time only from a DATETIME column? Pin
Praveen 1238-Feb-07 17:14
Praveen 1238-Feb-07 17:14 
AnswerRe: How do I select time only from a DATETIME column? Pin
M-Hall8-Feb-07 17:45
M-Hall8-Feb-07 17:45 
GeneralRe: How do I select time only from a DATETIME column? Pin
Johan Hakkesteegt8-Feb-07 20:48
Johan Hakkesteegt8-Feb-07 20:48 
Questionmultiple forms in a web page Pin
uglyeyes8-Feb-07 16:09
uglyeyes8-Feb-07 16:09 
AnswerRe: multiple forms in a web page Pin
econner8-Feb-07 16:22
econner8-Feb-07 16:22 
AnswerRe: multiple forms in a web page Pin
gauthee8-Feb-07 17:59
gauthee8-Feb-07 17:59 

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.