TraxMate Master Cheater
Reputation: 0
Joined: 01 Mar 2008 Posts: 363
|
Posted: Wed Sep 17, 2008 12:38 pm Post subject: |
|
|
| 1qaz wrote: | GetDlgItemInt:
| Code: |
int Delay = GetDlgItemInt(hWnd,IDC_DELAY_EDIT,0,0);
|
hWnd - handle to your trainer
IDC_DELAY_EDIT - the Edit contol's Id
then you get the value that was entered to the edit control as int and not as string |
Thank you so much . I tried that but I used the HWND instead of the ID :p.
|
|