Hi All,
I want to create a new theme.....with my own choice of font, color
etc....and then want to apply this theme to all the controls in VB.NET form.
Do I need to write a manifest for this? How can I do that? And..... how do I
read from the manifest?
I already know how to include Win XPP themes in my app.
TIA

Re: New theme in .NET app by Peter

Peter
Wed Apr 21 09:40:12 CDT 2004

Hi TIA

Try a foreach on the controls, then do a switch on the control type, then
for each type control do the appropriate changes.
It's kindof a crude, but a very simple and effective way, just adding a
small piece of code to the form load.

Good luck and try not to crosspost next time as you won't know on which
threads you would have to look for potential answers ;-)
Peter Aragon

"AA" <not@noreply.com> wrote in message
news:%236qj965JEHA.2888@TK2MSFTNGP09.phx.gbl...
> Hi All,
> I want to create a new theme.....with my own choice of font, color
> etc....and then want to apply this theme to all the controls in VB.NET
form.
> Do I need to write a manifest for this? How can I do that? And..... how do
I
> read from the manifest?
> I already know how to include Win XPP themes in my app.
> TIA
>
>