Category: General

Creating Native Function Aliases for Win32 Functions

November 15, 2010 by Marcus Tettmar in General, Scripting

The other day I posted a response on the forums which uses LibFunc to run the Win32 API function GetKeyState. This prompted someone to email me the following: I didn’t know the Win API call to check for a key being down. The API call works but have you considered adding a native MS command […]

Read more »

Associating a File Extension with a Compiled Macro

June 23, 2010 by Marcus Tettmar in General, Scripting

I have a few scripts which perform actions on files. Rather than have the script ask me what file to use, it is easier to associate the file type with the script so that I can just double click on the file (or right click and choose “Open with”) in Windows Explorer. For this to […]

Read more »

Weekly Forum Round-up

May 21, 2010 by Marcus Tettmar in Automation, General, Scripting, Testing

I thought I might start a weekly round up of some of the Macro Scheduler forum posts that caught my eye during the week. Not everyone gets a chance to browse the forums all the time, so it might help to link to some here. Then those that subscribe to the blog via RSS/Email will […]

Read more »

Sharing and Synchronizing Macros

May 20, 2010 by Marcus Tettmar in General

A new feature in Macro Scheduler 12 is the ability to easily share macros with other people on your network, or between desktops. It has long been possible to work outside of the Macro Scheduler interface and indeed many people already do this. You can use the standalone editor and run or edit macro script […]

Read more »

Using an Old Version? Time to Upgrade for Vista/Win7 Support.

April 23, 2010 by Marcus Tettmar in General, Macro Recorder

If you’re using an old version of Macro Scheduler, especially version 8 or lower, and like many others, you or your company are considering upgrading your Windows operating system to Vista or Windows 7 soon then you will need to consider upgrading Macro Scheduler too. Windows 7 adoption rates are outpacing those of Vista fast […]

Read more »

Screen Magnifier In Only 34 Lines of Code

March 8, 2010 by Marcus Tettmar in General, Scripting

Check out this screen magnifier, written by Dick Lockey in only 34 lines of Macro Scheduler code.   Paste it into a macro, hit run and then as you move the mouse around your screen you’ll see a 5x magnification of the cursor area. Dialog>Dialog1 Caption=5X Magnify Width=800 Height=500 Top=500 Left=48 EndDialog>Dialog1 Show>Dialog1 LibFunc>user32,GetDC,HDC1,Dialog1.handle LibFunc>user32,GetDC,HDC3,0 […]

Read more »

Choose Your Web Browser

March 4, 2010 by Marcus Tettmar in General, Web/Tech

One of my Windows XP systems installed an automatic update last night when I shut it down.  This morning I was presented with this: As I understand it this is as a result of an EU competition law decision.   Is this a good thing or a bad thing? On the one hand it seems […]

Read more »