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

Visual Basic

 
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 
GeneralRe: DateTime.Parse fails at VB2005 [modified] Pin
TotalTops197229-Jun-07 5:40
TotalTops197229-Jun-07 5:40 
Thanks for this - what a giant leap - backwards.
If I understand this then 7 November 1993 has a format string of "d MMMM YYYY"

But all my dates (and the data has LOTS of them) are in the format
7th November 1993. I can find nothing in your link that shows me a format to cope with "th" (or "st" or "rd"). I presume I am going to have to strip these out of the input string myself - being careful with AuguST etc.

As I said a great leap forward - one line of code turns in to 10 or more!!!

STOP PRESS

The original error was in DateTime.Parse coping with "7th November 1993"
Following your link I tried ParseExact with a format string of "d MMMM YYYY"
after stripping the "th" out. But ParseExact returned an error.
However going back to just Parse with no "th" in the date string now seems to work.
Thanks again

TOPSie


-- modified at 13:25 Friday 29th June, 2007

TOPSie
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 
AnswerRe: accessing the html content of a webpage in the ie browser from vb.net Pin
sathesh pandian29-Jun-07 2:22
sathesh pandian29-Jun-07 2:22 

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.