Click here to Skip to main content
15,912,837 members
Home / Discussions / C#
   

C#

 
GeneralThank You QuiteSmart, but... Pin
Nekshan4-Feb-07 23:49
Nekshan4-Feb-07 23:49 
AnswerRe: help for Remember Password Pin
echuck663-Feb-07 16:00
echuck663-Feb-07 16:00 
QuestionInternal Chat Pin
drc_no12-Feb-07 20:34
drc_no12-Feb-07 20:34 
QuestionHow to access .hlp file in C#.Net Pin
sjs4u2-Feb-07 20:26
sjs4u2-Feb-07 20:26 
AnswerRe: How to access .hlp file in C#.Net Pin
Mircea Puiu2-Feb-07 21:27
Mircea Puiu2-Feb-07 21:27 
GeneralRe: How to access .hlp file in C#.Net Pin
sjs4u2-Feb-07 22:44
sjs4u2-Feb-07 22:44 
QuestionStart/stop button Pin
Rapier5032-Feb-07 19:57
Rapier5032-Feb-07 19:57 
AnswerRe: Start/stop button Pin
drc_no12-Feb-07 20:11
drc_no12-Feb-07 20:11 
Well, my idea would be to use a variable: bool a; ... in the mouse_click event you write:

if(a == true) {function_call(var1);}
else {function_call(var2);}

i did not quite get it what you were doing, but... if that is what you were doing, sorry. in another way i don't know.
GeneralRe: Start/stop button Pin
Rapier5032-Feb-07 20:25
Rapier5032-Feb-07 20:25 
AnswerRe: Start/stop button Pin
quiteSmart2-Feb-07 20:21
quiteSmart2-Feb-07 20:21 
AnswerRe: Start/stop button Pin
Mircea Puiu2-Feb-07 21:22
Mircea Puiu2-Feb-07 21:22 
GeneralRe: Start/stop button Pin
Rapier5033-Feb-07 2:26
Rapier5033-Feb-07 2:26 
GeneralRe: Start/stop button Pin
Mircea Puiu4-Feb-07 20:51
Mircea Puiu4-Feb-07 20:51 
Questionset time limit in thread Pin
cocoonwls2-Feb-07 18:09
cocoonwls2-Feb-07 18:09 
AnswerRe: set time limit in thread Pin
Paul Conrad2-Feb-07 19:13
professionalPaul Conrad2-Feb-07 19:13 
AnswerRe: set time limit in thread Pin
PIEBALDconsult4-Feb-07 4:43
mvePIEBALDconsult4-Feb-07 4:43 
GeneralRe: set time limit in thread Pin
cocoonwls7-Feb-07 21:10
cocoonwls7-Feb-07 21:10 
QuestionRead an element XML Pin
picasso22-Feb-07 18:09
picasso22-Feb-07 18:09 
AnswerRe: Read an element XML Pin
picasso22-Feb-07 18:12
picasso22-Feb-07 18:12 
AnswerRe: Read an element XML Pin
Christian Graus2-Feb-07 18:18
protectorChristian Graus2-Feb-07 18:18 
AnswerRe: Read an element XML Pin
blue_arc3-Feb-07 1:58
blue_arc3-Feb-07 1:58 
QuestionScary Object reference problem in OCR application. Pin
Nitin19812-Feb-07 15:13
Nitin19812-Feb-07 15:13 
QuestionTextbox control Pin
alostdruid2-Feb-07 15:09
alostdruid2-Feb-07 15:09 
AnswerRe: Textbox control Pin
Christian Graus2-Feb-07 15:56
protectorChristian Graus2-Feb-07 15:56 
GeneralRe: Textbox control Pin
alostdruid2-Feb-07 16:11
alostdruid2-Feb-07 16:11 

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.