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!

Preguntas similare

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!
Respuesta Responder a este mensaje
#2 Oriol
27/09/2004 - 16:52 | Informe spam
Hola Guillermo,

Porque cuando impongo esta propiedad en mi proyecto, me desaparecen todas
las imagenes que tengo, ya sea en los nodos del treeview o las de la
toolbar?

Gracias,

Oriol.

"Guillermo 'guille'" escribió en el mensaje
news:%
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!


Respuesta Responder a este mensaje
#3 Guillermo guille
27/09/2004 - 20:47 | Informe spam
Porque cuando impongo esta propiedad en mi proyecto, me desaparecen todas
las imagenes que tengo, ya sea en los nodos del treeview o las de la
toolbar?



Pues no se... lo que es seguro es que en los botones normales (Button) sólo se
pueden usar sin características especiales como la de tener una imagen o poder
alinear el texto, etc.
Lo mismo es algo de eso, al tratar con las imágenes.


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)


"Oriol" <intranet[arroba]rvsa-itv.com> wrote in message
news:
Hola Guillermo,

Porque cuando impongo esta propiedad en mi proyecto, me desaparecen todas
las imagenes que tengo, ya sea en los nodos del treeview o las de la
toolbar?

Gracias,

Oriol.

"Guillermo 'guille'" escribió en el mensaje
news:%
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!






email Siga el debate Respuesta Responder a este mensaje
Ads by Google
Help Hacer una preguntaRespuesta Tengo una respuesta
Search Busqueda sugerida