Click here to Skip to main content
15,910,877 members

Comments by Member 10896619 (Top 4 by date)

Member 10896619 2-Dec-14 7:24am View    
I already did this but that is not working my button code is-

hWndButton=CreateWindowEx(NULL,"BUTTON","Submit",WS_TABSTOP | WS_VISIBLE |WS_CHILD| BS_DEFPUSHBUTTON,100,100,80,24,hwnd,(HMENU)IDC_MAIN_BUTTON,(HINSTANCE)GetWindowLong(hwnd, GWL_HINSTANCE),NULL);
SendMessage(hWndButton,WM_SETFONT,NULL,MAKELPARAM(FALSE,0));

I also try this also-

SendMessage(hwnd, DM_SETDEFID, (WPARAM)IDC_MAIN_BUTTON, 0);
Member 10896619 25-Nov-14 5:19am View    
Sir, I improved my question please help.
Member 10896619 24-Nov-14 5:25am View    
I already done this but fail to send mail....
Member 10896619 5-Aug-14 8:32am View    
In C++ what i'll use for sqlHelper Please tell me