vote up 1 vote down star

I want to webpage to look like a winform but it is actually a webform. The users should think that it is a form and not a webpage

flag

51% accept rate

4 Answers

vote up 0 vote down

I want a steak to taste like icecream but it is actually a steak. The eaters should think that it is icecream and not a steak.

Why are you kidding your users?

link|flag
That's not a helpful answer... What if the users have defined the requirements? "We want a web version we can access from home that looks juuuust the same as the one we use on our desktops" say the users ... "OK" says the developer. – Rob Oct 7 '08 at 10:58
vote up 2 vote down

You may want to check this out: http://www.visualwebgui.com/

Then again, you can only go so far with this approach. It will not look 100% exactly like a Windows app, and it will not be able to function 100% exactly like a Windows app.

link|flag
vote up 0 vote down

You can design a web page to look however you want, including the look (if not exactly the behavior) of a windows form. However the page will still run in a browser, with toolbars and so on.

With hta files in windows, you can create a HTML page that executes as a windows app, outside of a browser. It is something like that you are looking for?

link|flag
yes..I am looking something similar with or without browser.. – jazzrai Oct 7 '08 at 11:08
vote up 0 vote down

Web forms will generate pages in html, like the one you are looking at right now. Win forms applications generate interfaces using the windows operating system, so they look much better.

It's not possible to get web forms to look like win forms, but you can get close if you use something like www.silverlight.net which allows you to embed a rich client experience within a web browser on multiple platforms

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.