CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: zrok

Search: Search took 0.02 seconds.

  1. How to make tray icon reappear after Explorer crashes?

    I used the System Tray MFC applet that is posted in codeguru and it worked fine. However, everytime my Explorer crashes, my tray icon will disappear. Some other tray icons do come back up after I...
  2. Re: How to obtain HTML content of a Webbrowser Control?

    Yes. My application has a WebBrowser ActiveX control in a dialog box. When I call control.Navigate(...), I need to get the HTML source once the download is complete. Sort of like a 'View Source'...
  3. How to obtain HTML content of a Webbrowser Control?

    How can someone retrieve the HTML content (or HTML source) from a WebBrowser control?
  4. How to dynamically load ActiveX controls at runtime?

    The conventional way to load/create ActiveX control is to do it in the Resource Editor, 'Insert ActiveX Control', and the MFC ClassWizard will generate all the .cpp/.h files.

    What if I have an...
  5. Replies
    1
    Views
    569

    Keyboards events of ActiveX controls in IE 5

    I have an active X control that has a window form that contains multiple CEdit controls. When the control is hosted under IE5 as the container, keyboard events such as Left Arrow, Right, Up, Down...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured