Results 1 to 3 of 3

Thread: Splitter ActiveX Control

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2001
    Posts
    65

    Splitter ActiveX Control

    Hi,

    Could you please tell me how to load a form (not a control) to a pane of a splitter? or Are there any Splitter control allows this?

    Thanks in advance,

    Trung Luu

  2. #2
    Fanatic Member
    Join Date
    Jan 2001
    Location
    Vietnam
    Posts
    613
    This this control here. It's free with full source code.
    http://www.vsoftdev.com/downloads.asp

  3. #3
    New Member
    Join Date
    Sep 2001
    Location
    Swindon, UK
    Posts
    11
    Try using usercontrols as form substitutes, cos it's easier than resorting to API tricks. Cut all your controls and code off a form, paste it onto a blank usercontrol and shove the stuff in Form_Load/Unload/etc into the appropriate UserControl_ handler.

    I've done this a few times for creating Outlook-type UI's

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