Click here to Skip to main content
15,791,758 members
Home / Discussions / C#
   

C#

 
QuestionInfragistics control Pin
Praveen0293-Jul-07 23:03
Praveen0293-Jul-07 23:03 
AnswerRe: Infragistics control Pin
Colin Angus Mackay3-Jul-07 23:35
Colin Angus Mackay3-Jul-07 23:35 
AnswerRe: Infragistics control Pin
Stu Richardson3-Jul-07 23:54
Stu Richardson3-Jul-07 23:54 
Question0=48?? Pin
Manfr3d3-Jul-07 22:55
Manfr3d3-Jul-07 22:55 
AnswerRe: 0=48?? Pin
Giorgi Dalakishvili3-Jul-07 22:59
mentorGiorgi Dalakishvili3-Jul-07 22:59 
GeneralRe: 0=48?? Pin
Manfr3d4-Jul-07 2:03
Manfr3d4-Jul-07 2:03 
AnswerRe: 0=48?? Pin
mav.northwind3-Jul-07 23:08
mav.northwind3-Jul-07 23:08 
GeneralRe: 0=48?? Pin
Manfr3d4-Jul-07 2:11
Manfr3d4-Jul-07 2:11 
float.TryParse() needs 2 arguments: at first the string that is wanted to be converted, and the second I think is the variable I want to give the resault to.
string s;<br />
      double x;<br />
      s = Console.ReadLine();<br />
      float.TryParse(s,x);<br />
      Console.Write(x);

The compiler reacts with two errors:
2-argument: can't be converted from "double" into "float"
method has illegal arguments

Thanks.
GeneralRe: 0=48?? [modified] Pin
Martin#4-Jul-07 2:30
Martin#4-Jul-07 2:30 
GeneralRe: 0=48?? Pin
Vikram A Punathambekar4-Jul-07 2:54
Vikram A Punathambekar4-Jul-07 2:54 
Questionusing serial port with vista??? Pin
Mir_As3-Jul-07 22:38
Mir_As3-Jul-07 22:38 
Questionpassing data Pin
Bong M.3-Jul-07 22:27
Bong M.3-Jul-07 22:27 
AnswerRe: passing data Pin
JacquesDP3-Jul-07 23:18
JacquesDP3-Jul-07 23:18 
AnswerRe: passing data Pin
wasife4-Jul-07 1:04
wasife4-Jul-07 1:04 
AnswerRe: passing data Pin
JeffPClark4-Jul-07 9:33
JeffPClark4-Jul-07 9:33 
QuestionGridview error Pin
kankeyan3-Jul-07 22:18
kankeyan3-Jul-07 22:18 
AnswerRe: Gridview error Pin
Vikram A Punathambekar3-Jul-07 23:09
Vikram A Punathambekar3-Jul-07 23:09 
GeneralHere is the code Pin
kankeyan3-Jul-07 23:19
kankeyan3-Jul-07 23:19 
GeneralRe: Here is the code Pin
Vikram A Punathambekar4-Jul-07 0:23
Vikram A Punathambekar4-Jul-07 0:23 
AnswerRe: Gridview error Pin
_AK_4-Jul-07 0:09
_AK_4-Jul-07 0:09 
QuestionDelete a string from a string array. Pin
Praveen0293-Jul-07 22:14
Praveen0293-Jul-07 22:14 
AnswerRe: Delete a string from a string array. Pin
Giorgi Dalakishvili3-Jul-07 22:26
mentorGiorgi Dalakishvili3-Jul-07 22:26 
AnswerRe: Delete a string from a string array. Pin
V.3-Jul-07 22:27
professionalV.3-Jul-07 22:27 
AnswerRe: Delete a string from a string array. Pin
Martin#3-Jul-07 22:36
Martin#3-Jul-07 22:36 
GeneralRe: Delete a string from a string array. Pin
Giorgi Dalakishvili3-Jul-07 22:51
mentorGiorgi Dalakishvili3-Jul-07 22:51 

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.