Click here to Skip to main content
16,005,491 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: .NET right to left Pin
Ali el21-Sep-07 21:11
Ali el21-Sep-07 21:11 
AnswerRe: .NET right to left Pin
originSH20-Sep-07 1:13
originSH20-Sep-07 1:13 
GeneralRe: .NET right to left Pin
DanB198321-Sep-07 6:00
DanB198321-Sep-07 6:00 
QuestionMS application verifier! Pin
Jwalant Natvarlal Soneji19-Sep-07 21:18
Jwalant Natvarlal Soneji19-Sep-07 21:18 
AnswerRe: MS application verifier! Pin
Christian Graus20-Sep-07 0:46
protectorChristian Graus20-Sep-07 0:46 
QuestionHow to convert the string to datetime format Pin
DON34519-Sep-07 21:04
DON34519-Sep-07 21:04 
AnswerRe: How to convert the string to datetime format Pin
Jwalant Natvarlal Soneji19-Sep-07 21:20
Jwalant Natvarlal Soneji19-Sep-07 21:20 
AnswerRe: How to convert the string to datetime format Pin
Guffa20-Sep-07 2:53
Guffa20-Sep-07 2:53 
Use the DateTime.ParseExact method with the format "dd/MM/yyyy HH:mm:ss" to parse the string into a DateTime value.

Don't store the value as text in the database, store it as a datetime value, and use the data format you like when you convert the value to a string after retrieving it from the database.

---
single minded; short sighted; long gone;

QuestionNeed help designing label and envelope prinitng in vb Pin
rajnee19-Sep-07 20:53
rajnee19-Sep-07 20:53 
AnswerRe: Need help designing label and envelope prinitng in vb Pin
DanB198319-Sep-07 22:02
DanB198319-Sep-07 22:02 
QuestionDAll And BLL Template Question Pin
Vimalsoft(Pty) Ltd19-Sep-07 20:08
professionalVimalsoft(Pty) Ltd19-Sep-07 20:08 
AnswerRe: DAll And BLL Template Question Pin
Colin Angus Mackay20-Sep-07 0:10
Colin Angus Mackay20-Sep-07 0:10 
GeneralRe: DAll And BLL Template Question Pin
Vimalsoft(Pty) Ltd20-Sep-07 1:49
professionalVimalsoft(Pty) Ltd20-Sep-07 1:49 
GeneralRe: DAll And BLL Template Question Pin
Colin Angus Mackay20-Sep-07 2:33
Colin Angus Mackay20-Sep-07 2:33 
GeneralRe: DAll And BLL Template Question Pin
Vimalsoft(Pty) Ltd20-Sep-07 2:50
professionalVimalsoft(Pty) Ltd20-Sep-07 2:50 
GeneralRe: DAll And BLL Template Question Pin
Vimalsoft(Pty) Ltd20-Sep-07 3:55
professionalVimalsoft(Pty) Ltd20-Sep-07 3:55 
GeneralRe: DAll And BLL Template Question Pin
Colin Angus Mackay20-Sep-07 4:23
Colin Angus Mackay20-Sep-07 4:23 
GeneralRe: DAll And BLL Template Question Pin
Vimalsoft(Pty) Ltd20-Sep-07 5:28
professionalVimalsoft(Pty) Ltd20-Sep-07 5:28 
GeneralRe: DAll And BLL Template Question Pin
Dave Kreskowiak20-Sep-07 4:33
mveDave Kreskowiak20-Sep-07 4:33 
GeneralRe: DAll And BLL Template Question Pin
Dave Kreskowiak20-Sep-07 4:48
mveDave Kreskowiak20-Sep-07 4:48 
GeneralRe: DAll And BLL Template Question Pin
Vimalsoft(Pty) Ltd20-Sep-07 5:20
professionalVimalsoft(Pty) Ltd20-Sep-07 5:20 
QuestionRunning two projects as one application Pin
saaaas19-Sep-07 17:52
saaaas19-Sep-07 17:52 
AnswerRe: Running two projects as one application Pin
Christian Graus19-Sep-07 18:19
protectorChristian Graus19-Sep-07 18:19 
QuestionExcel - How to read data from an XML file... Pin
Albert Giraudi19-Sep-07 16:37
Albert Giraudi19-Sep-07 16:37 
AnswerRe: Excel - How to read data from an XML file... Pin
Gary Bigman19-Sep-07 21:16
Gary Bigman19-Sep-07 21:16 

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.