Click here to Skip to main content
15,901,505 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Disabling a page of property sheet Pin
Sarguna Reddiar31-Jan-07 0:38
Sarguna Reddiar31-Jan-07 0:38 
AnswerRe: Disabling a page of property sheet Pin
David Crow31-Jan-07 3:13
David Crow31-Jan-07 3:13 
Questionhow to get application path Pin
vibindia30-Jan-07 20:23
vibindia30-Jan-07 20:23 
AnswerRe: how to get application path Pin
Laxman Auti30-Jan-07 20:40
Laxman Auti30-Jan-07 20:40 
AnswerRe: how to get application path Pin
Naveen30-Jan-07 20:48
Naveen30-Jan-07 20:48 
GeneralRe: how to get application path Pin
Naveen30-Jan-07 20:50
Naveen30-Jan-07 20:50 
GeneralRe: how to get application path Pin
vibindia30-Jan-07 22:00
vibindia30-Jan-07 22:00 
GeneralRe: how to get application path Pin
Naveen30-Jan-07 22:08
Naveen30-Jan-07 22:08 
vibindia wrote:
Using the application's obects data member "m_pszHelpFilePath"
i can get the target path.(where the exe is really stored).


u should use GetModuleFileName() to retrive the path o exe instead of the above trick.

u can get the path of short cut( if the process is started using a short cut ) using the GetStartupInfo() function. This method is explain in the link that i supplied in previous post under the section Detect if an executable was started from a Short-Cut. Did u check that?

nave

GeneralRe: how to get application path Pin
toxcct30-Jan-07 22:23
toxcct30-Jan-07 22:23 
GeneralRe: how to get application path Pin
Naveen30-Jan-07 22:33
Naveen30-Jan-07 22:33 
GeneralRe: how to get application path Pin
toxcct30-Jan-07 22:35
toxcct30-Jan-07 22:35 
AnswerRe: how to get application path Pin
Michael Dunn30-Jan-07 22:11
sitebuilderMichael Dunn30-Jan-07 22:11 
GeneralRe: how to get application path Pin
Naveen30-Jan-07 22:26
Naveen30-Jan-07 22:26 
QuestionFinding verion info of a dll .. How ? Pin
Sakthiu30-Jan-07 20:06
Sakthiu30-Jan-07 20:06 
AnswerRe: Finding verion info of a dll .. How ? Pin
Mark Salsbery30-Jan-07 20:11
Mark Salsbery30-Jan-07 20:11 
GeneralRe: Finding verion info of a dll .. How ? Pin
Sakthiu30-Jan-07 23:19
Sakthiu30-Jan-07 23:19 
GeneralRe: Finding verion info of a dll .. How ? Pin
Hamid_RT31-Jan-07 1:45
Hamid_RT31-Jan-07 1:45 
GeneralRe: Finding verion info of a dll .. How ? Pin
Mark Salsbery31-Jan-07 6:41
Mark Salsbery31-Jan-07 6:41 
AnswerRe: Finding verion info of a dll .. How ? Pin
benjymous30-Jan-07 21:45
benjymous30-Jan-07 21:45 
QuestionSHBrowseForFolderA Title Width Pin
arunperi30-Jan-07 20:03
arunperi30-Jan-07 20:03 
QuestionRe: SHBrowseForFolderA Title Width Pin
prasad_som30-Jan-07 21:45
prasad_som30-Jan-07 21:45 
AnswerRe: SHBrowseForFolderA Title Width Pin
Hamid_RT31-Jan-07 1:42
Hamid_RT31-Jan-07 1:42 
QuestionWorking with win 32 timers. Pin
Suresh H30-Jan-07 19:42
Suresh H30-Jan-07 19:42 
AnswerRe: Working with win 32 timers. Pin
prasad_som30-Jan-07 19:54
prasad_som30-Jan-07 19:54 
GeneralRe: Working with win 32 timers. Pin
Suresh H30-Jan-07 20:26
Suresh H30-Jan-07 20:26 

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.