Click here to Skip to main content
15,902,634 members
Home / Discussions / C#
   

C#

 
AnswerRe: display program file in window form Pin
Judah Gabriel Himango1-Nov-05 4:58
sponsorJudah Gabriel Himango1-Nov-05 4:58 
GeneralRe: display program file in window form Pin
hongweng1-Nov-05 17:57
hongweng1-Nov-05 17:57 
Questiondisplay program file in window form Pin
hongweng1-Nov-05 2:16
hongweng1-Nov-05 2:16 
QuestionCould the asp.net run a thread loop on the server? Pin
rushing1-Nov-05 1:01
rushing1-Nov-05 1:01 
AnswerRe: Could the asp.net run a thread loop on the server? Pin
S. Senthil Kumar1-Nov-05 3:40
S. Senthil Kumar1-Nov-05 3:40 
GeneralRe: Could the asp.net run a thread loop on the server? Pin
rushing9-Nov-05 20:26
rushing9-Nov-05 20:26 
Questiona question Pin
hossein yaghmaee31-Oct-05 23:19
hossein yaghmaee31-Oct-05 23:19 
AnswerRe: a question Pin
J4amieC31-Oct-05 23:59
J4amieC31-Oct-05 23:59 
This is not an easy thing to do... ii was trying something similar recently...parsing a formula and tunring it into a graph (eg y=2x or y=x^2).

You have not said what you wan to do with the "formula" after it is parsed...i asuume something like fill in 2 of the 3 variables and have it calculate the third. In which case you need to solve the equation to some extent as well as parse it.

Take a look at a Design Pattern called Interpreter[^] as this is often used for writing programming or scripting languages. You want a simple scripting language with just mathematical operators.

Alternatively, somebody out there would have wriiten this already, you could search google and find something very easily.
AnswerRe: a question Pin
Libor Tinka1-Nov-05 3:25
Libor Tinka1-Nov-05 3:25 
GeneralRe: a question Pin
J4amieC1-Nov-05 4:15
J4amieC1-Nov-05 4:15 
GeneralRe: a question Pin
Dan Neely1-Nov-05 4:37
Dan Neely1-Nov-05 4:37 
Questionchange the applicatiom icon Pin
mihai_152931-Oct-05 23:13
mihai_152931-Oct-05 23:13 
AnswerRe: change the applicatiom icon Pin
J4amieC31-Oct-05 23:54
J4amieC31-Oct-05 23:54 
GeneralRe: change the applicatiom icon Pin
Rhys Gravell1-Nov-05 0:28
professionalRhys Gravell1-Nov-05 0:28 
QuestionIs .Net Framework Required Pin
Cel8231-Oct-05 21:58
Cel8231-Oct-05 21:58 
AnswerRe: Is .Net Framework Required Pin
leppie31-Oct-05 22:17
leppie31-Oct-05 22:17 
AnswerRe: Is .Net Framework Required Pin
Dan Neely1-Nov-05 2:05
Dan Neely1-Nov-05 2:05 
AnswerRe: Is .Net Framework Required Pin
wout de zeeuw1-Nov-05 3:55
wout de zeeuw1-Nov-05 3:55 
QuestionGetting Private Key from a Certificate. Pin
MalikRizwan31-Oct-05 21:12
MalikRizwan31-Oct-05 21:12 
QuestionRemoving components Pin
picasso231-Oct-05 20:34
picasso231-Oct-05 20:34 
AnswerRe: Removing components Pin
Wjousts1-Nov-05 2:09
Wjousts1-Nov-05 2:09 
Questionbug of vs.net 2005 beta 2 Pin
rushing31-Oct-05 19:53
rushing31-Oct-05 19:53 
QuestionPage attribute & concurrency Pin
sgatto15931-Oct-05 19:11
sgatto15931-Oct-05 19:11 
AnswerRe: Page attribute & concurrency Pin
leppie31-Oct-05 21:26
leppie31-Oct-05 21:26 
GeneralRe: Page attribute & concurrency Pin
sgatto15931-Oct-05 21:50
sgatto15931-Oct-05 21:50 

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.