WinForms CSS?

  • Thread starter Thread starter localhost
  • Start date Start date
L

localhost

I manage the placement, font, etc for web controls with cascading
style sheets. I want to do the same kind of "compileless" GUI
management for WinForms. Can anyone recommend how to do that?

Thanks.
 
Hi,

Thanks for your post.
Can anyone recommend how to do that?

There is no built-in support of such "compileles" GUI management for
WinForm. However, I found a sample of an extensible mechanism which adds a
markup model on top of an existing .NET Framework object model to provide
similar support. Please refer to the following article:

Using the Windows Forms XML Parser Sample
http://windowsforms.net/articles/wfml.aspx

Hope this helps.

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Back
Top