Agreed, cool. Playing with it a bit, I found out that when you want to adjust the cursor speed, holding the CTRL-key while in the 'slider' control, you can adjust the speed without needing to TAB around like you need to when you press up/down on its own (see comment just above Dialog1)
Best,
Henk
Search found 19 matches
- Wed Oct 11, 2006 2:08 pm
- Forum: General Discussion
- Topic: RadioGroup used to emulate a "Slider Bar"
- Replies: 3
- Views: 7301
- Wed Sep 20, 2006 6:59 am
- Forum: Technical / Scripting
- Topic: How to use ReadIniFile with a relative path?
- Replies: 6
- Views: 7952
- Fri Sep 01, 2006 12:04 am
- Forum: General Discussion
- Topic: Open Macro Scheduler with hot key
- Replies: 21
- Views: 34600
Bob's suggestion about ClickSysTray(...) got me thinking. I'm no Windows programming wizard (in fact I learned the trade in the DOS era and am still struggling with the whole OO concept) but I think I know enough to be able to provide a couple of pointers to places that might help with implementing ...
- Wed Aug 23, 2006 8:09 pm
- Forum: Technical / Scripting
- Topic: MovePrevious
- Replies: 3
- Views: 5514
Actually, it's not Macro Scheduler that is telling you this, it's ADO or DAO that is telling you this. Depending on the type of recordset that is created, MovePrevious may or may not be available. There are 4 types of recordsets: Table, DynaSet, Snapshot, Forward-only Check out http://msdn.microsoft...
- Tue Aug 22, 2006 1:49 pm
- Forum: Beginners
- Topic: image recognition lib
- Replies: 1
- Views: 4409
image recognition lib
Just downloaded imglib.dll v 1.0.4, (Macro Scheduler v. 8.0.3 ) and I'm trying to get a modal dialogbox to display the version number with this: Let>imglibDLL=%SCRIPT_DIR%\imglib.dll libload>imglibDLL,imglib libfunc>imglib,version,the_version mdl>%the_version% but as http://www.xs4all.nl/~hberg/macs...
- Fri Aug 18, 2006 3:47 pm
- Forum: Technical / Scripting
- Topic: variable CP_OVERWRITE
- Replies: 16
- Views: 18953
- Fri Aug 18, 2006 3:18 pm
- Forum: Technical / Scripting
- Topic: variable CP_OVERWRITE
- Replies: 16
- Views: 18953
- Fri Aug 18, 2006 7:29 am
- Forum: Technical / Scripting
- Topic: variable CP_OVERWRITE
- Replies: 16
- Views: 18953
- Thu Aug 17, 2006 8:46 pm
- Forum: Technical / Scripting
- Topic: variable CP_OVERWRITE
- Replies: 16
- Views: 18953
- Thu Aug 17, 2006 3:04 pm
- Forum: Technical / Scripting
- Topic: imglib
- Replies: 2
- Views: 3698
- Thu Aug 17, 2006 1:47 pm
- Forum: Technical / Scripting
- Topic: imglib
- Replies: 2
- Views: 3698
imglib
Just did a copy/paste of this code from the helpfile of the Image Library Let>imglibDLL=%SCRIPT_DIR%\imglib.dll LibFunc>imglibDLL,GetScreenRes,screen,ref:0,ref:0 ScreenCapture>0,0,screen_1,screen_2,d:\screen.bmp It yielded me a 0-byte bmp d:\screen.bmp So I did two MDL commands with %screen_1% and %...
- Mon Aug 14, 2006 7:31 am
- Forum: General Discussion
- Topic: Passing VBScript Variables
- Replies: 4
- Views: 6077
Hi kpassaur, If you change strOutput to FindContact you will get what you need. Returning values from a function requires that you assign your result to a variable with the same name as the function name. Don't dim a variable FindContact within your function, however. The declaration is taken care o...
- Thu Jul 27, 2006 4:28 am
- Forum: Technical / Scripting
- Topic: MS Used To Save Drive Mapping Config
- Replies: 2
- Views: 3668
Hi Cybercitizen, Check out the ReadLn command. Combined with MidStr you should be able to extract the UNC-path from every individual drive mapping and reassemble the required NET USE command text. If you need help parsing the lines from your Drivemapping.txt file, drop a message and I'll see what I ...
- Fri Jul 14, 2006 10:05 pm
- Forum: General Discussion
- Topic: Open Macro Scheduler with hot key
- Replies: 21
- Views: 34600
Hey, a fellow Pegasus user! Cool! But I wonder how it is that your Pegasus is activated with the letter P? The tooltip that my Pegasus (4.31, Dec. 2005 according to Help|About) has is "Right-click for new mail info", so if I need to activate Pegasus, I use the letter R (By the way, did you do the ho...
- Thu Jul 13, 2006 10:39 am
- Forum: General Discussion
- Topic: Open Macro Scheduler with hot key
- Replies: 21
- Views: 34600