CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 1999
    Posts
    8

    How to create a VBX in Visual Basic (not OCX)



    As the topic says. Please help me. What version of VB should I use to create a VBX ? Thanks.


    David.


    PS: If possible, give me a brief instruction.



  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: How to create a VBX in Visual Basic (not OCX)



    Hi


    No can do I'm afraid. VBX's are VB3/VB4 specific (well, that era of 16 bit apps)- If you want to create a VBX for a 16bit app, you'll need an old copy of VC++ (or similar, eg. Borland C++ v4 (?) and a reference to the msdn - http://msdn.microsoft.com).


    Regards


    Chris Eastwood



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