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

    Thumbs up import directive

    I'd like to use IEnumInstalledApps interface but it is not documented,
    I searched and found some things I wonder how to accomplish. Now here are some qyestions.
    1. How do you create a tlb file from some COM dll then use it in your application. For a long time I have used only ready made classes/interfaces
    2. How can you create a COM class myself ?

    Tank you

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: import directive

    1. Did you try #import?
    Last edited by VictorN; April 29th, 2011 at 01:56 PM.
    Victor Nijegorodov

  3. #3
    Join Date
    Oct 2002
    Location
    Timisoara, Romania
    Posts
    14,360

    Re: import directive

    You can import shappmgr.dll. Then you'll be able to use the interface.
    Marius Bancila
    Home Page
    My CodeGuru articles

    I do not offer technical support via PM or e-mail. Please use vbBulletin codes.

  4. #4
    Join Date
    Oct 2002
    Location
    Timisoara, Romania
    Posts
    14,360

    Re: import directive

    Marius Bancila
    Home Page
    My CodeGuru articles

    I do not offer technical support via PM or e-mail. Please use vbBulletin codes.

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