Click here to Skip to main content
15,879,535 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Printer Question Pin
Dave Kreskowiak7-Apr-08 10:08
mveDave Kreskowiak7-Apr-08 10:08 
GeneralRe: Printer Question Pin
BREdwards8-Apr-08 2:55
BREdwards8-Apr-08 2:55 
GeneralRe: Printer Question Pin
Kschuler7-Apr-08 10:09
Kschuler7-Apr-08 10:09 
QuestionChange Crystal Report's formatting from runtime Pin
Smithers-Jones7-Apr-08 9:15
Smithers-Jones7-Apr-08 9:15 
GeneralRe: Change Crystal Report's formatting from runtime Pin
Kschuler7-Apr-08 9:22
Kschuler7-Apr-08 9:22 
GeneralRe: Change Crystal Report's formatting from runtime Pin
Smithers-Jones8-Apr-08 6:43
Smithers-Jones8-Apr-08 6:43 
QuestionDetect computer date format Pin
chargersfan4207-Apr-08 7:57
chargersfan4207-Apr-08 7:57 
GeneralRe: Detect computer date format Pin
Luc Pattyn7-Apr-08 8:13
sitebuilderLuc Pattyn7-Apr-08 8:13 
Hi,

you can create a DateTime with known Day/Month/Year (see the constructors) and have it
converted to string in the system's default format (ToString methid), then you can "look"
at the string.

But you probably don't need all this; you can ask the DateTime type to parse a string
according to the system's settings, so it should work for you automatically as long as
the user follows his system's settings.

Of course, you can also override the date format, both in ToString() and in Parse() or TryParse().

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

This month's tips:
- before you ask a question here, search CodeProject, then Google;
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get;
- use PRE tags to preserve formatting when showing multi-line code snippets.


GeneralRe: Detect computer date format Pin
Mycroft Holmes7-Apr-08 21:55
professionalMycroft Holmes7-Apr-08 21:55 
GeneralRe: Detect computer date format Pin
chargersfan42010-Apr-08 11:20
chargersfan42010-Apr-08 11:20 
GeneralCreating toolbar like google toolbar in browser (cross browser) Pin
Member 40806847-Apr-08 4:47
Member 40806847-Apr-08 4:47 
GeneralRe: Creating toolbar like google toolbar in browser (cross browser) Pin
Dave Kreskowiak7-Apr-08 6:29
mveDave Kreskowiak7-Apr-08 6:29 
GeneralRe: Creating toolbar like google toolbar in browser (cross browser) Pin
Member 40806847-Apr-08 20:04
Member 40806847-Apr-08 20:04 
GeneralRe: Creating toolbar like google toolbar in browser (cross browser) Pin
Christian Graus7-Apr-08 20:20
protectorChristian Graus7-Apr-08 20:20 
GeneralRe: Creating toolbar like google toolbar in browser (cross browser) Pin
Dave Kreskowiak8-Apr-08 1:38
mveDave Kreskowiak8-Apr-08 1:38 
GeneralRe: Creating toolbar like google toolbar in browser (cross browser) Pin
Christian Graus7-Apr-08 11:28
protectorChristian Graus7-Apr-08 11:28 
Questionhow can i do calculation from datasource in vb.net Pin
Member 44429167-Apr-08 4:44
Member 44429167-Apr-08 4:44 
GeneralRe: how can i do calculation from datasource in vb.net Pin
Eduard Keilholz7-Apr-08 4:59
Eduard Keilholz7-Apr-08 4:59 
GeneralRe: how can i do calculation from datasource in vb.net [modified] Pin
Member 44429167-Apr-08 14:21
Member 44429167-Apr-08 14:21 
GeneralMenuStrip.GetItemAt returns Nothing Pin
Steven J Jowett7-Apr-08 4:04
Steven J Jowett7-Apr-08 4:04 
GeneralRe: MenuStrip.GetItemAt returns Nothing Pin
Luc Pattyn7-Apr-08 4:51
sitebuilderLuc Pattyn7-Apr-08 4:51 
GeneralRe: MenuStrip.GetItemAt returns Nothing Pin
Aks 0057-Apr-08 5:08
Aks 0057-Apr-08 5:08 
QuestionPeripherals list Pin
signo19767-Apr-08 3:58
signo19767-Apr-08 3:58 
GeneralRe: Peripherals list Pin
Steven J Jowett7-Apr-08 5:09
Steven J Jowett7-Apr-08 5:09 
Questionhow can i change datarow.itemarray member type? Pin
AHeavey7-Apr-08 1:56
AHeavey7-Apr-08 1:56 

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.