Is there a way to call C#/.NET/win32 from HTML5?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No. HTML5 is geared for running in a sand-boxed browser utilizing JavaScript. There is no direct access to the operating system.
You can however use Silverlight for some applications – it has some features into the operating system, but it does not have complete access like Interop or access to the Win32 API.