Click here to Skip to main content
15,921,793 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Zip/Unzip class Pin
Franky Braem6-Sep-00 1:13
Franky Braem6-Sep-00 1:13 
GeneralRe: Zip/Unzip class Pin
Jeremy Davis6-Sep-00 1:36
Jeremy Davis6-Sep-00 1:36 
GeneralRe: Zip/Unzip class Pin
Jeremy Davis6-Sep-00 1:36
Jeremy Davis6-Sep-00 1:36 
GeneralLocalization of resources Pin
Chris Vischer5-Sep-00 0:09
Chris Vischer5-Sep-00 0:09 
GeneralRe: Localization of resources Pin
lauren5-Sep-00 4:29
lauren5-Sep-00 4:29 
GeneralCapture events of an ATL component Pin
Ivan Ng4-Sep-00 23:56
Ivan Ng4-Sep-00 23:56 
QuestionWM_SETFOCUS / WM_KILLFOCUS in dialog based apps... ????? Pin
Carlo Comino4-Sep-00 22:29
sussCarlo Comino4-Sep-00 22:29 
AnswerRe: WM_SETFOCUS / WM_KILLFOCUS in dialog based apps... ????? Pin
Ivan Ng4-Sep-00 23:54
Ivan Ng4-Sep-00 23:54 
GeneralInstallShield Pin
Eq4-Sep-00 21:25
Eq4-Sep-00 21:25 
GeneralInstallShield Pin
Eq4-Sep-00 21:25
Eq4-Sep-00 21:25 
GeneralInstallShield Pin
Eq4-Sep-00 21:25
Eq4-Sep-00 21:25 
GeneralReading INI files Pin
#realJSOP4-Sep-00 16:35
professional#realJSOP4-Sep-00 16:35 
GeneralRe: Reading INI files Pin
Michael Dunn4-Sep-00 18:03
sitebuilderMichael Dunn4-Sep-00 18:03 
GeneralRe: Reading INI files Pin
John Simmons/lazy outlaw programmer5-Sep-00 0:32
sussJohn Simmons/lazy outlaw programmer5-Sep-00 0:32 
GeneralRe: Reading INI files Pin
John Simmons/stupid outlaw programmer5-Sep-00 1:22
sussJohn Simmons/stupid outlaw programmer5-Sep-00 1:22 
GeneralAbout subclassing Pin
Eq4-Sep-00 7:05
Eq4-Sep-00 7:05 
GeneralCaption bar - how to add new button Pin
Stanik4-Sep-00 4:57
Stanik4-Sep-00 4:57 
GeneralRe: Caption bar - how to add new button Pin
zmike8-Sep-00 0:42
zmike8-Sep-00 0:42 
GeneralWorking directory of a process Pin
Eq3-Sep-00 18:43
Eq3-Sep-00 18:43 
GeneralRe: Working directory of a process Pin
Michael Dunn3-Sep-00 19:47
sitebuilderMichael Dunn3-Sep-00 19:47 
GeneralRe: Working directory of a process Pin
Tim Deveaux4-Sep-00 4:02
Tim Deveaux4-Sep-00 4:02 
Mike's right - though sometimes you may want to get the dir in which your app (or another) resides, in order to _make_ that the working dir (we don't always have a choice as to how our apps are invoked via shortcuts etc.).

GetModuleFileName will return the full path to the location of the exe or dll, and you can go from there.
GeneralC++ Console Application Pin
Graeme3-Sep-00 12:51
Graeme3-Sep-00 12:51 
GeneralRe: C++ Console Application Pin
Tim Deveaux3-Sep-00 14:52
Tim Deveaux3-Sep-00 14:52 
General** Passing Variable Values to other Dialog Boxes ** Pin
Steve Lai3-Sep-00 12:22
Steve Lai3-Sep-00 12:22 
GeneralRe: ** Passing Variable Values to other Dialog Boxes ** Pin
Tim Deveaux3-Sep-00 15:08
Tim Deveaux3-Sep-00 15:08 

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.