We know that like RealPlayer, MediaPlayer can be loaded with ActiveX in the page, and then the web page that is called and the player will never contact, it can be turned off, returned, etc. Excuse me, how the ActiveX here is to load other programs or a DLL window display function. I tried to write such a function to load a window Void CMAINFRAME :: LunchWindow (), CREATE (GetDesktopWindow (), CWindow :: Rcdefault, _T ("ATL Scribble", 0, 0, (uint) hmenu);
// Make Visible. Showwindow (sw_shownormal);
MSG MSG; Bool Bret; While ((Bret = GetMessage (& MSG, (HWND) NULL, 0, 0))! = 0) {if (Bret == -1) {// Handle The Error and Possibly EXIT} else { TranslateMessage (& MSG); DispatchMessage (& MSG); I don't know how to make it possible to have a window that can turn off the web without affecting the window.