Click here to Skip to main content
15,900,258 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalcreating help files Pin
will138329-Dec-03 16:06
will138329-Dec-03 16:06 
GeneralRe: creating help files Pin
Azghar Hussain30-Dec-03 1:47
professionalAzghar Hussain30-Dec-03 1:47 
GeneralRe: creating help files Pin
Roger Allen2-Jan-04 0:01
Roger Allen2-Jan-04 0:01 
QuestionHow to give high priority? Pin
Manikandan29-Dec-03 14:48
Manikandan29-Dec-03 14:48 
AnswerRe: How to give high priority? Pin
will138329-Dec-03 15:59
will138329-Dec-03 15:59 
GeneralBest way to incorporate information into program Pin
shultas29-Dec-03 14:32
shultas29-Dec-03 14:32 
GeneralRe: Best way to incorporate information into program Pin
Michael Dunn29-Dec-03 15:32
sitebuilderMichael Dunn29-Dec-03 15:32 
QuestionHow to know where my app is ?? Pin
Rafael Fernández López29-Dec-03 10:53
Rafael Fernández López29-Dec-03 10:53 
I'm programming with VC++7 in MFC. I must know the path where my app is. I know that I should use the object "theApp", but I can't find anything that gave my app its location.

Thx.


Written by: Rafael Fernández López.


void life ( bool me, bool her )
{

if ( her )
{
me = true ;
}
else
{
me = false ;
}
}

AnswerRe: How to know where my app is ?? Pin
Nitron29-Dec-03 11:00
Nitron29-Dec-03 11:00 
GeneralRe: How to know where my app is ?? Pin
Rafael Fernández López29-Dec-03 11:43
Rafael Fernández López29-Dec-03 11:43 
GeneralRe: How to know where my app is ?? Pin
Rickard Andersson2029-Dec-03 12:32
Rickard Andersson2029-Dec-03 12:32 
GeneralRe: How to know where my app is ?? Pin
Nitron29-Dec-03 13:05
Nitron29-Dec-03 13:05 
GeneralRe: How to know where my app is ?? Pin
David Crow30-Dec-03 5:44
David Crow30-Dec-03 5:44 
GeneralVS .NET Pin
Anonymous29-Dec-03 10:03
Anonymous29-Dec-03 10:03 
GeneralRe: VS .NET Pin
Nitron29-Dec-03 11:03
Nitron29-Dec-03 11:03 
GeneralRe: VS .NET Pin
shultas29-Dec-03 15:27
shultas29-Dec-03 15:27 
GeneralRe: VS .NET Pin
Michael Dunn29-Dec-03 15:36
sitebuilderMichael Dunn29-Dec-03 15:36 
GeneralRe: VS .NET Pin
shultas29-Dec-03 16:37
shultas29-Dec-03 16:37 
GeneralRe: VS .NET Pin
Tim Smith29-Dec-03 18:40
Tim Smith29-Dec-03 18:40 
GeneralRe: VS .NET Pin
Anonymous29-Dec-03 20:38
Anonymous29-Dec-03 20:38 
GeneralRe: VS .NET Pin
Tim Smith30-Dec-03 1:00
Tim Smith30-Dec-03 1:00 
GeneralRe: VS .NET Pin
Anonymous30-Dec-03 22:36
Anonymous30-Dec-03 22:36 
GeneralIterator Pin
Andre Pham29-Dec-03 8:31
Andre Pham29-Dec-03 8:31 
GeneralRe: Iterator Pin
Rafael Fernández López29-Dec-03 10:55
Rafael Fernández López29-Dec-03 10:55 
GeneralRe: Iterator Pin
Jörgen Sigvardsson29-Dec-03 11:10
Jörgen Sigvardsson29-Dec-03 11:10 

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.