Embed the web application in to the windows application -


I have a web application, I would like to embed web application into window application.

As if I click on the icon in windows, a window should open with that site. The right click and menu properties and everything needs to be disabled.

Someone said that we Can it be through the net .. Is there any other way to do this .. can you please Can you?

You can embed a WebBrowser control on a Windows form. From there you can do a lot of things like accessing the DOM and actually controlling the browser. Microsoft has a , although it is for C ++ / VB programmer can help you translate from one to another and in C-Prinner a .


Comments

Popular posts from this blog

objective c - iPhone and it's wireless area -

unix - Listing all shared memory segments used by a process on AIX5.3+ -

tsql - Correct sql/hql query (aggregate in where clause) -