Click here to Skip to main content
15,922,584 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: To Remove node using delete key Pin
Michael Dunn26-Sep-03 12:32
sitebuilderMichael Dunn26-Sep-03 12:32 
GeneralRe: To Remove node using delete key Pin
Binayak26-Sep-03 12:53
Binayak26-Sep-03 12:53 
GeneralAppWizard, ... no limit to the torment it inflicts. Pin
WREY26-Sep-03 11:18
WREY26-Sep-03 11:18 
GeneralRe: AppWizard, ... no limit to the torment it inflicts. Pin
Joe Woodbury26-Sep-03 12:08
professionalJoe Woodbury26-Sep-03 12:08 
GeneralRe: AppWizard, ... no limit to the torment it inflicts. Pin
WREY26-Sep-03 13:04
WREY26-Sep-03 13:04 
GeneralRe: AppWizard, ... no limit to the torment it inflicts. Pin
Joe Woodbury26-Sep-03 13:16
professionalJoe Woodbury26-Sep-03 13:16 
GeneralDialog not doing MoveWindow right Pin
ns26-Sep-03 10:39
ns26-Sep-03 10:39 
GeneralRe: Dialog not doing MoveWindow right Pin
Ravi Bhavnani26-Sep-03 12:46
professionalRavi Bhavnani26-Sep-03 12:46 
ns wrote:
and the balnk space is to the right of my controls.


That makes sense. Increasing the size of the dialog won't move the controls. You need to do this yourself.

[edit]

Also, may I ask why you're increasing the size of the dialog if the control already fit? If it's a cosmetic issue, you should create a modeless dialog containing your controls (and all their handlers), then make the modeless dialog a child of the modal dialog. After resizing your modal dialog, simply center the child modeless dialog by doing:
MoveWindow (...);
m_modelessDlg.CenterWindow (this);
[/edit]

/ravi

Let's put "civil" back in "civilization"
Home | Articles | Freeware | Music
ravib@ravib.com

GeneralRe: Dialog not doing MoveWindow right Pin
ns29-Sep-03 3:13
ns29-Sep-03 3:13 
GeneralRe: Dialog not doing MoveWindow right Pin
Ravi Bhavnani29-Sep-03 3:47
professionalRavi Bhavnani29-Sep-03 3:47 
GeneralWhat's wrong with this: Pin
jimNLX26-Sep-03 10:34
jimNLX26-Sep-03 10:34 
GeneralRe: What's wrong with this: Pin
David Crow26-Sep-03 10:35
David Crow26-Sep-03 10:35 
GeneralRe: What's wrong with this: Pin
jimNLX26-Sep-03 10:39
jimNLX26-Sep-03 10:39 
GeneralRe: What's wrong with this: Pin
David Crow26-Sep-03 10:43
David Crow26-Sep-03 10:43 
GeneralRe: What's wrong with this: Pin
jimNLX29-Sep-03 7:55
jimNLX29-Sep-03 7:55 
Questionany way to make voices in c or c++? Pin
colin2126-Sep-03 9:01
colin2126-Sep-03 9:01 
AnswerRe: any way to make voices in c or c++? Pin
Ravi Bhavnani26-Sep-03 9:06
professionalRavi Bhavnani26-Sep-03 9:06 
AnswerRe: OT Pin
Chris Meech26-Sep-03 9:42
Chris Meech26-Sep-03 9:42 
GeneralSuggestion. Pin
WREY26-Sep-03 10:41
WREY26-Sep-03 10:41 
GeneralRe: Suggestion. Pin
Terry O'Nolley27-Sep-03 8:19
Terry O'Nolley27-Sep-03 8:19 
GeneralRe: Suggestion. Pin
WREY27-Sep-03 9:24
WREY27-Sep-03 9:24 
GeneralRe: Suggestion. Pin
Terry O'Nolley27-Sep-03 9:45
Terry O'Nolley27-Sep-03 9:45 
GeneralRe: Suggestion. Pin
WREY27-Sep-03 10:18
WREY27-Sep-03 10:18 
GeneralRe: Suggestion. Pin
Terry O'Nolley27-Sep-03 11:14
Terry O'Nolley27-Sep-03 11:14 
GeneralRe: Suggestion. Pin
WREY27-Sep-03 23:51
WREY27-Sep-03 23:51 

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.