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
Printable View
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
This this control here. It's free with full source code.
http://www.vsoftdev.com/downloads.asp
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