|
-
Jul 14th, 2000, 09:03 AM
#1
Thread Starter
Fanatic Member
I wanted my pointer icon to switch to a hand over a picture box in VB6, but there was no option for hand, so it seems I'll have to plug it in as a custom. One problem, I can't find the hand pointer on my system because I don't know the extension for pointers. I'm also wondering if every single Windows machine from 3.x up will have this hand pointer in the same spot or if I'll need to add that hand as part of my deployment package.
-
Jul 14th, 2000, 09:14 AM
#2
The extention for a Cursor is *.cur.
-
Jul 14th, 2000, 09:57 AM
#3
Addicted Member
Hope this helps, its from Microsoft Help Pages:
Object.MouseIcon[ = cFileName]
Settings
cFileName
Specifies the file that is displayed when the mouse pointer is positioned over the object. You can specify a mouse icon (.ico) file, a mouse cursor (.cur) file, or an animated mouse cursor (.ani) file.
Remarks
To display the mouse icon, set the MousePointer property to 99 (Custom).
-
Jul 14th, 2000, 10:43 AM
#4
Fanatic Member
I had that problem, I wrote an activex control for a hyperlinked label to call the default browser but couldn't find the damn hand cursur IE uses so I took a screen grab of it and redrew it in a cursur builder software package included in borland C++. It looks identical, transparent and has the hot spot under the finder, let me know if you want it! I can email it to you.
Paul Dwyer 
Network Engineer
Aussie In Tokyo
Using Powerbasic 6 & VB6 SP4 (Please also add your VB Version to your signature!)
-
Jul 14th, 2000, 10:48 AM
#5
Fanatic Member
better still, here's a mimed version for whoever wants...
Code:
Content-Type: application/octet-stream; name="Hyperlink.cur"
Content-Transfer-Encoding: Base64
Content-Disposition: attachment; filename="Hyperlink.cur"
AAACAAEAICAAAAgABQAwAQAAFgAAACgAAAAgAAAAQAAAAAEAAQAAAAAAAAEA
AAAAAAAAAAAAAAAAAAAAAAAAAAAA////AAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAf4AAAH+AAAD/wAAA/8AAAf/AAAH/4AAD/+AAAv/gAAb/4AAO
/+AADP9gAADbYAAA20AAANsAAADYAAAAwAAAAMAAAADAAAAAwAAAAMAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAA/////////////////////////////////wA/
//8AP///AD///gAf//4AH//8AB///AAP//gAD//4AA//8AAP/+AAD//gAA//
4gAP//4AH//+AD///gD///4H///+H////h////4f///+H////z//////////
//////////////8=
Paul Dwyer 
Network Engineer
Aussie In Tokyo
Using Powerbasic 6 & VB6 SP4 (Please also add your VB Version to your signature!)
-
Jul 14th, 2000, 03:13 PM
#6
Thread Starter
Fanatic Member
I have no idea how to pull that maneuver above, but I'll try to put all that data stuff in a word pad and save it as an .cur and see what happens.
By the way, how come when I searched my C: I found no *.cur files?
Always full of questions,
-
Jul 14th, 2000, 10:55 PM
#7
Fanatic Member
No prob, I emailed you the file. You needed a mime decoder
Paul Dwyer 
Network Engineer
Aussie In Tokyo
Using Powerbasic 6 & VB6 SP4 (Please also add your VB Version to your signature!)
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
|