Link to home
Start Free TrialLog in
Avatar of Vijay Kamble
Vijay KambleFlag for India

asked on

How can i use HTML Controls or ASP.Net controls in vb.net 2008

I have one small project i want to design my main page like web site so how can i use asp.net and html controls in vb.net?
Avatar of gavsmith
gavsmith
Flag of United Kingdom of Great Britain and Northern Ireland image

Sorry to point out the obvious but if you want it to look like a web site why don't you create a website?

You can host your own website inside your own client application by using the WebBrowser control (so it wouldn't look like you're using IE/Firefox/Chrome etc)
Avatar of Vijay Kamble

ASKER

i want to use HTML Controls or ASP.Net controls in Vb.net
Avatar of Nasir Razzaq
You cant. Unless you use a control ( webbrowser as pointed out already) which can interpret and render HTML.
how this web browser work? any ref link.
ASKER CERTIFIED SOLUTION
Avatar of Nasir Razzaq
Nasir Razzaq
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Also I don't think it would be that difficult to create a windows form that 'looks like' a webpage. Using a panel with the background colour set to white and go from there... you wouldn't be able to use CSS. But then the platform it's running on is completely different client vs server. All depends on what you are ultimately trying to acheive.