Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: creating a .dll file that associates icon  (Read 2922 times)

0 Members and 1 Guest are viewing this topic.

devduttaa

    Topic Starter


    Rookie

    creating a .dll file that associates icon
    « on: May 17, 2009, 09:21:24 PM »
    I have an icon file ,say abc.ico. I want to create a .dll file which associates this ico file.
    This is like shell32.dll. I want the code in VC++. Please help me.

    Geek-9pm


      Mastermind
    • Geek After Dark
    • Thanked: 1026
      • Gekk9pm bnlog
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 10
    Re: creating a .dll file that associates icon
    « Reply #1 on: May 18, 2009, 12:11:35 AM »
    You are witting a DLL files in Visual C++ and you want to associate it with and icon file? Is that what your read in the documentation?
    When you create the DLL you have the option of allowing an icon to be put into the DLL. Is that what you mean?