Results 1 to 10 of 10

Thread: obtain a 32-bit icon from the resource in IDE

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Dec 2008
    Location
    Argentina
    Posts
    441

    obtain a 32-bit icon from the resource in IDE

    It is possible to obtain a 32-bit icon from the resource file of my project in the IDE in the section ICON

    LoadImage does not work
    Code:
    hIcon = LoadImage(App.hInstance, lpSection, IMAGE_ICON, lWidth, lHeight, LR_SHARED Or LR_LOADMAP3DCOLORS)
    LoadResPicture still less because it is an icon of 32 Bits

    I do not want to use LoadResData

    There any trick?
    Attached Images Attached Images  
    leandroascierto.com Visual Basic 6 projects

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