Hallo i try to convert the value from the textbox to float i use this code :
float a;
if(rb1->Checked){a=Convert::ToFloat(tb1->Text);tb26->Text=Convert::ToString(a);}
what have i done wrong ?
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 5 of 5
Thread: Convert to float from textboxThreaded View
|
Click Here to Expand Forum to Full Width |