Home All Groups Group Topic Archive Search About
Author
29 Mar 2006 6:04 PM
Swami
I am trying to create a control that is basically a panel with a header.  I
would like to be able to do the following:

- to place this in the controls toolbar
- use it at design time
- drag/drop this control and add other controls in the content area of this
panel
- change the text of the panel header.

Any help is appreciated.

Thanks.

Author
29 Mar 2006 6:16 PM
Phillip Williams
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/ContCrshCrsNew.asp
Show quote Hide quote
"Swami" wrote:

> I am trying to create a control that is basically a panel with a header.  I
> would like to be able to do the following:
>
> - to place this in the controls toolbar
> - use it at design time
> - drag/drop this control and add other controls in the content area of this
> panel
> - change the text of the panel header.
>
> Any help is appreciated.
>
> Thanks.
Author
29 Mar 2006 8:00 PM
Swami
Thanks...

If I created this as a user control, is there a way to add this to the tool
box, so that I can simply drag and drop other controls onto it?

Show quoteHide quote
"Phillip Williams" wrote:

> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/ContCrshCrsNew.asp
> --
> HTH,
> Phillip Williams
> http://www.societopia.net
> http://www.webswapp.com
>
>
> "Swami" wrote:
>
> > I am trying to create a control that is basically a panel with a header.  I
> > would like to be able to do the following:
> >
> > - to place this in the controls toolbar
> > - use it at design time
> > - drag/drop this control and add other controls in the content area of this
> > panel
> > - change the text of the panel header.
> >
> > Any help is appreciated.
> >
> > Thanks.
Author
29 Mar 2006 8:06 PM
Steve C. Orr [MVP, MCSD]
This free control meets all of the requirements you listed:
http://SteveOrr.net/articles/VisiPanel.aspx

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net


Show quoteHide quote
"Swami" <Sw***@discussions.microsoft.com> wrote in message
news:087AD17D-36C2-4463-BE91-BACF7AE0918F@microsoft.com...
>I am trying to create a control that is basically a panel with a header.  I
> would like to be able to do the following:
>
> - to place this in the controls toolbar
> - use it at design time
> - drag/drop this control and add other controls in the content area of
> this
> panel
> - change the text of the panel header.
>
> Any help is appreciated.
>
> Thanks.
Author
29 Mar 2006 8:48 PM
Swami
Thanks...actually I came across this panel earlier.  My question, is this
customizable in the sense, can I choose to remove the "collapse" button, and
change the border and back colors, etc, and make the header color different
that the main content?

Thanks!

Show quoteHide quote
"Steve C. Orr [MVP, MCSD]" wrote:

> This free control meets all of the requirements you listed:
> http://SteveOrr.net/articles/VisiPanel.aspx
>
> --
> I hope this helps,
> Steve C. Orr, MCSD, MVP
> http://SteveOrr.net
>
>
> "Swami" <Sw***@discussions.microsoft.com> wrote in message
> news:087AD17D-36C2-4463-BE91-BACF7AE0918F@microsoft.com...
> >I am trying to create a control that is basically a panel with a header.  I
> > would like to be able to do the following:
> >
> > - to place this in the controls toolbar
> > - use it at design time
> > - drag/drop this control and add other controls in the content area of
> > this
> > panel
> > - change the text of the panel header.
> >
> > Any help is appreciated.
> >
> > Thanks.
>
>
>
Author
29 Mar 2006 11:57 PM
Steve C. Orr [MVP, MCSD]
Ah, I suspected there were further requirements that you weren't telling us
about ;)

Most of those things can be adjusted via the public properties of the
control.  The remaining features can be had by altering the free source
code.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net



Show quoteHide quote
"Swami" <Sw***@discussions.microsoft.com> wrote in message
news:12EBB02C-BFA5-4ECC-9B15-6FEB29FE6C52@microsoft.com...
> Thanks...actually I came across this panel earlier.  My question, is this
> customizable in the sense, can I choose to remove the "collapse" button,
> and
> change the border and back colors, etc, and make the header color
> different
> that the main content?
>
> Thanks!
>
> "Steve C. Orr [MVP, MCSD]" wrote:
>
>> This free control meets all of the requirements you listed:
>> http://SteveOrr.net/articles/VisiPanel.aspx
>>
>> --
>> I hope this helps,
>> Steve C. Orr, MCSD, MVP
>> http://SteveOrr.net
>>
>>
>> "Swami" <Sw***@discussions.microsoft.com> wrote in message
>> news:087AD17D-36C2-4463-BE91-BACF7AE0918F@microsoft.com...
>> >I am trying to create a control that is basically a panel with a header.
>> >I
>> > would like to be able to do the following:
>> >
>> > - to place this in the controls toolbar
>> > - use it at design time
>> > - drag/drop this control and add other controls in the content area of
>> > this
>> > panel
>> > - change the text of the panel header.
>> >
>> > Any help is appreciated.
>> >
>> > Thanks.
>>
>>
>>
Author
30 Mar 2006 12:07 AM
Swami
Thanks!

Show quoteHide quote
"Steve C. Orr [MVP, MCSD]" wrote:

> Ah, I suspected there were further requirements that you weren't telling us
> about ;)
>
> Most of those things can be adjusted via the public properties of the
> control.  The remaining features can be had by altering the free source
> code.
>
> --
> I hope this helps,
> Steve C. Orr, MCSD, MVP
> http://SteveOrr.net
>
>
>
> "Swami" <Sw***@discussions.microsoft.com> wrote in message
> news:12EBB02C-BFA5-4ECC-9B15-6FEB29FE6C52@microsoft.com...
> > Thanks...actually I came across this panel earlier.  My question, is this
> > customizable in the sense, can I choose to remove the "collapse" button,
> > and
> > change the border and back colors, etc, and make the header color
> > different
> > that the main content?
> >
> > Thanks!
> >
> > "Steve C. Orr [MVP, MCSD]" wrote:
> >
> >> This free control meets all of the requirements you listed:
> >> http://SteveOrr.net/articles/VisiPanel.aspx
> >>
> >> --
> >> I hope this helps,
> >> Steve C. Orr, MCSD, MVP
> >> http://SteveOrr.net
> >>
> >>
> >> "Swami" <Sw***@discussions.microsoft.com> wrote in message
> >> news:087AD17D-36C2-4463-BE91-BACF7AE0918F@microsoft.com...
> >> >I am trying to create a control that is basically a panel with a header.
> >> >I
> >> > would like to be able to do the following:
> >> >
> >> > - to place this in the controls toolbar
> >> > - use it at design time
> >> > - drag/drop this control and add other controls in the content area of
> >> > this
> >> > panel
> >> > - change the text of the panel header.
> >> >
> >> > Any help is appreciated.
> >> >
> >> > Thanks.
> >>
> >>
> >>
>
>
>