User profile: KaidzAccount

User info
User name:KaidzAccount
History
Joined:
Number of posts:25
Latest posts:

SetDlgItemText Not Working
Ha, solved it myself. I had to replace [code] case IDM_ACTIONS_SETTEXT: hEdit = GetDlgItem(...

SetDlgItemText Not Working
First, here is my FULL code because I doubt that only providing the relevant code is useful because ...

How do I make a window fit to the desktop
Another option is, through the function [code]SetWindowPos[/code] you can resize the window dimensio...

String type conversion problem
Ah, thanks I figured it out. I thought that the pointer argument had to be an actual pointer variab...

Type conversion problem
[code] char string[200] = "adhjsanhds"; SetDlgItemText(hDlg, IDC_TEXTFORM, &string); [/code] ...