|
-
Oct 13th, 2001, 10:51 AM
#1
Thread Starter
Lively Member
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
-
Oct 14th, 2001, 09:13 PM
#2
Fanatic Member
This this control here. It's free with full source code.
http://www.vsoftdev.com/downloads.asp
-
Oct 15th, 2001, 09:28 AM
#3
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|