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

    Can I build special container in VB?

    Hello All,

    I need to develop special container in VB. I need container, with ability to change its Ambient Properties (UserMode and UIDead) in run-time. I dont know how to do it in VB.

    Thanks,
    Invoker


  2. #2
    Join Date
    Jul 2000
    Location
    Hawaii
    Posts
    281

    Re: Can I build special container in VB?

    the OLE control is a container


  3. #3
    Join Date
    Sep 2001
    Posts
    16

    Re: Can I build special container in VB?

    Yeah, OLE Container is the 'container', BUT I need to build my own like this. Because I need implement many additional properties, methods, functions in my container.

    I think it could not be developed by pure VB, but if there some sort of TypeLibs, DLLs or samples to help me out?

    My first target is: Make posible to switch Ambient Properties in run-time.


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