What would be magical about the Control ID of a radio Button?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
It seems that when I dynamically create my radio button (i.e at run time) the text gets displayed if I choose certain UID number and not the other ones. m_RadioButtonArray[nDex].Create("paradi", WS_GROUP | WS_VISIBLE | WS_CHILD | BS_AUTORADIOBUTTON , ctrlRect,this, 2013 ); Note that on this screen I am also dynamically creating other edit controls that their GUI ID ranges from 1999 to 2011 !!!! Paradise is where I am. Voltaire