Visual Basic Foro
Programación => Visual Basic 6 => Mensaje iniciado por: Gianni en Diciembre 15, 2011, 08:02:29 am
-
Hello to all
I have a problem using the ClsSkinner of Leandro.
When I call the CommonDialog1.ShowOpen, the desktop flicker.
Using CommonDialog1.ShowColor I don't have this behavior.
It's possible to fix this?
Thanks for Help
Gianni
Hola a todos
Tengo un problema con el ClsSkinner de Leandro .
Cuando llamo a la CommonDialog1.ShowOpen , el parpadeo de escritorio.
Utilizando CommonDialog1.ShowColor que no tienen este comportamiento.
Es posible solucionar este problema?
Gracias por la ayuda
Gianni
-
Be aware of the menu problem (http://leandroascierto.com/foro/index.php?topic=1277.0) that I had, solution? Delete menu x'D (I made a custom menu like the ExplorerBar)
You can use others classes to handle dialogs, there are some in the web, Here (http://www.recursosvisualbasic.com.ar/htm/listado-api/api-27.htm) is for Open&Save, and Here (http://www.recursosvisualbasic.com.ar/htm/listado-api/api-26.htm) is for ColorDialog
-
Hello Raul thanks for reply.
I already use classes to handle dialog , but the problem remains.
For menu problem, can you explain with an example ?
Thank for help