Win32 PUSHBUTTONS

Started by
1 comment, last by UraniumRod 24 years, 3 months ago
Have you tried ModifyStyle(0, WS_DISABLED)?

Regards

Starfall

Advertisement
I was looking through my good ol' Win32 help files trying to find out the windows message to send to Dialog PUSHBUTTONS in order to disable/enable them during the running of my program and I was surprised to find out that the help files didn't have this information. So does any one else know how to do this the closeset I got was SendDlgItemMessage(hWnd, IDC_NEXT, WM_ENABLE, true, 0) but that didnt work any suggestions?

[This message has been edited by UraniumRod (edited December 29, 1999).]

------------------------------"My sword is like a menacing cloud, but instead of rain, blood will pour in its path." - Sehabeddin, Turkish Military Commander 1438.
EnableWindow() will work too.......

------------------
Dance with me......

http://members.xoom.com/CJdeVos/index.htm

This topic is closed to new replies.

Advertisement