.net - VB6 ActiveX Controls in a C#/ASP.NET Based Website -
.net - VB6 ActiveX Controls in a C#/ASP.NET Based Website -
we have website based on c# , asp.net, have barcode scanner .dll file command can work in vb6. before dig deeper in how wanted quick reply on if possible want first.
can write activex command in vb6 allow me command barcode scanner , implement activex command in our .net based website?
just clear, not asking how it, asking if can done. haven't done activex programming before , haven't touched vb6 in long time.
thanks!
i believe should possible; need implement javascript , activex objects. require user's browser setup allow web site interact activex objects. simple illustration of this, using link start programme (like remote desktop client):
<script type="text/javascript"> function runmstsc() { var command="mstsc.exe /v:127.0.0.1 /w:1024 /h:768"; var scripthost = new activexobject("wscript.shell"); scripthost.run(file); } </script>
assuming application valid activex control, should able minipulate in similar fashion wscript.shell.
.net vb6 activex
Comments
Post a Comment