Click here to Skip to main content
15,915,093 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: longer paths than MAX_PATH ? Pin
name_or_alias25-Apr-04 11:04
name_or_alias25-Apr-04 11:04 
GeneralRe: longer paths than MAX_PATH ? Pin
peterchen25-Apr-04 11:11
peterchen25-Apr-04 11:11 
GeneralAccessing variable in CView anywhere in application Pin
Krugger40425-Apr-04 9:10
Krugger40425-Apr-04 9:10 
GeneralRe: Accessing variable in CView anywhere in application Pin
Ravi Bhavnani25-Apr-04 11:22
professionalRavi Bhavnani25-Apr-04 11:22 
Generalmodeless dialog Handle required Pin
Krugger40425-Apr-04 9:05
Krugger40425-Apr-04 9:05 
GeneralRe: modeless dialog Handle required Pin
Ravi Bhavnani25-Apr-04 11:26
professionalRavi Bhavnani25-Apr-04 11:26 
GeneralHWND of app Pin
Daniel132425-Apr-04 7:43
Daniel132425-Apr-04 7:43 
GeneralRe: HWND of app Pin
peterchen25-Apr-04 8:06
peterchen25-Apr-04 8:06 
a) FindWindow is evil on so many levels. Forget it
b) try to find well-defined application-specific ways to find windows first. The Shell interfaces might contain something for explorer.
c) Use EnumWindows to enumerate all windows. Ask their properties using SendMessageTimeout
d) Never link your expectations about a window to the title. You think a Chinese Explorer has "Windows Explorer" there?



Flirt harder, I'm a Coder

mlog || Agile Programming | doxygen

GeneralRe: HWND of app Pin
Prakash Nadar25-Apr-04 16:10
Prakash Nadar25-Apr-04 16:10 
GeneralRe: HWND of app Pin
Maxwell Chen25-Apr-04 16:25
Maxwell Chen25-Apr-04 16:25 
GeneralRe: HWND of app Pin
Prakash Nadar25-Apr-04 16:34
Prakash Nadar25-Apr-04 16:34 
GeneralRe: HWND of app Pin
Maxwell Chen25-Apr-04 16:53
Maxwell Chen25-Apr-04 16:53 
GeneralRe: HWND of app Pin
Prakash Nadar25-Apr-04 18:43
Prakash Nadar25-Apr-04 18:43 
Questionhow to left circular shift ? Pin
Marco M.25-Apr-04 7:14
Marco M.25-Apr-04 7:14 
AnswerRe: how to left circular shift ? Pin
Mike Nordell25-Apr-04 7:30
Mike Nordell25-Apr-04 7:30 
GeneralGetActivedocument, debug, release Pin
Anonymous25-Apr-04 6:53
Anonymous25-Apr-04 6:53 
GeneralRe: GetActivedocument, debug, release Pin
Mike Dimmick25-Apr-04 9:31
Mike Dimmick25-Apr-04 9:31 
GeneralCreating a log file Pin
Mortis25-Apr-04 6:35
Mortis25-Apr-04 6:35 
GeneralRe: Creating a log file Pin
peterchen25-Apr-04 10:17
peterchen25-Apr-04 10:17 
GeneralRe: Creating a log file Pin
f6425-Apr-04 11:17
f6425-Apr-04 11:17 
GeneralRe: Creating a log file Pin
Jason Henderson25-Apr-04 18:27
Jason Henderson25-Apr-04 18:27 
GeneralRe: Creating a log file Pin
Mortis25-Apr-04 23:56
Mortis25-Apr-04 23:56 
Generalterminating processes Pin
Ryan McDermott25-Apr-04 5:16
Ryan McDermott25-Apr-04 5:16 
GeneralRe: terminating processes Pin
valikac25-Apr-04 5:36
valikac25-Apr-04 5:36 
GeneralRe: terminating processes Pin
Paul Ranson25-Apr-04 8:34
Paul Ranson25-Apr-04 8:34 

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.