Click here to Skip to main content
15,907,001 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionIE arrows Pin
Rage12-Dec-05 0:29
professionalRage12-Dec-05 0:29 
AnswerRe: IE arrows Pin
toxcct12-Dec-05 1:01
toxcct12-Dec-05 1:01 
GeneralRe: IE arrows Pin
Rage12-Dec-05 1:26
professionalRage12-Dec-05 1:26 
QuestionBinary resource loading Pin
Xeronith12-Dec-05 0:16
Xeronith12-Dec-05 0:16 
AnswerRe: Binary resource loading Pin
khan++12-Dec-05 0:32
khan++12-Dec-05 0:32 
AnswerRe: Binary resource loading Pin
ThatsAlok12-Dec-05 21:12
ThatsAlok12-Dec-05 21:12 
QuestionHow can I set exact dialog size in designer Pin
Xeronith12-Dec-05 0:14
Xeronith12-Dec-05 0:14 
AnswerRe: How can I set exact dialog size in designer Pin
toxcct12-Dec-05 0:54
toxcct12-Dec-05 0:54 
yes, you can, even if this is quite dangerous to.

you can always use the keyboard to size pxl by pxl your controls, otherwise do this :

1. close VisualStudio
2. open the .rc file of you project in a WYSIWYG editor (notepad is sufficient).
3. find the id of the control to edit (e.g. IDC_MY_BUTTON)
4. set its position/size in the following order :
- left border position
- up border position
- width
- height

cheers,



TOXCCT >>> GEII power
[toxcct][VisualCalc 2.20] | soon : [VisualCalc 3.0]
GeneralRe: How can I set exact dialog size in designer Pin
Maximilien12-Dec-05 3:19
Maximilien12-Dec-05 3:19 
GeneralRe: How can I set exact dialog size in designer Pin
toxcct12-Dec-05 3:28
toxcct12-Dec-05 3:28 
GeneralRe: How can I set exact dialog size in designer Pin
Rage12-Dec-05 3:44
professionalRage12-Dec-05 3:44 
GeneralRe: How can I set exact dialog size in designer Pin
toxcct12-Dec-05 3:56
toxcct12-Dec-05 3:56 
GeneralRe: How can I set exact dialog size in designer Pin
Rage12-Dec-05 23:13
professionalRage12-Dec-05 23:13 
GeneralRe: How can I set exact dialog size in designer Pin
toxcct12-Dec-05 23:18
toxcct12-Dec-05 23:18 
GeneralRe: How can I set exact dialog size in designer Pin
Rage13-Dec-05 2:55
professionalRage13-Dec-05 2:55 
JokeRe: How can I set exact dialog size in designer Pin
toxcct13-Dec-05 2:58
toxcct13-Dec-05 2:58 
GeneralRe: How can I set exact dialog size in designer Pin
Maximilien12-Dec-05 4:19
Maximilien12-Dec-05 4:19 
QuestionUpdate CEdit control of dlg from non MFC Class Pin
victoryelectorn12-Dec-05 0:02
victoryelectorn12-Dec-05 0:02 
AnswerRe: Update CEdit control of dlg from non MFC Class Pin
khan++12-Dec-05 0:28
khan++12-Dec-05 0:28 
GeneralRe: Update CEdit control of dlg from non MFC Class Pin
victoryelectorn12-Dec-05 1:04
victoryelectorn12-Dec-05 1:04 
GeneralRe: Update CEdit control of dlg from non MFC Class Pin
victoryelectorn12-Dec-05 1:21
victoryelectorn12-Dec-05 1:21 
GeneralRe: Update CEdit control of dlg from non MFC Class Pin
khan++12-Dec-05 1:30
khan++12-Dec-05 1:30 
GeneralRe: Update CEdit control of dlg from non MFC Class Pin
victoryelectorn12-Dec-05 2:09
victoryelectorn12-Dec-05 2:09 
GeneralRe: Update CEdit control of dlg from non MFC Class Pin
khan++12-Dec-05 2:17
khan++12-Dec-05 2:17 
GeneralRe: Update CEdit control of dlg from non MFC Class Pin
victoryelectorn12-Dec-05 2:35
victoryelectorn12-Dec-05 2:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.