Click here to Skip to main content
15,908,111 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Handle changes in the system control panel in application program Pin
dan!sh 22-Oct-09 0:50
professional dan!sh 22-Oct-09 0:50 
GeneralRe: Handle changes in the system control panel in application program Pin
gilchinger22-Oct-09 1:25
gilchinger22-Oct-09 1:25 
GeneralRe: Handle changes in the system control panel in application program Pin
dan!sh 22-Oct-09 1:45
professional dan!sh 22-Oct-09 1:45 
GeneralRe: Handle changes in the system control panel in application program Pin
gilchinger22-Oct-09 2:14
gilchinger22-Oct-09 2:14 
GeneralRe: Handle changes in the system control panel in application program Pin
dan!sh 22-Oct-09 3:51
professional dan!sh 22-Oct-09 3:51 
GeneralRe: Handle changes in the system control panel in application program Pin
gilchinger22-Oct-09 9:23
gilchinger22-Oct-09 9:23 
GeneralRe: Handle changes in the system control panel in application program Pin
Eddy Vluggen22-Oct-09 7:21
professionalEddy Vluggen22-Oct-09 7:21 
GeneralRe: Handle changes in the system control panel in application program Pin
gilchinger22-Oct-09 10:23
gilchinger22-Oct-09 10:23 
Eddy,

of course, I agree.
A coding like this

Dim x As Double = 5000
 Me.TextBox1.Text = x.ToString("C", My.Application.Culture.NumberFormat)



with blindly transfer to the new format is absulutly nonsense.

Option (1): adjust the amount before transfering to the new format
Option (2): Donn't use coding like mentioned above. Use always dollar, euro....,

I use option(2).

Only for date/time formats i use automatic adjustment to the new format.
GeneralRe: Handle changes in the system control panel in application program Pin
Eddy Vluggen22-Oct-09 10:51
professionalEddy Vluggen22-Oct-09 10:51 
QuestionA very simple question with a twist Pin
offroaderdan22-Oct-09 0:04
offroaderdan22-Oct-09 0:04 
AnswerRe: A very simple question with a twist Pin
dan!sh 22-Oct-09 0:07
professional dan!sh 22-Oct-09 0:07 
GeneralRe: A very simple question with a twist Pin
offroaderdan22-Oct-09 0:10
offroaderdan22-Oct-09 0:10 
GeneralRe: A very simple question with a twist Pin
dan!sh 22-Oct-09 0:12
professional dan!sh 22-Oct-09 0:12 
GeneralRe: A very simple question with a twist Pin
offroaderdan22-Oct-09 0:22
offroaderdan22-Oct-09 0:22 
GeneralRe: A very simple question with a twist Pin
dan!sh 22-Oct-09 0:46
professional dan!sh 22-Oct-09 0:46 
GeneralRe: A very simple question with a twist Pin
Dave Kreskowiak22-Oct-09 1:46
mveDave Kreskowiak22-Oct-09 1:46 
GeneralRe: A very simple question with a twist Pin
offroaderdan22-Oct-09 0:13
offroaderdan22-Oct-09 0:13 
GeneralRe: A very simple question with a twist Pin
offroaderdan22-Oct-09 0:32
offroaderdan22-Oct-09 0:32 
GeneralRe: A very simple question with a twist Pin
dan!sh 22-Oct-09 0:45
professional dan!sh 22-Oct-09 0:45 
GeneralRe: A very simple question with a twist Pin
offroaderdan22-Oct-09 1:01
offroaderdan22-Oct-09 1:01 
AnswerRe: A very simple question with a twist Pin
Steve Westbrook22-Oct-09 2:22
Steve Westbrook22-Oct-09 2:22 
QuestionXML Extraction using VB Pin
nhsal6921-Oct-09 22:51
nhsal6921-Oct-09 22:51 
AnswerRe: XML Extraction using VB Pin
Christian Graus21-Oct-09 23:42
protectorChristian Graus21-Oct-09 23:42 
GeneralRe: XML Extraction using VB Pin
nhsal6922-Oct-09 0:19
nhsal6922-Oct-09 0:19 
GeneralRe: XML Extraction using VB Pin
Christian Graus22-Oct-09 0:49
protectorChristian Graus22-Oct-09 0:49 

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.