Hello Everyone!
I wonder, what is the best method to enable Windows XP Styles (or Themes..
:)) within .NET 1.1 application?
I found some article, where author has described post-build modyfication of
app.manifest from Win32 Resource of .exe file to bind against comctl32.dll
version 6. But this generates very weird behaviour of my app. e.g.. list
control items overlap and tab control with vertical tabs does not show text
on the tabs (and its borders are drawn incorrectly).
How to do this 100% efficiently and correctly?..

Thanks for any advice,
Paul

Re: XP Styles with .NET 1.1 by Paweł

Pawe³
Fri Oct 15 11:08:57 CDT 2004

I should mention, that I was also trying
Application.EnableVisualStyles();

Application.DoEvents();

But those strange effects stills :(

"Pawe³" <no_spam@nowhere.com> wrote in message
news:416ff3b7$1@news.home.net.pl...
> Hello Everyone!
> I wonder, what is the best method to enable Windows XP Styles (or Themes..
> :)) within .NET 1.1 application?
> I found some article, where author has described post-build modyfication
> of app.manifest from Win32 Resource of .exe file to bind against
> comctl32.dll version 6. But this generates very weird behaviour of my app.
> e.g.. list control items overlap and tab control with vertical tabs does
> not show text on the tabs (and its borders are drawn incorrectly).
> How to do this 100% efficiently and correctly?..
>
> Thanks for any advice,
> Paul
>
>



Re: XP Styles with .NET 1.1 by Girish

Girish
Fri Oct 15 14:26:45 CDT 2004

http://www.csharphelp.com/archives2/archive319.html has some information. Is
that what you used in the first place?

--
Girish Bharadwaj
http://msmvps.com/gbvb
"Pawe³" <no_spam@nowhere.com> wrote in message
news:416ff61e$1@news.home.net.pl...
> I should mention, that I was also trying
> Application.EnableVisualStyles();
>
> Application.DoEvents();
>
> But those strange effects stills :(
>
> "Pawe³" <no_spam@nowhere.com> wrote in message
> news:416ff3b7$1@news.home.net.pl...
> > Hello Everyone!
> > I wonder, what is the best method to enable Windows XP Styles (or
Themes..
> > :)) within .NET 1.1 application?
> > I found some article, where author has described post-build modyfication
> > of app.manifest from Win32 Resource of .exe file to bind against
> > comctl32.dll version 6. But this generates very weird behaviour of my
app.
> > e.g.. list control items overlap and tab control with vertical tabs does
> > not show text on the tabs (and its borders are drawn incorrectly).
> > How to do this 100% efficiently and correctly?..
> >
> > Thanks for any advice,
> > Paul
> >
> >
>
>



Re: XP Styles with .NET 1.1 by v-phuang

v-phuang
Sun Oct 17 21:35:47 CDT 2004

Hi Girish,

Did Girish's suggestion help you?
Also have you tried simplified your program, e.g. try to remove some
controls, so that we can isolate the problem to see what control cause the
problem.
You may have a try and let me know the result.

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.