SetDlgItemText Not WorkingHa, solved it myself. I had to replace [code] case IDM_ACTIONS_SETTEXT: hEdit = GetDlgItem(...
SetDlgItemText Not WorkingFirst, 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 desktopAnother option is, through the function [code]SetWindowPos[/code] you can resize the window dimensio...
String type conversion problemAh, 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] ...