Click here to Skip to main content
15,891,136 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How display current time? Pin
Psycho-*Coder*-Extreme23-Apr-07 10:27
Psycho-*Coder*-Extreme23-Apr-07 10:27 
QuestionRe: How display current time? Pin
cwoods5623-Apr-07 10:45
cwoods5623-Apr-07 10:45 
AnswerRe: How display current time? Pin
Christian Graus23-Apr-07 11:05
protectorChristian Graus23-Apr-07 11:05 
GeneralRe: How display current time? Pin
cwoods5623-Apr-07 11:53
cwoods5623-Apr-07 11:53 
AnswerRe: How display current time? Pin
Psycho-*Coder*-Extreme23-Apr-07 11:58
Psycho-*Coder*-Extreme23-Apr-07 11:58 
GeneralRe: How display current time? Pin
Christian Graus23-Apr-07 15:30
protectorChristian Graus23-Apr-07 15:30 
QuestionProduct Table Export to CSV and Excel Pin
Brendan Vogt23-Apr-07 10:07
Brendan Vogt23-Apr-07 10:07 
AnswerRe: Product Table Export to CSV and Excel Pin
sthotakura23-Apr-07 11:12
sthotakura23-Apr-07 11:12 
CSV files are nothing but (C)omma (S)eperated (V)alues which you can edit in Excel application.

It is so simple to export a table to CSV file format. Read your table into a DataSet/DataReader.
create a text file with extenstion .csv using FileStream and write all your column values as comma seprated values..


Cheers,
Suresh

QuestionBest Practice for Guids in Method Parameters Pin
john202123-Apr-07 8:39
john202123-Apr-07 8:39 
AnswerRe: Best Practice for Guids in Method Parameters Pin
Dave Kreskowiak23-Apr-07 9:00
mveDave Kreskowiak23-Apr-07 9:00 
GeneralRe: Best Practice for Guids in Method Parameters Pin
john202123-Apr-07 9:20
john202123-Apr-07 9:20 
AnswerRe: Best Practice for Guids in Method Parameters Pin
kubben23-Apr-07 9:48
kubben23-Apr-07 9:48 
Questionhow to convert .sql to .mdb file Pin
preci23-Apr-07 5:22
preci23-Apr-07 5:22 
AnswerRe: how to convert .sql to .mdb file Pin
Dave Kreskowiak23-Apr-07 5:34
mveDave Kreskowiak23-Apr-07 5:34 
QuestionDialing a Phone Number from Visual Basic Pin
S.Rajeshwar23-Apr-07 5:14
S.Rajeshwar23-Apr-07 5:14 
AnswerRe: Dialing a Phone Number from Visual Basic Pin
Dave Kreskowiak23-Apr-07 5:37
mveDave Kreskowiak23-Apr-07 5:37 
GeneralRe: Dialing a Phone Number from Visual Basic Pin
keninfo24-Apr-07 2:07
keninfo24-Apr-07 2:07 
QuestionProblem with dt.Rows.Count Pin
RichardBerry23-Apr-07 1:36
RichardBerry23-Apr-07 1:36 
AnswerRe: Problem with dt.Rows.Count Pin
andyharman23-Apr-07 2:53
professionalandyharman23-Apr-07 2:53 
AnswerRe: Problem with dt.Rows.Count Pin
Dave Kreskowiak23-Apr-07 5:51
mveDave Kreskowiak23-Apr-07 5:51 
GeneralRe: Problem with dt.Rows.Count Pin
RichardBerry23-Apr-07 22:05
RichardBerry23-Apr-07 22:05 
QuestionData type mismatch in criteria expression. Pin
peteyshrew22-Apr-07 23:40
peteyshrew22-Apr-07 23:40 
AnswerRe: Data type mismatch in criteria expression. Pin
Colin Angus Mackay23-Apr-07 0:21
Colin Angus Mackay23-Apr-07 0:21 
AnswerRe: Data type mismatch in criteria expression. Pin
RichardBerry23-Apr-07 1:39
RichardBerry23-Apr-07 1:39 
GeneralRe: Data type mismatch in criteria expression. Pin
Colin Angus Mackay23-Apr-07 3:35
Colin Angus Mackay23-Apr-07 3:35 

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.