Click here to Skip to main content
15,902,445 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Typcasting string & LPSTR :: MFC Pin
valikac19-Aug-02 12:15
valikac19-Aug-02 12:15 
GeneralRe: Typcasting string & LPSTR :: MFC Pin
Le centriste19-Aug-02 13:00
Le centriste19-Aug-02 13:00 
GeneralRe: Typcasting string & LPSTR :: MFC Pin
Michael Dunn19-Aug-02 17:14
sitebuilderMichael Dunn19-Aug-02 17:14 
GeneralRe: Typcasting string & LPSTR :: MFC Pin
valikac19-Aug-02 17:24
valikac19-Aug-02 17:24 
GeneralCannot get SW_HIDE to work on Internet Explorer Pin
Ranjan Banerji19-Aug-02 10:23
Ranjan Banerji19-Aug-02 10:23 
GeneralRe: Cannot get SW_HIDE to work on Internet Explorer Pin
Ravi Bhavnani19-Aug-02 11:54
professionalRavi Bhavnani19-Aug-02 11:54 
GeneralRe: Cannot get SW_HIDE to work on Internet Explorer Pin
Ranjan Banerji20-Aug-02 7:14
Ranjan Banerji20-Aug-02 7:14 
GeneralRe: Cannot get SW_HIDE to work on Internet Explorer Pin
Ravi Bhavnani20-Aug-02 7:32
professionalRavi Bhavnani20-Aug-02 7:32 
Ugh, that's nasty. Frown | :(

Off the top of my head, the only cheesy solution I can think of is to use EnumWindows() to find all top level windows, and check the caption of each for "Microsoft Internet Explorer" (of course this won't work on non-English systems). For every match, get the process id to which the window's thread belongs and see if it matches the saved process id. I'd have to investigate to see how to do that last part. Sorry, I know I'm not being too helpful!

/ravi

Let's put "civil" back in "civilization"
http://www.ravib.com
ravib@ravib.com
GeneralUrgent! A release version problem Pin
david fox19-Aug-02 10:18
david fox19-Aug-02 10:18 
GeneralRe: Urgent! A release version problem Pin
Max Santos19-Aug-02 10:24
Max Santos19-Aug-02 10:24 
GeneralRe: Urgent! A release version problem Pin
Neville Franks19-Aug-02 10:37
Neville Franks19-Aug-02 10:37 
GeneralRe: Urgent! A release version problem Pin
david fox19-Aug-02 18:01
david fox19-Aug-02 18:01 
GeneralRe: Urgent! A release version problem Pin
Neville Franks19-Aug-02 18:35
Neville Franks19-Aug-02 18:35 
GeneralRe: Urgent! A release version problem Pin
jhwurmbach19-Aug-02 22:00
jhwurmbach19-Aug-02 22:00 
Generaldirectory browser Pin
ns19-Aug-02 10:17
ns19-Aug-02 10:17 
GeneralRe: directory browser Pin
Tomasz Sowinski19-Aug-02 10:16
Tomasz Sowinski19-Aug-02 10:16 
GeneralRe: directory browser Pin
Renjith Ramachandran19-Aug-02 10:23
Renjith Ramachandran19-Aug-02 10:23 
GeneralRe: directory browser Pin
ns19-Aug-02 10:41
ns19-Aug-02 10:41 
GeneralRe: directory browser Pin
Ravi Bhavnani19-Aug-02 11:48
professionalRavi Bhavnani19-Aug-02 11:48 
GeneralRe: directory browser Pin
ns20-Aug-02 1:47
ns20-Aug-02 1:47 
GeneralRe: directory browser Pin
ns20-Aug-02 2:15
ns20-Aug-02 2:15 
GeneralRe: directory browser Pin
Ravi Bhavnani20-Aug-02 4:37
professionalRavi Bhavnani20-Aug-02 4:37 
GeneralSTL vector push_back( ) copy c'stor question Pin
JohnnyG19-Aug-02 10:05
JohnnyG19-Aug-02 10:05 
GeneralRe: STL vector push_back( ) copy c'stor question Pin
Tomasz Sowinski19-Aug-02 10:15
Tomasz Sowinski19-Aug-02 10:15 
GeneralRe: STL vector push_back( ) copy c'stor question Pin
Stuart Dootson19-Aug-02 14:17
professionalStuart Dootson19-Aug-02 14:17 

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.