Click here to Skip to main content
15,901,426 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi provide a solution for my problem. I have HTML designed GUI pages with JS I want to use these HTML GUI pages in my win form application as front end GUI. I have a tool INFRAGISTICS also. So please provide a some solution how to do

What I have tried:

I have tried with CefSharp Is it the right one or not
Posted
Updated 13-Oct-16 2:46am
Comments
Suvendu Shekhar Giri 13-Oct-16 8:30am    
any help from Infragistic support team?
Member 11621962 13-Oct-16 8:42am    
Yeah if they can help me out of these?
[no name] 13-Oct-16 8:31am    
You would have to host your webpage content in a control that can render HTML.
AnvilRanger 13-Oct-16 8:33am    
So you want to use standard HTML files as the UI for a Windows Form app? Why? Just host the site on a server and that way it will be accessible from almost any place.
Member 11621962 13-Oct-16 8:39am    
Actually It was win form application but GUI design got implemented in HTML. So I want to load those HTML pages as my GUI

1 solution

From you comment your comment it sounds like you have a Win Form app with all your business logic, db logic, etc. already coded and then someone did the UI design in HTML. So now you want to use the HTML as the UI for the app.

If only expect the Win Form app to display the HTML then you can possibly use the WebBrowser control. But if you expect to do any kind of data entry or processing with you Win Form app code you are out of luck. The HTML cannot access any part of your code.

You are better off creating a Win Form UI or if you have to use a web app create a new one and use the HTML as your guide for style.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900