CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Controls in DLL

  1. #1
    Join Date
    May 2000
    Location
    France, pas-de-calais (62), boulogne-sur-mer
    Posts
    26

    Controls in DLL

    How to create a DLL file with some controle in it that I can use like an OCX. I know how to create a DLL with some public class, I know how to create an OCX with public object, but I don't know how to "merge" them. Help me please!

    Captain Guile never loose!! ... only when there's no opponents...

  2. #2
    Join Date
    Sep 2001
    Posts
    4

    Re: Controls in DLL

    U can even add a form to ur DLL ...try that ..it is very well possible


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