Loading mouse pointers

Just starting out? Need help? Post your questions and find answers here.
MikeB
Enthusiast
Enthusiast
Posts: 183
Joined: Sun Apr 27, 2003 8:39 pm
Location: Cornwall UK

Loading mouse pointers

Post by MikeB »

Does anyone know how to use PB to load the chosen mouse pointers that are supposed to load automatically on start-up.

I have created my own animated normal select pointer and that loads every time no problem, but I also have an animated link select pointer and a text select and they never load until I open the “personalization/mouse pointers” and do no more than click “OK”. :?

Easy enough, but irritating. Obviously they are stored somewhere and need copying to somewhere, but where?

By the way this is for Vista Home Premium.
Mike.
(I'm never going to catch up with the improvements to this program)
SFSxOI
Addict
Addict
Posts: 2970
Joined: Sat Dec 31, 2005 5:24 pm
Location: Where ya would never look.....

Post by SFSxOI »

In your application don't you have to do something like:

Code: Select all

LoadCursor_(0, #IDC_CROSS)

then 

ShowCursor_(0)
When your application starts?

And I think the cursor will only apply to your app window and not system wide. Or am I on the wrong track here? I don't have the computer with PB on it in front of me at this time or posting so i'm just guessing.
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Post by Mistrel »

User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Post by Rook Zimbabwe »

Vista Home Premium
I think I have found the problem! ;)
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
MikeB
Enthusiast
Enthusiast
Posts: 183
Joined: Sun Apr 27, 2003 8:39 pm
Location: Cornwall UK

Post by MikeB »

The problem is not how to load a mouse pointer for one of my programs, that's easy, it is to get the global preferences to load.

It always loads my normal animated pointer, but the text select and link select do not load unless I go to personalise/mouse pointers and click OK. I don't need to select them as they are already saved, just click the OK button.

It was the same when I was running XP so it is not caused by Vista!

By the way, I changed from I.E. to Firefox just after starting this thread and have not been able to log on since. This is the only site to cause trouble and I have only managed to reply now by running IE again, although I am leaving Firefox as default as otherwise I prefer it. :?
Mike.
(I'm never going to catch up with the improvements to this program)
User avatar
Fluid Byte
Addict
Addict
Posts: 2336
Joined: Fri Jul 21, 2006 4:41 am
Location: Berlin, Germany

Post by Fluid Byte »

I'm confused. Well, I always am but in this particular case I think some code would help to exactly understand your problem.
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
MikeB
Enthusiast
Enthusiast
Posts: 183
Joined: Sun Apr 27, 2003 8:39 pm
Location: Cornwall UK

Post by MikeB »

If nothing else I have fixed the log on problem with Firefox, I went to the Tools\options and deleted the PB cookies and now it lets me log on and hopefully has now saved the cookie correctly.
Mike.
(I'm never going to catch up with the improvements to this program)
Sparkie
PureBatMan Forever
PureBatMan Forever
Posts: 2307
Joined: Tue Feb 10, 2004 3:07 am
Location: Ohio, USA

Post by Sparkie »

What goes around comes around.

PB 5.21 LTS (x86) - Windows 8.1
Post Reply