Click here to Skip to main content
16,004,927 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: VB.Net/Copy SQL table RESOLVED Pin
partt8-Aug-05 4:09
partt8-Aug-05 4:09 
GeneralFrom the device Pin
JJRW7-Aug-05 23:40
JJRW7-Aug-05 23:40 
GeneralRe: From the device Pin
Dave Kreskowiak8-Aug-05 3:58
mveDave Kreskowiak8-Aug-05 3:58 
GeneralConvert String to Double with formatting Pin
MrBean7-Aug-05 23:01
MrBean7-Aug-05 23:01 
GeneralRe: Convert String to Double with formatting Pin
Anonymous8-Aug-05 3:30
Anonymous8-Aug-05 3:30 
GeneralRe: Convert String to Double with formatting Pin
MrBean8-Aug-05 3:55
MrBean8-Aug-05 3:55 
GeneralRe: Convert String to Double with formatting Pin
Anonymous8-Aug-05 4:32
Anonymous8-Aug-05 4:32 
GeneralRe: Convert String to Double with formatting Pin
Mandar Patankar8-Aug-05 8:55
Mandar Patankar8-Aug-05 8:55 
Hi there,

I see the problem ur facing I had a similar one.You can do this little trick and I think the problem Should slove

you basically have two formats here
1) 1.235.567,09
2) 1,234,567.09

To what I have understood,If format 1 is used there would be only one comma in the string and if format 2 is used there will be only single decimal

So now you can parse the string and check how many decimals or commas exists in a string if decimals are more than one remove decimals and if commas are more than one remove commas.

Now the question if what if there is only one comma and one decimal in the string. then Whatever comes first remove that and you should be good

Hope this helps

Let me know abt it

Mandar Patankar
Microsoft Certified professional
GeneralRe: Convert String to Double with formatting Pin
MrBean8-Aug-05 21:28
MrBean8-Aug-05 21:28 
GeneralRe: Convert String to Double with formatting Pin
Rizwan Bashir8-Aug-05 11:06
Rizwan Bashir8-Aug-05 11:06 
GeneralReport Opening Problem.... Pin
Murtuza Husain Miyan Patel7-Aug-05 20:23
professionalMurtuza Husain Miyan Patel7-Aug-05 20:23 
GeneralRe: Report Opening Problem.... Pin
Steve Pullan7-Aug-05 20:52
Steve Pullan7-Aug-05 20:52 
GeneralRe: Report Opening Problem.... Pin
Murtuza Husain Miyan Patel7-Aug-05 21:07
professionalMurtuza Husain Miyan Patel7-Aug-05 21:07 
GeneralRe: Report Opening Problem.... Pin
Steve Pullan7-Aug-05 21:34
Steve Pullan7-Aug-05 21:34 
GeneralRe: Report Opening Problem.... Pin
Murtuza Husain Miyan Patel8-Aug-05 3:16
professionalMurtuza Husain Miyan Patel8-Aug-05 3:16 
GeneralRe: Report Opening Problem.... Pin
jonathan158-Aug-05 1:51
jonathan158-Aug-05 1:51 
GeneralRe: Report Opening Problem.... Pin
Murtuza Husain Miyan Patel8-Aug-05 3:18
professionalMurtuza Husain Miyan Patel8-Aug-05 3:18 
GeneralRe: Report Opening Problem.... Pin
Rizwan Bashir8-Aug-05 11:15
Rizwan Bashir8-Aug-05 11:15 
QuestionThreadpool...make threads wait? Pin
jadzor7-Aug-05 20:18
jadzor7-Aug-05 20:18 
AnswerRe: Threadpool...make threads wait? Pin
Steve Pullan7-Aug-05 20:49
Steve Pullan7-Aug-05 20:49 
GeneralRe: Threadpool...make threads wait? Pin
jadzor7-Aug-05 23:59
jadzor7-Aug-05 23:59 
Generalfail to save new ATL ActiveX control on VB6 form page Pin
Amos.A7-Aug-05 20:12
Amos.A7-Aug-05 20:12 
GeneralConverting between two coordinate systems Pin
Doe, John7-Aug-05 20:12
Doe, John7-Aug-05 20:12 
GeneralRe: Converting between two coordinate systems Pin
Dave Kreskowiak8-Aug-05 6:44
mveDave Kreskowiak8-Aug-05 6:44 
GeneralRe: Converting between two coordinate systems Pin
Rob Graham9-Aug-05 3:05
Rob Graham9-Aug-05 3:05 

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.