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

Visual Basic

 
Questionhow can I deploy a vb.net application that is connecting to database? Pin
akramicoooo29-Jun-07 3:50
akramicoooo29-Jun-07 3:50 
AnswerRe: how can I deploy a vb.net application that is connecting to database? Pin
kubben29-Jun-07 3:53
kubben29-Jun-07 3:53 
AnswerRe: how can I deploy a vb.net application that is connecting to database? Pin
Dave Kreskowiak29-Jun-07 4:40
mveDave Kreskowiak29-Jun-07 4:40 
QuestionSave file from PDA to remote computer Pin
k.giannis_198029-Jun-07 3:05
k.giannis_198029-Jun-07 3:05 
AnswerRe: Save file from PDA to remote computer Pin
Dave Kreskowiak29-Jun-07 4:38
mveDave Kreskowiak29-Jun-07 4:38 
GeneralRe: Save file from PDA to remote computer Pin
k.giannis_198029-Jun-07 5:51
k.giannis_198029-Jun-07 5:51 
QuestionDateTime.Parse fails at VB2005 Pin
TotalTops197229-Jun-07 2:55
TotalTops197229-Jun-07 2:55 
AnswerRe: DateTime.Parse fails at VB2005 Pin
Dave Kreskowiak29-Jun-07 4:36
mveDave Kreskowiak29-Jun-07 4:36 
You now have to use DateTime.ParseExact[^] and supply the format string that describes the format in which it should expect the date. Read the link I supplied, near the bottom, for an in-depth description of how ParseExact works and creating custom format strings to tell the parser what to expect.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: DateTime.Parse fails at VB2005 [modified] Pin
TotalTops197229-Jun-07 5:40
TotalTops197229-Jun-07 5:40 
GeneralRe: DateTime.Parse fails at VB2005 Pin
Dave Kreskowiak29-Jun-07 7:33
mveDave Kreskowiak29-Jun-07 7:33 
GeneralRe: DateTime.Parse fails at VB2005 Pin
TotalTops197229-Jun-07 7:43
TotalTops197229-Jun-07 7:43 
GeneralRe: DateTime.Parse fails at VB2005 Pin
Dave Kreskowiak29-Jun-07 7:46
mveDave Kreskowiak29-Jun-07 7:46 
GeneralRe: DateTime.Parse fails at VB2005 Pin
TwoFaced29-Jun-07 14:23
TwoFaced29-Jun-07 14:23 
QuestionCustom Attribute Pin
Navneet Hegde29-Jun-07 2:55
Navneet Hegde29-Jun-07 2:55 
AnswerRe: Custom Attribute Pin
Dave Kreskowiak29-Jun-07 4:31
mveDave Kreskowiak29-Jun-07 4:31 
QuestionHow to Read the Content from MS Word and Excel File Pin
Thirukumar29-Jun-07 2:50
Thirukumar29-Jun-07 2:50 
AnswerRe: How to Read the Content from MS Word and Excel File Pin
Dave Kreskowiak29-Jun-07 4:09
mveDave Kreskowiak29-Jun-07 4:09 
Questionhelp Pin
ashishp0229-Jun-07 2:33
ashishp0229-Jun-07 2:33 
AnswerThe rules... Pin
leckey29-Jun-07 3:20
leckey29-Jun-07 3:20 
AnswerRe: help Pin
Navneet Hegde29-Jun-07 3:24
Navneet Hegde29-Jun-07 3:24 
AnswerRe: help Pin
originSH29-Jun-07 3:28
originSH29-Jun-07 3:28 
AnswerRe: help Pin
Sathesh Sakthivel29-Jun-07 3:38
Sathesh Sakthivel29-Jun-07 3:38 
QuestionDDL loses its contents at postback Pin
shahid_isb8529-Jun-07 2:20
shahid_isb8529-Jun-07 2:20 
AnswerRe: DDL loses its contents at postback Pin
Dave Kreskowiak29-Jun-07 4:07
mveDave Kreskowiak29-Jun-07 4:07 
Questionaccessing the html content of a webpage in the ie browser from vb.net Pin
chiyankrishna29-Jun-07 1:47
chiyankrishna29-Jun-07 1:47 

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.