CONTROL "Schalter", 1, "BorBtn", 1 | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 125, 82, 32, 20
How can I convert Borland buttons in rc-files to ButtonBMP equivalent to if it would have been designed from source like for example:
@ 100, 200 BUTTONBMP oBtnBmp OF oDlg ACTION msginfo(1) ;
BITMAP ".\bitmaps\garrow.bmp" PROMPT "Test" TEXTRIGHT SIZE 80, 25 PIXEL;
MESSAGE "From source code"
How can I convert Borland buttons in rc-files to ButtonBMP
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Thank you.
If you have some extratime have a look at: www.fwcodesnips.com
If you have some extratime have a look at: www.fwcodesnips.com