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

Thread: Resource Files

  1. #1
    Join Date
    Sep 1999
    Location
    Kent, UK
    Posts
    10

    Resource Files

    How do i access icons in a custom resourse file or dll file using VB.

    Can anyone help.

    Please

    D.G.Holmes
    Gap Student

  2. #2
    Join Date
    Jul 1999
    Location
    Prague, Czech Republic
    Posts
    263

    Re: Resource Files

    I'm not sure if I understand what you want to do? If you want to load resources (icons) from your own *.res file, use the LoadResPicture of Visual Basic. If you want to load Icons from a compiled dll, exe or something like this, mail me and I'll send you a sample.


    Best wishes,

    Matthias Steinbart

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