CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 1999
    Location
    India
    Posts
    15

    How to include activex in exe file

    How to include activex component ocx,dll file in exe so that it is referenced in internal exe file. similarlly can vb runtime can be merged?

    Please help me


  2. #2
    Join Date
    May 1999
    Posts
    45

    Re: How to include activex in exe file

    You can't. What you need is "static linking of DLL" which is not supported by VB currently.


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