[SOLVED] Web Application vs. Web Desktop Application

Answered Closed
0
0

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

  • You must to post comments
Best Answer
0
0

The Web Desktop template is the same as the Web Application plus the Desktop control assigned to Application.Desktop in Program.Main.

Best,

Luca

  • You must to post comments
0
0

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

  • You must to post comments
Showing 2 results