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.

radiobutton caption

Brooks_Van_Horn
New Contributor I
727 Views

Hi,

 

I know it is pilot error but I have a problem. Before I hardly get started, the label on a radiobutton (IDC_GETRS) changes to 3.00000 and I haven't been able to determine how that happened, yet. But that brought to mind a question. How can you programmatically change the caption on a radiobutton?

I've find out all occasions that IDC_GETRS is used and all items nearby but with no success yet.

Any help will be greatly appreciated.

Thanks,

Brooks V

0 Kudos
1 Solution
IanH
Honored Contributor III
727 Views

The text of a control can be changed using SetWindowText or similar. 

Are you sure that the value of IDC_GETRS is unique across all siblings of your radio button?

View solution in original post

0 Kudos
2 Replies
IanH
Honored Contributor III
728 Views

The text of a control can be changed using SetWindowText or similar. 

Are you sure that the value of IDC_GETRS is unique across all siblings of your radio button?

0 Kudos
Brooks_Van_Horn
New Contributor I
727 Views

Yes, I am.

0 Kudos
Reply