I’m a web developer by trade, but I’m trying to write a frontend for game emulators. Since I’m familiar with html/css/javascript, ideally I’d like to do all my layout with that. What I need to know is if that’s going to be a showstopper. I’ll need to do things like when a user clicks an element on the browser control, make the form code launch something based on a specific path.
Is this possible? If so, is it a terrible idea? Should I stop now and just use the form designer?
This article helped me: http://www.codeproject.com/Articles/35373/VB-NET-C-and-JavaScript-communication
Specifically:
then