WinApi Action Plugin has Been Finished.
This Plugin Was Developed Basing On WindowEx Action Plugin
You Can Find Detailed Info On Plugin's Home Page
WinApi Home Page
Professional Software Development Tools
WinApi Action Plugin has Been Finished.
This Plugin Was Developed Basing On WindowEx Action Plugin
You Can Find Detailed Info On Plugin's Home Page
WinApi Home Page
Awesome, thanks. The one example I am realy interested in is 26 but the link downloads example 25. Could you please fix the link to 26.
Dermot
I am so out of here
Perfect, thank you. By the way I tested the pie chart one on Vista and it worked fine.the broken link was fixed. i am sorry for broken link and delay
Dermot
I am so out of here
yes you are right.
this plugin uses windowsXp feature as statically linked,
and when AMS attempt to load plugin it attempt to load WinXp Shell32.dll and if not found. load will fail
why this happen :
if you used AnimateWindow(); or SetWindowTrans();
you will meet a dll load error because current system has no this feature
i wrote it on winapi home page ,minimum os WinXp
Thanks for all your hard work reteset.
is it possable to add a working dll that it needs with the program for it to work?
Thanks for the great plugin thanks 10 ++![]()
Hi reteset
it's posible create one popup window similar to this?:
As I make the popup to appear in the middle of my application?
Would be possible to add a combox, image, ckeckbox, etc.?
You might get an example?
and other question:
You can add a function to change the taskbar method, namely:
Choose at any time:
Systray, standard or hidden?
Thank you. (sorry for my bad english)
it's posible create one popup window similar to this?:
it is not possible , i was added popup feature for only show up a simple
about program dialog or show some info to user , there is a general messge exchange problem on popup dialogs .of course you can create button input etc. on a popup with WinApi.CreateWindowEx() but For Ex : you can not hear does button clicked or not, all windows have a message loop and we can not enter this message loop
Systray, standard or hidden?
AMS already has these features
note :
i will write a 2 parts tutorial under Examples thread at a my free time
1) Creating A Dll with Delphi For AMS (first step)
2) Creating A Dialog Based Delphi Dll For AMS (advanced)
thanks
yes... but not permit change metode in any moment....Code:Systray, standard or hidden? AMS already has these features
thx
It has been requested before, to be able to adjust the time when this takes place. Right now it can only be adjusted at design time. (choosing between the three, Standard, System tray, and Hidden).
I'd like to see this added in myself, still.
Intrigued