You can create bars with border and text vertical
this is the first release.
It is easy to use
- Code: Select all Expand view
@ 2,10 PANELTITLE oTitle OF oDlg ;
PROMPT "Customer";
FONT oFont;
SIZE 150,30;
COLOR CLR_BLACK, CLR_WHITE;
COLORTEXT CLR_WHITE;
BITMAP "Test.bmp";
TEXTALIGN DT_VCENTER+DT_SINGLELINE;
IMAGEALIGN DT_RIGHT+DT_VCENTER
If you have questions or suggestions you're welcome