Click here to Skip to main content
15,887,683 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
AnswerRe: multiple forms in a web page Pin
amjad ali shah9-Feb-07 2:47
amjad ali shah9-Feb-07 2:47 
QuestionIndustry Control and Programme Pin
codeadair8-Feb-07 15:56
codeadair8-Feb-07 15:56 
AnswerRe: Industry Control and Programme Pin
Johan Hakkesteegt8-Feb-07 21:51
Johan Hakkesteegt8-Feb-07 21:51 
AnswerRe: Industry Control and Programme Pin
Dave Kreskowiak9-Feb-07 5:13
mveDave Kreskowiak9-Feb-07 5:13 
QuestionRecognize Different tones? Pin
Dave@VB8-Feb-07 14:46
Dave@VB8-Feb-07 14:46 
AnswerRe: Recognize Different tones? Pin
Christian Graus8-Feb-07 14:50
protectorChristian Graus8-Feb-07 14:50 
GeneralRe: Recognize Different tones? Pin
Dave@VB8-Feb-07 14:51
Dave@VB8-Feb-07 14:51 
AnswerRe: Recognize Different tones? Pin
MikeMarq8-Feb-07 19:17
MikeMarq8-Feb-07 19:17 
GeneralRe: Recognize Different tones? Pin
Dave@VB9-Feb-07 9:39
Dave@VB9-Feb-07 9:39 
QuestionSelect pic from resources Pin
harveyhanson8-Feb-07 14:25
harveyhanson8-Feb-07 14:25 
AnswerRe: Select pic from resources Pin
Christian Graus8-Feb-07 14:52
protectorChristian Graus8-Feb-07 14:52 

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.