Friday, 27 September 2013

How do you use a webbrowser control for styling but have the logic in C#?

How do you use a webbrowser control for styling but have the logic in C#?

I have seen a few applications do this. They use HTML/CSS/Javascript for
the styling (which is a million times easier than creating the same thing
natively), but they have the logic of the program in C#, I have no idea
how to interconnect the two. I was trying to google around, but I couldn't
find anything with my phrasing. Any quick explanation or example would be
awesome!
Thanks, Jon

No comments:

Post a Comment