| View previous topic :: View next topic |
| Author |
Message |
fincs
Joined: 05 May 2007 Posts: 1162 Location: Seville, Spain
|
Posted: Mon Dec 28, 2009 12:30 pm Post subject: [Windows 7] Scenic Ribbon Demo |
|
|
Hi,
This is something I'm working on:
Here's the download link:
http://www.autohotkey.net/~fincs/AhkRibbonDemo.zip
Internals:
The scenic ribbon (UIFramework) is a COM object that attaches itself to a window. It communicates with the application through the IUIApplication interface that the script must implement. The downside is that the ribbon apparently uses multithreading and AHK can break, so often-called methods (like AddRef) are dummy-implemented in MCode (with things like return 1).
The ribbon design must be loaded from an application resource, so this demo just uses a Windows SDK example executable as a resource DLL. _________________ fincs
Get SciTE4AutoHotkey v3.0.00 (Release Candidate)
[My project list] |
|
| Back to top |
|
 |
Guest
|
Posted: Sun Jan 03, 2010 5:16 am Post subject: |
|
|
| I don't know if i'm missing the point, but what exactly does it do? |
|
| Back to top |
|
 |
fincs
Joined: 05 May 2007 Posts: 1162 Location: Seville, Spain
|
|
| Back to top |
|
 |
DHMH
Joined: 17 Jul 2008 Posts: 225
|
Posted: Sun Jan 03, 2010 12:27 pm Post subject: |
|
|
wow!
thank you!
Very interesting to see how it works.
btw it doesn't work under Windows XP, or does it?
 |
|
| Back to top |
|
 |
fincs
Joined: 05 May 2007 Posts: 1162 Location: Seville, Spain
|
|
| Back to top |
|
 |
Guest
|
Posted: Mon Jan 04, 2010 9:32 am Post subject: |
|
|
absolutely amazing!! keep it up
Works in Vista too. |
|
| Back to top |
|
 |
|