Click here to Skip to main content
15,891,473 members
Home / Discussions / C#
   

C#

 
QuestionI want to control some hardware by internet Pin
rashed.info2-May-09 21:35
rashed.info2-May-09 21:35 
AnswerRe: I want to control some hardware by internet Pin
Mycroft Holmes2-May-09 23:45
professionalMycroft Holmes2-May-09 23:45 
AnswerRe: I want to control some hardware by internet Pin
Eddy Vluggen2-May-09 23:46
professionalEddy Vluggen2-May-09 23:46 
QuestionUnable to find a version .......... [modified] Pin
Thaer Hamael2-May-09 20:39
Thaer Hamael2-May-09 20:39 
AnswerRe: Unable to find a version .......... Pin
Luc Pattyn3-May-09 0:25
sitebuilderLuc Pattyn3-May-09 0:25 
GeneralRe: Unable to find a version .......... Pin
Thaer Hamael3-May-09 1:08
Thaer Hamael3-May-09 1:08 
Questioninput equation from text box Pin
Mehrdad from iran2-May-09 19:08
Mehrdad from iran2-May-09 19:08 
AnswerRe: input equation from text box Pin
Dave Kreskowiak2-May-09 19:28
mveDave Kreskowiak2-May-09 19:28 
Just typing in an equation and expecting the Double parser to understand and evaluate it, isn't going to work. You have to write your own equation parser and evaluate it yourself. There is nothing in the .NET Framework that will do this for you. Google for "Reverse Polish Notation" for information on one algorithm that can help you do this.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




AnswerRe: input equation from text box Pin
PIEBALDconsult3-May-09 5:34
mvePIEBALDconsult3-May-09 5:34 
QuestionMSDN C# Related...? Pin
jas0n232-May-09 17:34
jas0n232-May-09 17:34 
AnswerRe: MSDN C# Related...? Pin
Dave Kreskowiak2-May-09 19:29
mveDave Kreskowiak2-May-09 19:29 
AnswerRe: MSDN C# Related...? Pin
Member 10339073-May-09 10:46
Member 10339073-May-09 10:46 
QuestionDocument editor add-in Pin
Steve_2-May-09 14:33
Steve_2-May-09 14:33 
QuestionForms in a panel control? Pin
thompsons2-May-09 12:51
thompsons2-May-09 12:51 
AnswerRe: Forms in a panel control? Pin
Henry Minute2-May-09 13:47
Henry Minute2-May-09 13:47 
GeneralRe: Forms in a panel control? Pin
thompsons2-May-09 16:06
thompsons2-May-09 16:06 
GeneralRe: Forms in a panel control? Pin
Henry Minute2-May-09 16:08
Henry Minute2-May-09 16:08 
QuestionInvalid rank specifier: expected ',' or ']' Pin
msheekhah2-May-09 12:34
msheekhah2-May-09 12:34 
RantRe: Invalid rank specifier: expected ',' or ']' Pin
fly9042-May-09 13:47
fly9042-May-09 13:47 
AnswerRe: Invalid rank specifier: expected ',' or ']' Pin
Henry Minute2-May-09 13:55
Henry Minute2-May-09 13:55 
RantRe: Invalid rank specifier: expected ',' or ']' Pin
Member 10339073-May-09 7:28
Member 10339073-May-09 7:28 
Questionhow to clear text from a listBox in C# VS2008 forms application Pin
msheekhah2-May-09 10:16
msheekhah2-May-09 10:16 
AnswerRe: how to clear text from a listBox in C# VS2008 forms application Pin
fly9042-May-09 10:29
fly9042-May-09 10:29 
AnswerRe: how to clear text from a listBox in C# VS2008 forms application Pin
Pete O'Hanlon2-May-09 10:34
mvePete O'Hanlon2-May-09 10:34 
GeneralRe: how to clear text from a listBox in C# VS2008 forms application Pin
jas0n232-May-09 17:36
jas0n232-May-09 17:36 

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.