Search found 9 matches
- Sun Jul 18, 2010 2:46 pm
- Forum: Beginners
- Topic: Using keyboard LCD for "Message>"
- Replies: 4
- Views: 6744
(Just thought I'd post an update) Using the Microsoft.SideShow DLL rather than the Logitech DLL was a better idea as there's a lot of useful info on MSDN and this way it's much more generic so any SideShow compatible display will work. I modify the contents of a text file at key points in my script ...
- Mon Jul 12, 2010 3:00 pm
- Forum: Beginners
- Topic: Using keyboard LCD for "Message>"
- Replies: 4
- Views: 6744
Just FYI, I'm looking into Microsoft SideShow for this functionality now. Seems to be a good avenue to go down since they publish the API for native DLLs and the operating system handles the hardware interfacing itself. So I might be able to post messages directly from MS or I might need/want to bui...
- Sat Jul 10, 2010 7:57 pm
- Forum: Beginners
- Topic: Using keyboard LCD for "Message>"
- Replies: 4
- Views: 6744
- Fri Jul 09, 2010 2:42 pm
- Forum: Beginners
- Topic: Using keyboard LCD for "Message>"
- Replies: 4
- Views: 6744
Using keyboard LCD for "Message>"
Hi, On my mission to send simple status messages to my G15 LCD display while a script is running I've come across the Logitech API in their SDK, along with its documentation. The DLL is called lglcdapi.dll and according to the SDK manual the first thing that you need to do is initialise with: lgLcdI...
- Sun Jul 04, 2010 11:36 am
- Forum: Enhancement Suggestions
- Topic: Keyboard LCD support
- Replies: 0
- Views: 5981
Keyboard LCD support
Hi, Has anyone else looked for some way to output messages to the LCD display, such as on a Logitech G15/G19? I would find this incredibly useful for displaying status messages, while the macro is running, without it creating a popup on the main screen. There are loads of applets available for the G...
- Thu May 20, 2010 7:15 pm
- Forum: General Discussion
- Topic: Recommendation for OCR component, ActiveX, DLL or .Net
- Replies: 3
- Views: 7209
- Sat May 09, 2009 8:05 pm
- Forum: Technical / Scripting
- Topic: CompareBitmaps -1 question
- Replies: 3
- Views: 4814
- Sat May 09, 2009 6:02 pm
- Forum: Technical / Scripting
- Topic: CompareBitmaps -1 question
- Replies: 3
- Views: 4814
- Sat May 09, 2009 5:30 pm
- Forum: Technical / Scripting
- Topic: CompareBitmaps -1 question
- Replies: 3
- Views: 4814
CompareBitmaps -1 question
Hi all, Is there any other explanation for a return of -1 in CompareBitmaps? I am taking a ScreenCapture of a small part of the screen using: ScreenCapture>61,900,122,947,c:\check_test.bmp I then debug a script that contains: ScreenCapture>61,900,122,947,c:\test.bmp CompareBitmaps>c:\test.bmp,c:\che...