Scopinho Posted January 21, 2006 Posted January 21, 2006 Was just thinking with myself... is anyone here able to use this DLL in AutoIt?http://www.vbaccelerator.com/codelib/cpopmenu/cnewmenu.htmMaybe Lars... he seems like a smart guy... well I dunno, just give it a try.I can really use a menu like that, just imagine some icons on it!!!!
BigDod Posted January 21, 2006 Posted January 21, 2006 Was just thinking with myself... is anyone here able to use this DLL in AutoIt?http://www.vbaccelerator.com/codelib/cpopmenu/cnewmenu.htmMaybe Lars... he seems like a smart guy... well I dunno, just give it a try.I can really use a menu like that, just imagine some icons on it!!!!Have a look Here this looks similar. Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother
Scopinho Posted January 21, 2006 Author Posted January 21, 2006 Have a look Here this looks similar.No man, that is a GUI!I don't need a GUI, I need a menu.Thanx anyway.
Valik Posted January 21, 2006 Posted January 21, 2006 To be pedantic, a menu is a GUI element.Being pedantic aside, I strongly encourage you to read that thread. I mean, it does exactly what is demonstrated in the screenshot at the link you posted. If doing exactly what you want isn't enough for you, I suggest you do it yourself.
Scopinho Posted January 27, 2006 Author Posted January 27, 2006 Check out this topic that I created, this is what I was talking about:http://www.autoitscript.com/forum/index.php?showtopic=20798Now I just need to find a way to use ICON....
Holger Posted January 27, 2006 Posted January 27, 2006 You can build menu icons and so on for yourself.Just use GUIRegisterMsg() and google for "ownerdrawn menus" and "WM_MEASUREITEM" and "WM_DRAWITEM".If you can wait some time I will provide an example the next days/weeks.I have it already here but I will work on it a little bit to make the script more readable So long...Holger Old project:GUI/Tray menu with icons and colors Other old stuff:IconFileScanner, TriState/ThreeState GUI TreeView, GUI ContextMenu created out of a TreeView
Scopinho Posted January 27, 2006 Author Posted January 27, 2006 You can build menu icons and so on for yourself.Just use GUIRegisterMsg() and google for "ownerdrawn menus" and "WM_MEASUREITEM" and "WM_DRAWITEM".If you can wait some time I will provide an example the next days/weeks.I have it already here but I will work on it a little bit to make the script more readable Thanx man... finally someone here was able to help me with this issue.I'm going to take a look on this.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now