Click here to Skip to main content
15,903,385 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralNon-english common controls. Pin
Patje28-Nov-02 2:27
Patje28-Nov-02 2:27 
GeneralRe: Non-english common controls. Pin
Stephane Rodriguez.28-Nov-02 2:45
Stephane Rodriguez.28-Nov-02 2:45 
GeneralRe: Non-english common controls. Pin
Patje28-Nov-02 3:13
Patje28-Nov-02 3:13 
GeneralAutomation: VARIANT gets lost Pin
Rüpel28-Nov-02 1:28
Rüpel28-Nov-02 1:28 
GeneralRe: Automation: VARIANT gets lost Pin
Rüpel28-Nov-02 2:11
Rüpel28-Nov-02 2:11 
GeneralRe: Automation: VARIANT gets lost Pin
Rüpel28-Nov-02 22:00
Rüpel28-Nov-02 22:00 
QuestionDrawItem and changing device context? Pin
Kwikkiwak28-Nov-02 0:48
sussKwikkiwak28-Nov-02 0:48 
GeneralBrowser Control Pin
kishore102127-Nov-02 23:55
kishore102127-Nov-02 23:55 
I am using Web browser control in my program. The control ID is IDC_EXPLORER1. So now i want to hide this control at start up and display it on button click. So to hide , i am using GetDlgItem(IDC_EXPLORER1)->ShowWindow(SW_HIDE); and to show it in button click i am writing GetDlgItem(IDC_EXPLORER1)->ShowWindow(SW_SHOW); When i am using this, i am getting run time errors and the debugger is pointing to ShowWindow function of CWnd. So can anyone tell me how to hide n show this control. I also tried using a member variable for this control n using the function SetVisible of CWebBrowser wrapper class. So Just i wanna know how to show n hide the Web control.

Never postpone today's work for tomorrow
GeneralRe: Browser Control Pin
Simon.W28-Nov-02 0:25
Simon.W28-Nov-02 0:25 
GeneralRe: Browser Control Pin
kishore102128-Nov-02 0:33
kishore102128-Nov-02 0:33 
GeneralRe: Browser Control Pin
Phil J Pearson28-Nov-02 0:38
Phil J Pearson28-Nov-02 0:38 
GeneralAsk about drawing red point in display window. Pin
ooosawaddee327-Nov-02 23:53
ooosawaddee327-Nov-02 23:53 
GeneralRe: Ask about drawing red point in display window. Pin
Christian Graus28-Nov-02 0:21
protectorChristian Graus28-Nov-02 0:21 
Generalinvisible mfc dialog based application Pin
r i s h a b h s27-Nov-02 23:36
r i s h a b h s27-Nov-02 23:36 
GeneralRe: invisible mfc dialog based application Pin
Michael P Butler28-Nov-02 0:28
Michael P Butler28-Nov-02 0:28 
GeneralRe: invisible mfc dialog based application Pin
r i s h a b h s28-Nov-02 1:11
r i s h a b h s28-Nov-02 1:11 
GeneralRe: invisible mfc dialog based application Pin
Ravi Bhavnani28-Nov-02 8:46
professionalRavi Bhavnani28-Nov-02 8:46 
GeneralMemory Intensive Computations Pin
Haakon S.27-Nov-02 22:52
Haakon S.27-Nov-02 22:52 
GeneralRe: Memory Intensive Computations Pin
markkuk27-Nov-02 23:53
markkuk27-Nov-02 23:53 
GeneralRe: Memory Intensive Computations Pin
Gary R. Wheeler30-Nov-02 3:16
Gary R. Wheeler30-Nov-02 3:16 
GeneralAbout socket input queue. Pin
TianYang27-Nov-02 22:44
TianYang27-Nov-02 22:44 
GeneralRe: About socket input queue. Pin
Peak28-Nov-02 0:34
Peak28-Nov-02 0:34 
Questiondynamic view ,how to deal with it????? Pin
owen_200127-Nov-02 22:26
owen_200127-Nov-02 22:26 
QuestionHow to Merge two floating dialogbar into one floating tabbed dialogbar? Pin
Yu_Matrix27-Nov-02 22:18
Yu_Matrix27-Nov-02 22:18 
Questionwhat's the API for deleting directories? Pin
devvvy27-Nov-02 21:34
devvvy27-Nov-02 21: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.