Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

Enable and disable buttons

Intel_C_Intel
Employee
715 Views
What message shall I use to enable, or. disable buttons in Win32-based dialog.
Thanks
0 Kudos
2 Replies
Jugoslav_Dujic
Valued Contributor II
715 Views
EnableWindow(GetDlgItem(hDlg, IDC_CONTROL), .TRUE./.FALSE.)
0 Kudos
Intel_C_Intel
Employee
715 Views
How easy. Of course it works . Thanks for your help, Jugoslav!
0 Kudos
Reply