CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    4

    Context Menu Handler

    I am just about to write a context menu handler, but it won't work. I'm not that familiar with COM but I think COM is not the problem but more that I have misunderstood some description of IShellExtInit of IClassFactory. Fact is, IShellExtInit will be called, but not CreateInstance. So please, if there is someone out there who has written a Context Menu Handler: Would you please be so kind to take a look at my app. 100 lines of skeleton code? I think for you it's just one minute to tell me where I went wrong.
    Thanks a lot!

    Markus Karg

  2. #2
    Guest

    Re: Context Menu Handler

    IClassFactory is interface implimented on obj1.
    IShellExtInit,IContaxtMenu need to be implemented in diffarent object say obj2
    DLLCreateObject should uses obj1 to create obj2 by calling CreateInistance of obj1. i have implimente contextmenu. please send code to my address so i will tell the problum. email: [email protected]




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