Link to home
Start Free TrialLog in
Avatar of MichaelPreuss
MichaelPreuss

asked on

RESOLUTION FILE .RES

Who can I use this file ?
ASKER CERTIFIED SOLUTION
Avatar of sirigere
sirigere

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
If you want some sample code, I could post it there.

You have to use
   LoadResString(index) wich load a string in the ressource file
   LoadResPicture(index, format)
The settings for format are:

Constant      Value      Description
vbResBitmap      0      Bitmap resource
vbResIcon      1      Icon resource
vbResCursor      2      Cursor resource
   LoadResData(index, format)
The settings for format are:

Setting      Description
1      Cursor resource
2      Bitmap resource
3      Icon resource
4      Menu resource
5      Dialog box
6      String resource
7      Font directory resource
8      Font resource
9      Accelerator table
10      User-defined resource
12      Group cursor
14      Group icon