Click here to Skip to main content
15,915,019 members
Home / Discussions / C#
   

C#

 
GeneralRe: Using the pdb file after release crash on customer machine running my c# executable Pin
Simon P Stevens20-Sep-09 23:08
Simon P Stevens20-Sep-09 23:08 
GeneralRe: Using the pdb file after release crash on customer machine running my c# executable Pin
w.hooper20-Sep-09 23:21
w.hooper20-Sep-09 23:21 
GeneralRe: Using the pdb file after release crash on customer machine running my c# executable [modified] Pin
w.hooper20-Sep-09 23:54
w.hooper20-Sep-09 23:54 
GeneralRe: Using the pdb file after release crash on customer machine running my c# executable Pin
Simon P Stevens21-Sep-09 0:47
Simon P Stevens21-Sep-09 0:47 
QuestionConnect to internet In my program Pin
M M A20-Sep-09 22:30
M M A20-Sep-09 22:30 
AnswerRe: Connect to internet In my program Pin
Manas Bhardwaj20-Sep-09 23:20
professionalManas Bhardwaj20-Sep-09 23:20 
QuestionLet the user write a line code Pin
bonzaiholding20-Sep-09 22:16
bonzaiholding20-Sep-09 22:16 
AnswerRe: Let the user write a line code Pin
Nuri Ismail20-Sep-09 22:41
Nuri Ismail20-Sep-09 22:41 
Have a look at Inside the Mathematical Expressions Evaluator[^].

bonzaiholding wrote:
I want to let the user to enter a text in a textbox like "x1+x2*3+x3/4" and i want to calc this values in run-time.
(Lets say that i have properties that called "x1", "x2" and "x3".)


You can search the input string for the variables ("x1", "x2", ...) and replace them with their corresponding values from your properties. After that, you can pass the string to the Mathematical Expressions Evaluator and get the result. Smile | :)


Nuri Ismail

GeneralRe: Let the user write a line code Pin
bonzaiholding21-Sep-09 0:21
bonzaiholding21-Sep-09 0:21 
AnswerRe: Let the user write a line code Pin
dan!sh 20-Sep-09 22:43
professional dan!sh 20-Sep-09 22:43 
AnswerRe: Let the user write a line code Pin
Senseicads21-Sep-09 1:10
Senseicads21-Sep-09 1:10 
AnswerRe: Let the user write a line code Pin
PIEBALDconsult21-Sep-09 4:58
mvePIEBALDconsult21-Sep-09 4:58 
QuestionProblem in Connecting Excel File Pin
amaankhan20-Sep-09 21:27
amaankhan20-Sep-09 21:27 
AnswerRe: Problem in Connecting Excel File Pin
amaankhan20-Sep-09 21:33
amaankhan20-Sep-09 21:33 
QuestionAnother TCP Issue [UDATED] Pin
Harvey Saayman20-Sep-09 21:16
Harvey Saayman20-Sep-09 21:16 
AnswerRe: Another TCP Issue Pin
pradnya_k21-Sep-09 1:19
pradnya_k21-Sep-09 1:19 
GeneralRe: Another TCP Issue Pin
pradnya_k21-Sep-09 21:15
pradnya_k21-Sep-09 21:15 
QuestionPassword field in datagridview,C# Pin
sampath_dr20-Sep-09 20:04
sampath_dr20-Sep-09 20:04 
AnswerRe: Password field in datagridview,C# Pin
Ravi Mori20-Sep-09 20:59
Ravi Mori20-Sep-09 20:59 
GeneralRe: Password field in datagridview,C# Pin
sampath_dr20-Sep-09 21:21
sampath_dr20-Sep-09 21:21 
QuestionTiming Out the User Session Using the MouseMove Event Pin
Richard Andrew x6420-Sep-09 19:23
professionalRichard Andrew x6420-Sep-09 19:23 
AnswerRe: Timing Out the User Session Using the MouseMove Event Pin
Christian Graus20-Sep-09 19:39
protectorChristian Graus20-Sep-09 19:39 
Questionreducing image file size Pin
michael@cohen20-Sep-09 19:09
michael@cohen20-Sep-09 19:09 
AnswerRe: reducing image file size Pin
Christian Graus20-Sep-09 19:41
protectorChristian Graus20-Sep-09 19:41 
AnswerRe: reducing image file size Pin
Luc Pattyn21-Sep-09 1:01
sitebuilderLuc Pattyn21-Sep-09 1:01 

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.