Thread: How do I create OCXs in vb.net?

  1. #1
    prisoner85
    Guest

    How do I create OCXs in vb.net?

    I want to create an OCX that will be embeded in a webpage. How do I create OCXs in vb.net? VB 6 had a project type for it. VB.net does not. Please help!

    Thanks,
    Jeremy

  2. #2
    Registered User
    Join Date
    Jan 2003
    Posts
    648
    There is no such thing as an OCX for VB.NET. First of all, use C# (just my opinion ).

    In order to make a web control, use the web control project. But take a look into ASP.NET, maybe that's what you want, active server pages.

    Either way, they're easy and great to make.

  3. #3
    AzureIce
    Guest
    Yeah Speedy, don't use VB.NET. Use C#.

    You should be ashamed of yourself.

  4. #4
    Registered User
    Join Date
    Mar 2003
    Posts
    7
    And what will be the deifference? Everything in .NET compiles to same thing, so he could be using Fortran .NET as well or J#.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Can't create child windows
    By OnionKnight in forum Windows Programming
    Replies: 4
    Last Post: 04-10-2011, 04:13 PM
  2. Cannot create shared memory
    By Phoenix_Rebirth in forum C Programming
    Replies: 3
    Last Post: 11-07-2008, 11:32 AM
  3. Create new combo boxes based on items selected in preview combo box
    By RealityFusion in forum Windows Programming
    Replies: 2
    Last Post: 01-10-2007, 09:50 AM
  4. Create a file from c++ program
    By Dan17 in forum C++ Programming
    Replies: 2
    Last Post: 05-08-2006, 04:25 PM
  5. How to Create reference to an array in C++
    By shiv_tech_quest in forum C++ Programming
    Replies: 2
    Last Post: 12-20-2002, 10:01 AM