2012-07-16 20:52 UTC
HI
I have a PictureBox and width = 125 height = 36.
See the difference dcl_PictureBox_DrawRect that appears in the latest version of OpenDCL.
;;;Desenha a moldura do retangulo
(dcl_PictureBox_DrawRect
dc_MainMenu_cBarMax_ExFontes
;;; (list (list 0 0 124 35 0)) ;_ 6.0.2.5
(list (list 0 0 123 34 0)) ;_ 7.0.0.5
) ;_ fim de dcl_PictureBox_DrawRect
Thanks
velasquez
I have a PictureBox and width = 125 height = 36.
See the difference dcl_PictureBox_DrawRect that appears in the latest version of OpenDCL.
;;;Desenha a moldura do retangulo
(dcl_PictureBox_DrawRect
dc_MainMenu_cBarMax_ExFontes
;;; (list (list 0 0 124 35 0)) ;_ 6.0.2.5
(list (list 0 0 123 34 0)) ;_ 7.0.0.5
) ;_ fim de dcl_PictureBox_DrawRect
Thanks
velasquez
