many thanks
-----Original Message-----
From: Solutions 2000 [mailto:provb@s...]
Sent: 25 October 2001 14:18
To: professional vb
Subject: [pro_vb] RE: Loading cursor from resource file
Use the LoadResData() or LoadResPicture functions!
You'll have to pass in the keys of the images when calling the function(s),
I use constants so that I don't have to keep remembering those numbers?
One thing I hate about vb is forcing me to have only one resource file
per project! Ugh!
But it sure beats the imagelist clean!
;}
john
-----Original Message-----
From: bounce-pro_vb-478924@p...
[mailto:bounce-pro_vb-478924@p...]On Behalf Of Mark Roworth
Sent: Thursday, October 25, 2001 12:28 PM
To: professional vb
Subject: [pro_vb] Loading cursor from resource file
Hi all,
I want to load a cursor from a resource file and change the current cursor
to it. How do I load resources? Any ideas? Many thanks,
Mark Roworth