Reading DLL Resources in Visual Basic 6.0

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Macta
    New Member
    • Feb 2007
    • 6

    Reading DLL Resources in Visual Basic 6.0

    I was working on a project in visual basic 6.0. I have some images to display in my executable. When i placed them in an imagelist, the message "Out of Memory" occured. Now i want to place them as resources in a DLL and then read them from my executable. How to do that?
    Any answer?

    Regards,
    Macta
  • kZero
    New Member
    • Nov 2006
    • 23

    #2
    Originally posted by Macta
    I was working on a project in visual basic 6.0. I have some images to display in my executable. When i placed them in an imagelist, the message "Out of Memory" occured. Now i want to place them as resources in a DLL and then read them from my executable. How to do that?
    Any answer?

    Regards,
    Macta
    Check this Source Code

    i think its what u need

    http://www.planetsourc ecode.com/vb/scripts/ShowCode.asp?tx tCodeId=30378&l ngWId=1

    Comment

    Working...