Click here to Skip to main content
15,885,985 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I am working on a windows mobile application. I want to design a setting dialog in which I placed two group box and I placed radio button and combo box in group box. problem is those controls I placed in group box did not appear when I run the program. I am using c++ and it is MFC application. I don't hwy this problem occurs.
I used those controls a lot visual c++6.0 and never see that kind of situation.
this problem is occured visual studio 2008 ,smartdevice MFC application.

is there anyone know how to fix it?
Posted

Hi Alimjan,
problem is those controls I placed in group box did not appear when I run the program.
It is very likely that your controls are under the group box and so hidden. In your dialog editor, change the tab/Z order and set the controls in groupboxes at the very beginning (smallest values).

cheers,
AR
 
Share this answer
 
Check your resource to see if you have added your controls to correct dialog resource. The wizard might have created two dialog resources one with ID 'IDD_projname_DIALOG' and the other with 'IDD_projname_DIALOG_WIDE'.
 
Share this answer
 
:-D
I know the problem. ad first I placed the group box ,then I placed other controls inside group box. when I change these order they appeared.

thanks Alain, you are right, those controls is hidden under group box.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900