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 on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Enable and disable buttons

Intel_C_Intel
Employee
692 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
692 Views
EnableWindow(GetDlgItem(hDlg, IDC_CONTROL), .TRUE./.FALSE.)
0 Kudos
Intel_C_Intel
Employee
692 Views
How easy. Of course it works . Thanks for your help, Jugoslav!
0 Kudos
Reply