ListView XP Style

27/09/2004 - 04:54 por hisham serhan | Informe spam
hiii all
i need the code of how can i change the style of the normal Listview and
the Tabes to tha XP style
thx all

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 

Leer las respuestas

#1 Guillermo guille
27/09/2004 - 14:36 | Informe spam
Hola,

Añade una llamada a Application.EnableVisualStyles() al método Main()
[STAThread]
static void Main()
{
Application.EnableVisualStyles();
Application.Run(new Form1());
}
Nos vemos.
Guillermo
Microsoft VB MVP desde 1997
Te invito a mi sitio dedicado al VB y más...
http://www.elguille.info/
http://www.mundoprogramacion.com/
(puede que el correo usado sea anti-spam)


"hisham serhan" wrote in message
news:%23Qgn$


hiii all
i need the code of how can i change the style of the normal Listview and
the Tabes to tha XP style
thx all

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Preguntas similares