Click here to Skip to main content
15,906,279 members
Home / Discussions / C#
   

C#

 
QuestionWebBrowser question Pin
Rojan Gh.16-Apr-08 18:34
professionalRojan Gh.16-Apr-08 18:34 
GeneralRe: WebBrowser question Pin
Luc Pattyn17-Apr-08 0:20
sitebuilderLuc Pattyn17-Apr-08 0:20 
AnswerRe: WebBrowser question Pin
Rojan Gh.17-Apr-08 4:43
professionalRojan Gh.17-Apr-08 4:43 
QuestionWorking with percentages in C# Pin
dougins16-Apr-08 18:21
dougins16-Apr-08 18:21 
GeneralRe: Working with percentages in C# Pin
Christian Graus16-Apr-08 18:34
protectorChristian Graus16-Apr-08 18:34 
GeneralRe: Working with percentages in C# Pin
Vikram A Punathambekar16-Apr-08 18:39
Vikram A Punathambekar16-Apr-08 18:39 
AnswerRe: Working with percentages in C# Pin
Simon P Stevens16-Apr-08 23:10
Simon P Stevens16-Apr-08 23:10 
Generalstring to float problem Pin
Xmen Real 16-Apr-08 18:03
professional Xmen Real 16-Apr-08 18:03 
hello,
im having problem with the conversion from string to float, it works good when there is no character in string, for example :
string a = "1.22235647228796";
string b = "8.742277657e-008";

float a = Convert.ToSingle(a);
float b = Convert.ToSingle(b);

the first conversion will work but second will give error that "string was not is correct format"

any idea to solve it ?
thanks

TVMU^P[[IGIOQHG^JSH`A#@`RFJ\c^JPL>;"[,*/|+&WLEZGc`AFXc!L
%^]*IRXD#@GKCQ`R\^SF_WcHbORY87??6?N8?BcRAV\Z^&SU~%CSWQ@#2
W_AD`EPABIKRDFVS)EVLQK)JKSQXUFYK[M`UKs*$GwU#(QDXBER@CBN%
Rs0~53%eYrd8mt^7Z6]iTF+(EWfJ9zaK-i?TV.C\y<p?jxsg-b$f4ia>
--------------------------------------------------------
128 bit encrypted signature, crack if you can

GeneralRe: string to float problem Pin
Christian Graus16-Apr-08 18:33
protectorChristian Graus16-Apr-08 18:33 
GeneralRe: string to float problem Pin
Brady Kelly16-Apr-08 22:35
Brady Kelly16-Apr-08 22:35 
GeneralRe: string to float problem Pin
Xmen Real 16-Apr-08 22:43
professional Xmen Real 16-Apr-08 22:43 
GeneralRe: string to float problem Pin
ChrisKo17-Apr-08 7:56
ChrisKo17-Apr-08 7:56 
GeneralProblem in Update dataset to database using oledbadapter Pin
cocoonwls16-Apr-08 17:22
cocoonwls16-Apr-08 17:22 
GeneralRe: Problem in Update dataset to database using oledbadapter Pin
cocoonwls16-Apr-08 21:29
cocoonwls16-Apr-08 21:29 
QuestionComparing enums? Pin
kumar.bs16-Apr-08 14:29
kumar.bs16-Apr-08 14:29 
AnswerRe: Comparing enums? Pin
Christian Graus16-Apr-08 15:15
protectorChristian Graus16-Apr-08 15:15 
AnswerRe: Comparing enums? Pin
Ravenet16-Apr-08 15:41
Ravenet16-Apr-08 15:41 
GeneralRe: Comparing enums? Pin
Christian Graus16-Apr-08 15:43
protectorChristian Graus16-Apr-08 15:43 
GeneralRe: Comparing enums? Pin
Ravenet16-Apr-08 15:50
Ravenet16-Apr-08 15:50 
GeneralRe: Comparing enums? Pin
Christian Graus16-Apr-08 15:57
protectorChristian Graus16-Apr-08 15:57 
GeneralRe: Comparing enums? Pin
Ravenet16-Apr-08 16:00
Ravenet16-Apr-08 16:00 
GeneralRe: Comparing enums? Pin
Christian Graus16-Apr-08 16:10
protectorChristian Graus16-Apr-08 16:10 
GeneralRe: Comparing enums? Pin
Ravenet16-Apr-08 16:13
Ravenet16-Apr-08 16:13 
GeneralRe: Comparing enums? Pin
Christian Graus16-Apr-08 16:30
protectorChristian Graus16-Apr-08 16:30 
GeneralRe: Comparing enums? Pin
Ravenet16-Apr-08 16:34
Ravenet16-Apr-08 16:34 

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.