P
Paul Cheetham
Hi,
I have several cursors which I have added to my project (c#) and set the
build action to 'Embedded Resource'.
I am now having problems trying to load these, and so I was trying to
find the resource file and check their names, to make sure I was using
the right one.
The cursors don't appear to be in any of the resource files.
Since I am trying to use the Win32 LoadImage function to load these from
the resource file, the name needs to be correct, but I can't even be
sure they are being included in the executable.
Can anyone tell me how I can be sure they are being included, and
determine their names, or perhaps someone has a working example of this?
(I am using LoadImage because I am trying to load colour cursors)
Thankyou.
Paul Cheetham.
I have several cursors which I have added to my project (c#) and set the
build action to 'Embedded Resource'.
I am now having problems trying to load these, and so I was trying to
find the resource file and check their names, to make sure I was using
the right one.
The cursors don't appear to be in any of the resource files.
Since I am trying to use the Win32 LoadImage function to load these from
the resource file, the name needs to be correct, but I can't even be
sure they are being included in the executable.
Can anyone tell me how I can be sure they are being included, and
determine their names, or perhaps someone has a working example of this?
(I am using LoadImage because I am trying to load colour cursors)
Thankyou.
Paul Cheetham.