Quote:
Originally Posted by davidgol
Sorry dalton5 you're out of luck.
Your options for MCE05 development are HTML/JavaScript for anything with a UI or C# for anything without a UI (runs in the background). The best you can do with with the C# as far as UIs are concerned are to add menu options to some of the popup menus.
|
Not exactly accurate...a little explaining needed here...
For MCE2005 you do the hosted HTML/JavaScript fandango, (true, and UGH!) but if you have this connected to a ASPX form you can do quite a but. You C# code runs in the form and you can use the visual design aspects of ASPX pages to design most of the user interface. You have to use javascript to perform the interaction and form submittals to you web server where the background C# code runs.
It is ugly, messy, and error prone. I hate/d it when doing development.
At least under Vista MCE and VS2005 I have a new Presentation Layer API set to work with (same one used to make VMCE itself) and a much richer interface with MCML+C# and .net 2.0.
Oz