When I type something in my edit box, it shows up twice any idea why? For example if I type hey it shows up as hheeyy.......
Code:case IDOPEN: Dialog= CreateDialog (GetModuleHandle(NULL), MAKEINTRESOURCE(IDD_DIALOG1), hwnd, AboutDlgProc); if(Dialog != NULL) { ShowWindow(Dialog, SW_SHOW); //show our new Dialog Window } break;
That's the code for it.



LinkBack URL
About LinkBacks


