Seperate GUI & Actions for SDK

Pretty much every application consists of a set of basic commands. For
instance, in Photoshop you would have "AddLayer", "SelectRectRegion",
"InvertColors", etc. Each of these commands could be linked to a menu
item, a button, etc. What I need to do is seperating these commands
from the GUI so that I can offer them in an SDK. The user then can
create his own GUI element and associate it with one or more such
commands. Equally important, he could use it to build scripts to
automate processes. The question is how do I best do this? How should
these kind of commands look like? Any input is very much appreciated.

Regards
hufaunder [ Di, 08 April 2008 08:29 ] [ ID #1937655 ]
Microsoft » microsoft.public.dotnet.general » Seperate GUI & Actions for SDK

Vorheriges Thema: Re: log4net mysteriously stops logging
Nächstes Thema: How to make CLR stored procedure generate comments in TSQL when it is deployed via visual studio?