Ink with inkobj.dll and classic ASP
COM
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I try to write an Web Application on wich you can draw some lines using the inkobj.dll. In ASP.net, no Problem. You have to create an Windows.Forms.Control wich you can call from an Tag in your ASP.net Webapp. I just want to know if it's possible to draw some lines using classic ASP and the COM Object. Some Code:
var oInkColl = Server.CreateObject("MSINKAUT.InkCollector"); oInkColl.hWnd = //HOW?//
I think hWnd needs an Form Object.. How can I say that the Window is the IE? I that possible?