Click here to Skip to main content
15,903,201 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Datagrid Pin
John_Adams29-Jul-08 4:21
John_Adams29-Jul-08 4:21 
QuestionPlease Clear my Confusion.. Pin
guriqbal8729-Jul-08 3:09
guriqbal8729-Jul-08 3:09 
AnswerRe: Please Clear my Confusion.. Pin
jzonthemtn29-Jul-08 3:36
jzonthemtn29-Jul-08 3:36 
AnswerRe: Please Clear my Confusion.. Pin
Mycroft Holmes29-Jul-08 19:11
professionalMycroft Holmes29-Jul-08 19:11 
GeneralRe: Please Clear my Confusion.. Pin
jzonthemtn30-Jul-08 4:29
jzonthemtn30-Jul-08 4:29 
AnswerRe: Please Clear my Confusion.. Pin
Vimalsoft(Pty) Ltd29-Jul-08 23:07
professionalVimalsoft(Pty) Ltd29-Jul-08 23:07 
QuestionHow I can Change the Regional and Language setting from my VB Application. Pin
Member 439237329-Jul-08 2:57
Member 439237329-Jul-08 2:57 
AnswerRe: How I can Change the Regional and Language setting from my VB Application. Pin
Luc Pattyn29-Jul-08 3:38
sitebuilderLuc Pattyn29-Jul-08 3:38 
Hi,

most control panel stuff should be only be manipulated interactively by the user, and not be
modified by a program. What would happen if different programs started to set different values
for the same system properties?

I really don't know how to change system settings programmatically either.

I do know how to tell an app to use specific settings tho:
- you can specify date, time, currency formats explicitly every time you need them (say in ToString)
using one of the method overloads
- you can specify an overall Culture for a thread (see Thread.CurrentCulture)
- AFAIK you can't specify it for the entire app (Application.CurrentCulture works on a thread too).

Hope this helps.

Luc Pattyn [Forum Guidelines] [My Articles]

Fixturized forever. Confused | :confused:


AnswerRe: How I can Change the Regional and Language setting from my VB Application. Pin
jzonthemtn29-Jul-08 3:39
jzonthemtn29-Jul-08 3:39 
Questioncursorpos not working in visual studio express 2008 Pin
mahadevan290529-Jul-08 2:41
mahadevan290529-Jul-08 2:41 
AnswerRe: cursorpos not working in visual studio express 2008 Pin
Luc Pattyn29-Jul-08 3:45
sitebuilderLuc Pattyn29-Jul-08 3:45 
QuestionRe: cursorpos not working in visual studio express 2008 Pin
mahadevan290529-Jul-08 4:30
mahadevan290529-Jul-08 4:30 
QuestionCard Reader in Vb.net Pin
rajeshmohan29-Jul-08 2:36
rajeshmohan29-Jul-08 2:36 
AnswerRe: Card Reader in Vb.net Pin
jzonthemtn29-Jul-08 4:28
jzonthemtn29-Jul-08 4:28 
GeneralRe: Card Reader in Vb.net Pin
rajeshmohan30-Jul-08 0:04
rajeshmohan30-Jul-08 0:04 
Questionload menu dyanamically Pin
Ebube29-Jul-08 2:26
Ebube29-Jul-08 2:26 
AnswerRe: load menu dyanamically Pin
jzonthemtn29-Jul-08 4:25
jzonthemtn29-Jul-08 4:25 
Question[Message Deleted] Pin
AJAYWVK8729-Jul-08 1:15
AJAYWVK8729-Jul-08 1:15 
AnswerRe: SMTP in vb 6.0 Pin
Vimalsoft(Pty) Ltd29-Jul-08 1:34
professionalVimalsoft(Pty) Ltd29-Jul-08 1:34 
QuestionHi folks Pin
Matthew Leggett29-Jul-08 0:51
Matthew Leggett29-Jul-08 0:51 
AnswerRe: Hi folks Pin
Vimalsoft(Pty) Ltd29-Jul-08 1:36
professionalVimalsoft(Pty) Ltd29-Jul-08 1:36 
GeneralRe: Hi folks Pin
jzonthemtn29-Jul-08 1:50
jzonthemtn29-Jul-08 1:50 
GeneralRe: Hi folks Pin
Matthew Leggett29-Jul-08 2:03
Matthew Leggett29-Jul-08 2:03 
GeneralRe: Hi folks Pin
jzonthemtn29-Jul-08 3:32
jzonthemtn29-Jul-08 3:32 
GeneralRe: Hi folks Pin
AJAYWVK8729-Jul-08 4:42
AJAYWVK8729-Jul-08 4:42 

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.