Visual Basic Foro
Programación => Visual Basic 6 => Mensaje iniciado por: cliv en Junio 09, 2010, 03:13:42 am
-
How can i use ClsSkinner to subclass a parent MDIForm....?
(http://img535.imageshack.us/img535/3134/20100609133258.gif)
-
is an example SoftMega this in source code contributions
descargalo y ve en el modulo y te daras cuenta de como hacerlo.
-
How can i use ClsSkinner to subclass a parent MDIForm....?
(http://img535.imageshack.us/img535/3134/20100609133258.gif)
you can pass the handle of the main MDI form in a new object, but i like another way, in the main example of leandro, you can see a main module, that implement a global hook, so if a new form is created, the handler creates a new object of skinner and applies the current skin, this is the best option.
-
puedes explicar cada elemento de la clase?
mi intencion no es utilizar dicha clase, si no saber como hacerlo sin usarla. he buscado por sangoogle pero esta la info algo confusa.
-
puedes explicar cada elemento de la clase?
mi intencion no es utilizar dicha clase, si no saber como hacerlo sin usarla. he buscado por sangoogle pero esta la info algo confusa.
yo creo que es mejor que la uses asi como esta, intentar entenderla puede resultar complicado
-
is an example SoftMega this in source code contributions
descargalo y ve en el modulo y te daras cuenta de como hacerlo.
Where is the link for source code?
PS...
I found :
http://depositfiles.com/files/dxw8cyr4v
....but can you load in other place.... rapidshare, megaupload....
-
Hi you seen this link?
http://www.leandroascierto.com.ar/archivos/Modulo_Skinner.zip
There is a clear example of how to apply on a form mdi
-
Hi you seen this link?
http://www.leandroascierto.com.ar/archivos/Modulo_Skinner.zip
There is a clear example of how to apply on a form mdi
Thank you!