CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    May 2002
    Location
    Hyderabad
    Posts
    76

    converting .NET control into activex

    I have a windows user control in .NET. How can I convert it to an ActiveX control?
    I want to use this control in JSP pages using Javascript. so how can I use this control on JSP pages?

    One more problem..

    this ActiveX control will open an exe on client side. now, user should not be able to do anything on the web page until this exe is closed. How can I achieve this?

    regards,
    Ashish
    Last edited by shethashish_a; November 27th, 2003 at 02:26 AM.
    Ashish Sheth

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured