CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: IE Toolbar?

  1. #1
    Join Date
    Sep 2003
    Location
    Korat, Thailand
    Posts
    112

    IE Toolbar?

    Hi,

    I intend create my toolbar on Internet Explorer. Any idea Please?

    Thanks in advance.

    Monch

  2. #2
    Join Date
    Jan 2004
    Location
    Bangalore
    Posts
    53

    Re: IE Toolbar?

    This is called Windows Shell programming. And its no way related to Unix shell programming.

    Basically in windows, the Windows Explorer is called as Windows Shell.

    This explorer Bar is common for Windows Explorer and also Internet explorer. But u can differentiate them.

    For more info
    Check this

    Here u can find some sample code.

    http://www.codeguru.com/Cpp/COM-Tech/shell/

    http://codeproject.com/shell/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured