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

C / C++ / MFC

 
GeneralRe: antivirus Pin
Rajesh R Subramanian25-Jun-08 22:45
professionalRajesh R Subramanian25-Jun-08 22:45 
GeneralRe: antivirus Pin
rp_suman26-Jun-08 0:27
rp_suman26-Jun-08 0:27 
AnswerRe: antivirus Pin
Rajesh R Subramanian25-Jun-08 22:48
professionalRajesh R Subramanian25-Jun-08 22:48 
AnswerRe: antivirus Pin
Hamid_RT27-Jun-08 8:11
Hamid_RT27-Jun-08 8:11 
QuestionHow can check state of Parent and child in TreeCtrl? Pin
Le@rner25-Jun-08 18:53
Le@rner25-Jun-08 18:53 
AnswerRe: How can check state of Parent and child in TreeCtrl? Pin
sudhir_Kumar25-Jun-08 20:34
sudhir_Kumar25-Jun-08 20:34 
GeneralRe: How can check state of Parent and child in TreeCtrl? Pin
Le@rner28-Jun-08 2:06
Le@rner28-Jun-08 2:06 
QuestionProblem with system command: Pin
T.RATHA KRISHNAN25-Jun-08 18:49
T.RATHA KRISHNAN25-Jun-08 18:49 
Hi!
In my Program I've called the system command in the start event of a button like this:
static bool startHandler(const CEGUI::EventArgs& e)
   {
	   //dtABC::Application::GetInstance(0)->Run();
	   system("CharacterAnimation.exe");
	   return true;
   }


This compiles fine. When I ran my Program and clicked the start Button, a message was displyed which says:

'CharacterAnimation.exe' is not recognized as an internal or external command, operable program or batch file.

What to do to run the 'CharacterAnimation.exe' if I click the start button?
AnswerRe: Problem with system command: Pin
_AnsHUMAN_ 25-Jun-08 19:01
_AnsHUMAN_ 25-Jun-08 19:01 
QuestionRe: Problem with system command: Pin
T.RATHA KRISHNAN25-Jun-08 19:19
T.RATHA KRISHNAN25-Jun-08 19:19 
AnswerRe: Problem with system command: Pin
_AnsHUMAN_ 25-Jun-08 19:22
_AnsHUMAN_ 25-Jun-08 19:22 
GeneralRe: Problem with system command: Pin
T.RATHA KRISHNAN25-Jun-08 19:30
T.RATHA KRISHNAN25-Jun-08 19:30 
GeneralRe: Problem with system command: Pin
_AnsHUMAN_ 25-Jun-08 19:34
_AnsHUMAN_ 25-Jun-08 19:34 
QuestionRe: Problem with system command: Pin
T.RATHA KRISHNAN25-Jun-08 19:41
T.RATHA KRISHNAN25-Jun-08 19:41 
AnswerRe: Problem with system command: Pin
_AnsHUMAN_ 25-Jun-08 20:07
_AnsHUMAN_ 25-Jun-08 20:07 
AnswerRe: Problem with system command: Pin
Hamid_RT27-Jun-08 8:11
Hamid_RT27-Jun-08 8:11 
QuestionWindows Architecture Question Process Sharing Storage Pin
ForNow25-Jun-08 13:46
ForNow25-Jun-08 13:46 
QuestionThe API HtmlHelp(...,....,....,....) Takes four parameters, The CWnd::HtmlHelp(....,.....) takes 2 parameters. Ineed to know how to use the CWnd::HtmlHelp() Pin
Larry Mills Sr25-Jun-08 12:06
Larry Mills Sr25-Jun-08 12:06 
AnswerRe: The API HtmlHelp(...,....,....,....) Takes four parameters, The CWnd::HtmlHelp(....,.....) takes 2 parameters. Ineed to know how to use the CWnd::HtmlHelp() Pin
David Crow25-Jun-08 13:19
David Crow25-Jun-08 13:19 
QuestionHow to resolve ordinal problems Pin
problemfixer25-Jun-08 11:12
problemfixer25-Jun-08 11:12 
AnswerRepost - Please ignore Pin
CPallini25-Jun-08 11:24
mveCPallini25-Jun-08 11:24 
AnswerRe: How to resolve ordinal problems Pin
Hamid_RT27-Jun-08 8:10
Hamid_RT27-Jun-08 8:10 
Questionif parent and child classes declare the same static member variable ? Pin
amistry_petlad25-Jun-08 11:12
amistry_petlad25-Jun-08 11:12 
AnswerRe: if parent and child classes declare the same static member variable ? Pin
CPallini25-Jun-08 11:39
mveCPallini25-Jun-08 11:39 
GeneralRe: if parent and child classes declare the same static member variable ? Pin
Joe Woodbury25-Jun-08 13:27
professionalJoe Woodbury25-Jun-08 13:27 

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.