OK. I describe this project in more details.
Customer needs a web page that reads data from USB device and restores it to the database.
This project is divided into 2 parts: displaying and storing data in web page and ActiveX component that communicates with USB device. I'm responsible for...
I found the solution i was looking for from another forum. I added the link if anyone interested: http://forums.microsoft.com/MSDN/ShowPost.aspx?PageIndex=1&SiteID=1&PostID=347989
Hi!
i have web page that contains javascript and C# component. How can i call javascript function from the C# component?
C# component:
using System;
using System.Runtime.InteropServices;
namespace TerminalComm
{
[Guid("53C7EA31-BBA1-46d9-8DAE-71F374340120")]
public interface...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.