Click here to Skip to main content
16,006,709 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Where are smart pointers used Pin
toxcct11-May-05 1:09
toxcct11-May-05 1:09 
Questionconvert OpenGL to HPGL? Pin
lxy10-May-05 18:25
lxy10-May-05 18:25 
QuestionRegisterclipboardformat..or setclipboarddata does these functions support unicode for custom formats? Pin
vineet_bhargava10-May-05 18:06
vineet_bhargava10-May-05 18:06 
GeneralLibraries Pin
DOC Wilson10-May-05 17:50
DOC Wilson10-May-05 17:50 
GeneralRe: Libraries Pin
Christian Graus10-May-05 17:55
protectorChristian Graus10-May-05 17:55 
Generalenum problem Pin
Ista10-May-05 16:12
Ista10-May-05 16:12 
GeneralRe: enum problem Pin
Christian Graus10-May-05 16:40
protectorChristian Graus10-May-05 16:40 
GeneralClose IE. Pin
Member 46884410-May-05 15:17
Member 46884410-May-05 15:17 
I need to close IE after starting IE with Createprocess. I am using ::PostMessage to try to close IE, but it is not working. I want to use Createprocess to start IE.
LPSTR szAPP = "c:\\progra~1\\intern~1\\iexplore.exe";
(CreateProcess(NULL,szAPP, NULL,NULL,FALSE,0,NULL,NULL,&StartupInfo,&ProcessInfo));
Sleep(10000);
hWnd=FindWindow(_T("IEFrame"), NULL);


::PostMessage(hWnd, WM_CLOSE, NULL, NULL);
GeneralRe: Close IE. Pin
Aamir Butt10-May-05 21:27
Aamir Butt10-May-05 21:27 
GeneralRe: Close IE. Pin
ThatsAlok10-May-05 22:52
ThatsAlok10-May-05 22:52 
GeneralRe: Close IE. Pin
David Crow11-May-05 3:41
David Crow11-May-05 3:41 
GeneralRe: Close IE. Pin
Member 46884411-May-05 21:32
Member 46884411-May-05 21:32 
GeneralByte conversion?! Pin
Shining200510-May-05 11:54
Shining200510-May-05 11:54 
GeneralRe: Byte conversion?! Pin
PJ Arends10-May-05 12:16
professionalPJ Arends10-May-05 12:16 
Generalconvert a DWORD to BYTE[4] Pin
bouli10-May-05 11:27
bouli10-May-05 11:27 
GeneralRe: convert a DWORD to BYTE[4] Pin
PJ Arends10-May-05 11:49
professionalPJ Arends10-May-05 11:49 
GeneralRe: convert a DWORD to BYTE[4] Pin
Michael Dunn10-May-05 13:02
sitebuilderMichael Dunn10-May-05 13:02 
GeneralRe: convert a DWORD to BYTE[4] Pin
bouli10-May-05 13:10
bouli10-May-05 13:10 
GeneralRe: convert a DWORD to BYTE[4] Pin
Mike_V10-May-05 13:30
Mike_V10-May-05 13:30 
GeneralRe: convert a DWORD to BYTE[4] Pin
Michael Dunn10-May-05 15:27
sitebuilderMichael Dunn10-May-05 15:27 
GeneralRe: convert a DWORD to BYTE[4] Pin
softwero10-May-05 18:42
softwero10-May-05 18:42 
GeneralRe: convert a DWORD to BYTE[4] Pin
Priyank Bolia10-May-05 22:43
Priyank Bolia10-May-05 22:43 
GeneralRe: convert a DWORD to BYTE[4] Pin
David Crow11-May-05 3:43
David Crow11-May-05 3:43 
GeneralRe: convert a DWORD to BYTE[4] Pin
Priyank Bolia11-May-05 3:55
Priyank Bolia11-May-05 3:55 
QuestionHow to compare two HTML files Pin
Mohsen Saad10-May-05 10:50
Mohsen Saad10-May-05 10:50 

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.