Click here to Skip to main content
15,917,709 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionhow to put an exe file into vb6.0 Pin
saimram29-Jun-04 19:36
saimram29-Jun-04 19:36 
AnswerRe: how to put an exe file into vb6.0 Pin
Dave Kreskowiak30-Jun-04 2:39
mveDave Kreskowiak30-Jun-04 2:39 
Generaldata type error Pin
GaryKoh29-Jun-04 16:50
GaryKoh29-Jun-04 16:50 
GeneralRe: data type error Pin
Dave Kreskowiak30-Jun-04 0:38
mveDave Kreskowiak30-Jun-04 0:38 
GeneralRe: data type error Pin
GaryKoh30-Jun-04 1:24
GaryKoh30-Jun-04 1:24 
GeneralRe: data type error Pin
Dave Kreskowiak30-Jun-04 12:04
mveDave Kreskowiak30-Jun-04 12:04 
GeneralRe: data type error Pin
GaryKoh30-Jun-04 17:13
GaryKoh30-Jun-04 17:13 
GeneralRe: data type error Pin
Dave Kreskowiak1-Jul-04 1:21
mveDave Kreskowiak1-Jul-04 1:21 
GaryKoh wrote:
formatnumber(1234,2)formatcurrency(1234,0)

?????? What's with the comma's in the place where the decimal point is supposed to go? Is this the format of the numbers in the file? If so, the Parse method will not work unless you go into the Regional and Language Settings control panel and change the Country to the one where this data is coming from. For instance, in Germany, the number 1,000,000.00 (US-English) is represented by 1.000.000,00 The decimals and commas are interchanged.

What I'm trying to get at is the Parse method is locale sensitive. It will parse numbers based on the settings found in the Regional and Language Settings control panel.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: data type error Pin
GaryKoh1-Jul-04 3:29
GaryKoh1-Jul-04 3:29 
GeneralDon't know where to put this. ACCESS! PLEASE HELP Pin
Rip V. Winkle29-Jun-04 15:34
Rip V. Winkle29-Jun-04 15:34 
GeneralRe: Don't know where to put this. ACCESS! PLEASE HELP Pin
KevinMac29-Jun-04 18:27
KevinMac29-Jun-04 18:27 
GeneralRe: Don't know where to put this. ACCESS! PLEASE HELP Pin
Rip V. Winkle11-Jul-04 8:25
Rip V. Winkle11-Jul-04 8:25 
GeneralRe: Don't know where to put this. ACCESS! PLEASE HELP Pin
KevinMac12-Jul-04 16:18
KevinMac12-Jul-04 16:18 
GeneralRunning a program from the network Pin
ltnuke29-Jun-04 11:45
ltnuke29-Jun-04 11:45 
GeneralRe: Running a program from the network Pin
Jeremy Falcon29-Jun-04 11:52
professionalJeremy Falcon29-Jun-04 11:52 
GeneralRe: Running a program from the network Pin
Steven Campbell29-Jun-04 11:59
Steven Campbell29-Jun-04 11:59 
GeneralRe: Running a program from the network Pin
Colin Angus Mackay29-Jun-04 13:16
Colin Angus Mackay29-Jun-04 13:16 
GeneralRe: Running a program from the network Pin
ltnuke30-Jun-04 2:13
ltnuke30-Jun-04 2:13 
GeneralRe: Running a program from the network Pin
Colin Angus Mackay30-Jun-04 4:55
Colin Angus Mackay30-Jun-04 4:55 
GeneralRe: Running a program from the network Pin
mtone2-Jul-04 9:22
mtone2-Jul-04 9:22 
GeneralHooking application Open file calls Pin
WESHILL29-Jun-04 10:32
WESHILL29-Jun-04 10:32 
GeneralRe: Hooking application Open file calls Pin
Dave Kreskowiak29-Jun-04 15:49
mveDave Kreskowiak29-Jun-04 15:49 
GeneralRe: Hooking application Open file calls Pin
WESHILL29-Jun-04 17:57
WESHILL29-Jun-04 17:57 
GeneralRe: Hooking application Open file calls Pin
Dave Kreskowiak30-Jun-04 0:34
mveDave Kreskowiak30-Jun-04 0:34 
GeneralRe: Hooking application Open file calls Pin
WESHILL30-Jun-04 1:50
WESHILL30-Jun-04 1:50 

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.