Hi,
Can anyone figure out how to set the settings for Magnifixer
programmatically? I tried an ahk context menu reader for
PostMessage, and WinSpector Spy does not seem to give me
anything for this program.
It's a neat magnifier that shows the cursor very correctly in the
display, and works for W98 and XP. I have it programmed already
in my app but I would like to auto set it either each time I "run" it
or maybe when I first run my app.
I could probably even just do a series of right-clicks and access the
context menu directly, but a few items just toggle, so I would need
to be able to detect their state. For example the Show Cursor, which
I need to set to Show.
So I guess one question could be,
how can I tell if an item on a context
menu is checked or not ?
I would prefer of course to be able to send Postmessages that would
set the settings for the running instance of the process without altering
the settings that may be stored in the users registry (if the program was
installed) or somewhere, I don't know where, if the program's exe was
simply "run" as part of my apps included files.
Here is a link to the Freeware program:
http://www.blacksunsoftware.com/screenmagnifier.html
Thanks