Click here to Skip to main content
15,899,754 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to give numbers to the controls in VC++ MFC to arrange the controls in the order of priority..



CTRL+d on the resource view gives the numbering to each controls..
Posted
Updated 9-Jan-11 18:22pm
v2

Just to push this out of unanswered list!
Looks like OP the resolved himself.
 
Share this answer
 
Hi,

Select the resource from the resource view. Then press ctrl+d . Then the default numering is displayed on the controls in the dialog. In order to change the numbering, you need to click on the controls. First u need to click the control, who has the highest priority,set as 1. then clicking the other controls, the numebring is incremented like 2,3,4,etc.

Regards,
Laje
 
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