|
-
May 19th, 2000, 06:02 AM
#1
Thread Starter
New Member
hay, im having some problems with the syntax for changing the mouseicon property when a user double clicks on a flexgrid. i have tried a number of different ways including;
grid.mouseicon [ = c \ winnt\cursors\size3_rm.cur] and
grid.mouseicon = loadpicture(c\winnt\cursors\size3_rm)
and nither of them are right. if ne1 could help me it would be really great
thanx
burn
-
May 19th, 2000, 06:06 AM
#2
Have you got your MousePointer property set to 99 (Custom)?
You must set the MousePointer property is set to 99 before you can display a custom MouseIcon.
-
May 19th, 2000, 10:07 AM
#3
Thread Starter
New Member
yeh, i do..this is so annoying me!!!!!!! thanx newayz!!
-
May 19th, 2000, 08:55 PM
#4
So that didn't work?
grid.mouseicon = loadpicture(c\winnt\cursors\size3_rm)
It might be your code that's wrong. You are missing a
colon acter C and you are missing the file extention after the file name. Try this code...
Code:
grid.mouseicon = loadpicture(c:\winnt\cursors\size3_rm.ico)
If that doesn't work, make sure you have the full pathname correct.
-
May 20th, 2000, 09:24 AM
#5
Fanatic Member
-
May 20th, 2000, 08:14 PM
#6
Set it to 99. It works for me.
-
May 21st, 2000, 01:33 PM
#7
Thread Starter
New Member
thanx heaps, but i dunno whats wrong with it...but i have got a file extension on it (.cur) and when i put in the colan, vb takes it out, so i thought maybe it wasnt supposed to b there. oh well, i suppose ill just have to do something else. thanx newayz!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|