Results 1 to 2 of 2

Thread: Making controls for web pages

  1. #1

    Thread Starter
    Hyperactive Member greg_quinn's Avatar
    Join Date
    Nov 2002
    Location
    South Africa
    Posts
    366

    Making controls for web pages

    I see that with Visual Studio.NET one can't make any ActiveX controls for web pages.

    I am aware that ActiveX is no longer allowed to be created by VS.NEt, but I'm wondering what is Microsoft's replacement for ActiveX controls in web browsers?

    How can one get activex-like functionality in a web page now?

  2. #2
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    You can still use legacy ActiveX controls using the <%Page %> ASPCOMPAT attribute set to true.

    But, no, you don't develop ActiveX controls in VS .Net. Depending on your requirements for your control, you should be able to get by using the supplied server controls, or inheriting from them and building composite or custom controls, or building your own (eek) from a mix of html and server side code, or using a Windows Forms UserControl which acts as a .Net applet inside the client's browser (requires framework is installed on client's machine).

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