CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2000
    Posts
    265

    Components Dialog box

    In the Components Dialog box in VB, there are a list of activex controls and other dlls that can be added to the toolbox. What is the Browse button used for in the components dialog box? The reason I ask is because ActiveX controls have to be registered to work. When they are registered, they are automatically placed in the components dialog without browsing for them. Can anyone give me an example of when you would use the browse button to add a file to the components list?


  2. #2
    Join Date
    Feb 2000
    Location
    Ireland
    Posts
    808

    Re: Components Dialog box

    sometimes ocx's etc are not registered and by browsing to them and selecting them you register them.
    I have used a few like this that I got from Activex.com etc


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