Custom Controls and client areas.
-
I am making a custom control, this image should explain my needs. http://img108.imageshack.us/img108/1456/panelpngjt9.png Does anyone know how to go about this?
Please check out my articles: The ANZAC's articles
-
I am making a custom control, this image should explain my needs. http://img108.imageshack.us/img108/1456/panelpngjt9.png Does anyone know how to go about this?
Please check out my articles: The ANZAC's articles
Hi, 1. Why the cross-post? You expect better answers from VB.NET programmers? :doh: 2. nice picture, now I (think I) know what it is you want. 3. you know you can turn a Form into a regular Control, so you can add it to another Form? All it takes is setting TopLevel false. Maybe that solves all your requirements? :)
Luc Pattyn [Forum Guidelines] [My Articles]
this months tips: - use PRE tags to preserve formatting when showing multi-line code snippets - before you ask a question here, search CodeProject, then Google
-
Hi, 1. Why the cross-post? You expect better answers from VB.NET programmers? :doh: 2. nice picture, now I (think I) know what it is you want. 3. you know you can turn a Form into a regular Control, so you can add it to another Form? All it takes is setting TopLevel false. Maybe that solves all your requirements? :)
Luc Pattyn [Forum Guidelines] [My Articles]
this months tips: - use PRE tags to preserve formatting when showing multi-line code snippets - before you ask a question here, search CodeProject, then Google
1. i never posted on any other forum than the vb one. i just thought i'd make a dedicated topic for this concept as the other one was for painting stuff. 2. thankyou. 3. yes ironic i was actually contemplating this move as i got your email. about to give that a go. But still, i don't know if it will help, maybe it will. we'll see
Please check out my articles: The ANZAC's articles
-
1. i never posted on any other forum than the vb one. i just thought i'd make a dedicated topic for this concept as the other one was for painting stuff. 2. thankyou. 3. yes ironic i was actually contemplating this move as i got your email. about to give that a go. But still, i don't know if it will help, maybe it will. we'll see
Please check out my articles: The ANZAC's articles
The ANZAC wrote:
i never posted on any other forum than the vb one
Sorry I got confused then, thought I had just seen this elsewhere, I guessed on the C# forum.
yes ironic i was actually contemplating this move as i got your email. about to give that a go. But still, i don't know if it will help, maybe it will. we'll see
AFAIK it is intended for such use, but again I never did it: when Controls don't do what I want, I usually tackle the problem with fewer of them (the "lightweight" approach), avoiding the fight, rather than more of them and/or UserControls. :)
Luc Pattyn [Forum Guidelines] [My Articles]
this months tips: - use PRE tags to preserve formatting when showing multi-line code snippets - before you ask a question here, search CodeProject, then Google