Click here to Skip to main content
15,888,113 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Better Way Pin
Maxwell Chen5-Jun-06 20:18
Maxwell Chen5-Jun-06 20:18 
GeneralRe: Better Way Pin
Viorel.5-Jun-06 20:36
Viorel.5-Jun-06 20:36 
AnswerRe: Better Way Pin
Maxwell Chen5-Jun-06 21:29
Maxwell Chen5-Jun-06 21:29 
GeneralRe: Better Way Pin
Viorel.5-Jun-06 22:28
Viorel.5-Jun-06 22:28 
GeneralRe: Better Way Pin
Maxwell Chen5-Jun-06 23:06
Maxwell Chen5-Jun-06 23:06 
GeneralRe: Better Way Pin
Viorel.5-Jun-06 23:20
Viorel.5-Jun-06 23:20 
GeneralRe: Better Way Pin
Maxwell Chen5-Jun-06 23:29
Maxwell Chen5-Jun-06 23:29 
AnswerRe: Better Way Pin
Hamid_RT5-Jun-06 22:22
Hamid_RT5-Jun-06 22:22 
or this
<br />
int Test(int n)<br />
{<br />
int nReturn = 0 ;<br />
switch(n)<br />
  {<br />
  case 0:<br />
  case 1:<br />
     nReturn=1;<br />
    break;<br />
  default:<br />
    nReturn=-1;<br />
    break;<br />
  }<br />
	return nReturn;<br />
}<br />



whitesky


QuestionUPDATE DATA Pin
yogendra kaushik5-Jun-06 19:02
yogendra kaushik5-Jun-06 19:02 
AnswerRe: UPDATE DATA Pin
Maxwell Chen5-Jun-06 19:14
Maxwell Chen5-Jun-06 19:14 
QuestionHow to know that application is closed. that was launched by ShellExecute() Pin
zahid_ash5-Jun-06 18:50
zahid_ash5-Jun-06 18:50 
AnswerRe: How to know that application is closed. that was launched by ShellExecute() Pin
Ganesh_T5-Jun-06 18:55
Ganesh_T5-Jun-06 18:55 
GeneralRe: How to know that application is closed. that was launched by ShellExecute() Pin
zahid_ash5-Jun-06 18:58
zahid_ash5-Jun-06 18:58 
GeneralRe: How to know that application is closed. that was launched by ShellExecute() Pin
khan++5-Jun-06 19:06
khan++5-Jun-06 19:06 
AnswerRe: How to know that application is closed. that was launched by ShellExecute() Pin
khan++5-Jun-06 18:58
khan++5-Jun-06 18:58 
AnswerRe: How to know that application is closed. that was launched by ShellExecute() Pin
Laxman Auti5-Jun-06 20:04
Laxman Auti5-Jun-06 20:04 
AnswerRe: How to know that application is closed. that was launched by ShellExecute() Pin
sunit55-Jun-06 20:11
sunit55-Jun-06 20:11 
GeneralRe: How to know that application is closed. that was launched by ShellExecute() Pin
sunit55-Jun-06 20:37
sunit55-Jun-06 20:37 
AnswerRe: How to know that application is closed. that was launched by ShellExecute() Pin
Viorel.5-Jun-06 20:28
Viorel.5-Jun-06 20:28 
AnswerRe: How to know that application is closed. that was launched by ShellExecute() Pin
2249175-Jun-06 23:00
2249175-Jun-06 23:00 
Questionrunning an application using command prompt Pin
zahid_ash5-Jun-06 18:45
zahid_ash5-Jun-06 18:45 
AnswerRe: running an application using command prompt Pin
Ganesh_T5-Jun-06 18:52
Ganesh_T5-Jun-06 18:52 
GeneralRe: running an application using command prompt Pin
zahid_ash5-Jun-06 18:57
zahid_ash5-Jun-06 18:57 
GeneralRe: running an application using command prompt Pin
khan++5-Jun-06 19:00
khan++5-Jun-06 19:00 
AnswerRe: running an application using command prompt Pin
Laxman Auti5-Jun-06 20:25
Laxman Auti5-Jun-06 20:25 

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.