Is this possible? - Printable Version +- BP Forums (https://bpforums.info) +-- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=55) +--- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=56) +---- Forum: VB.NET (Visual Basic 2010/2008) (https://bpforums.info/forumdisplay.php?fid=8) +----- Forum: Programming Help (https://bpforums.info/forumdisplay.php?fid=9) +----- Thread: Is this possible? (/showthread.php?tid=668) |
Is this possible? - Ecnarf - 10-05-2012 I am trying to make a program that will have a different type of parent container, because I find the way of having it move freely around the entire center of your form to be obnoxious and annoying. My intention is to turn another control into the parent container so that it is smaller and I have more room for controls on the program. So, my question is how would I go about making it so that a different control would function as a parent container? If this is not possible I say that a group of us make a component for this! Re: Is this possible? - brandonio21 - 10-06-2012 Ecnarf Wrote:because I find the way of having it move freely around the entire center of your form to be obnoxious and annoying.I apologize, but what "parent container" are you referring to? Could you possibly include a screenshot? Re: Is this possible? - Ecnarf - 10-11-2012 brandonio21 Wrote:Sure. Here you go:Ecnarf Wrote:because I find the way of having it move freely around the entire center of your form to be obnoxious and annoying.I apologize, but what "parent container" are you referring to? Could you possibly include a screenshot? Also I must apologize for not responding sooner, I have been busy with school. Re: Is this possible? - xolara - 10-13-2012 check out this link: <!-- m --><a class="postlink" href="http://dotnetrix.co.uk/form.htm">http://dotnetrix.co.uk/form.htm</a><!-- m --> Re: Is this possible? - Ecnarf - 10-14-2012 xolara Wrote:check out this link: <!-- m --><a class="postlink" href="http://dotnetrix.co.uk/form.htm">http://dotnetrix.co.uk/form.htm</a><!-- m -->Thanks for providing me with that, but all it did was confuse me... Perhaps we should work together as a community to make a component for this... Re: Is this possible? - xolara - 10-14-2012 ill have a look at it later today if i find the time |