What is the difference in create an application from “Web Application” or “Web Desktop Application” template?
I created 2 sample applications one from each template and didn’t saw any difference.
Thanks & Regards,
Rui
The Web Desktop template is the same as the Web Application plus the Desktop control assigned to Application.Desktop in Program.Main.
Best,
Luca
Just noticed that if you are using VB.NET, the Wisej Web Desktop template for VB is wrong, this line is missing from Program.Main:
Application.Desktop = New MyDesktop()
Thank you,
Luca