Stylo Grandmaster Cheater Supreme
Reputation: 3
Joined: 16 May 2007 Posts: 1073 Location: Israel
|
Posted: Sun Jul 12, 2009 11:23 am Post subject: |
|
|
use CreateWindowEx with class name "Static"
should be something like that:
| Code: |
lbl1 = CreateWindowEx(NULL,"Static","Label Text",WS_CHILD | WS_VISIBLE,xPos,yPos,Width,Height,hWndParent,NULL /*in case u want to change it's value during running*/,GetModuleHandle(NULL),NULL);
|
|
|