can we use css in a vb application to give some enhancement ? like font color and background ?
or any other way to customize a (VB)desktop application ??
can we use css in a vb application to give some enhancement ? like font color and background ?
or any other way to customize a (VB)desktop application ??
Css is being used on websites, unless your vb app is running in a webbrowser you can't use css, or it won't have effect.
No you cannot use CSS to define the style for a Windows Forms app.
Yes you can use CSS, but you need to write the parser yourself, and apply the results yourself also.