Click here to Skip to main content
Sign Up to vote bad
good
See more: .NET
Hi All,
 
How to access ActiveX object(VB Component) from the web page(.aspx).Previously i have used HTML object tag to access,but it's not working .Please suggest alternative to this.
 
Thanks In Advance,
Balu Reddy.
Posted 21 Jan '13 - 21:33


1 solution

Try this :
 
            try
            {
                var obj = new ActiveXObject("VB_ActiveX");                
            }
            catch ( e ) 
            {         
                alert(e.message);
            }
  Permalink  

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 Sergey Alexandrovich Kryukov 508
1 Arun Vasu 275
2 Maciej Los 228
3 OriginalGriff 215
4 Rohan Leuva 176
0 Sergey Alexandrovich Kryukov 9,670
1 OriginalGriff 7,409
2 CPallini 3,968
3 Rohan Leuva 3,352
4 Maciej Los 2,861


Advertise | Privacy | Mobile
Web01 | 2.6.130523.1 | Last Updated 22 Jan 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid