Click here to Skip to main content
16,006,845 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to convert CString to char*? Pin
Dave Bryant22-Jul-02 11:20
Dave Bryant22-Jul-02 11:20 
AnswerRe: How to convert CString to char*? Pin
paulb22-Jul-02 15:04
paulb22-Jul-02 15:04 
AnswerRe: How to convert CString to char*? Pin
GBlank22-Jul-02 20:45
sussGBlank22-Jul-02 20:45 
GeneralRe: How to convert CString to char*? Pin
vikramlinux22-Jul-02 21:08
vikramlinux22-Jul-02 21:08 
AnswerRe: How to convert CString to char*? Pin
Williams23-Jul-02 3:19
Williams23-Jul-02 3:19 
GeneralDialog window tricks Pin
NickOne22-Jul-02 11:00
NickOne22-Jul-02 11:00 
GeneralRe: Dialog window tricks Pin
Christian Graus22-Jul-02 12:26
protectorChristian Graus22-Jul-02 12:26 
GeneralRe: Dialog window tricks Pin
Philippe Mori22-Jul-02 12:41
Philippe Mori22-Jul-02 12:41 
Put your dialog inside an MDI child.

I don't knows how easy or how hard it is to make it works. You will have to resize the MDI child to fit around the dialog (unless the dialog can itself be resized).

However, I generally do not recommand it since you will have a side effect on command like tile if the dialog is constrained or it can look bad if controls on the dialog are not move appropriatly.

Also, if the MDI client is small (the user can resize it) and the dialog is big, it will be harder to see it...

If neither of these potential problems affect you, then go ahead and try it... I know it was possible with Borland and OWL but I don't knows with MFC since we now avoid MDI child dialogs and I do less UI since I uses VC...


Philippe Mori
GeneralRe: Dialog window tricks Pin
Shog922-Jul-02 12:52
sitebuilderShog922-Jul-02 12:52 
GeneralProblems reading from registry Pin
esapp42022-Jul-02 10:12
esapp42022-Jul-02 10:12 
GeneralRe: Problems reading from registry Pin
Le centriste22-Jul-02 10:28
Le centriste22-Jul-02 10:28 
GeneralRe: Problems reading from registry Pin
Len Holgate22-Jul-02 10:47
Len Holgate22-Jul-02 10:47 
GeneralRe: Problems reading from registry Pin
esapp42022-Jul-02 11:05
esapp42022-Jul-02 11:05 
GeneralRe: Problems reading from registry Pin
Len Holgate22-Jul-02 11:44
Len Holgate22-Jul-02 11:44 
Generalautomation.. Pin
pnpfriend22-Jul-02 10:00
pnpfriend22-Jul-02 10:00 
Generalemail and www link on a dialog Pin
d.schaeflein22-Jul-02 8:39
d.schaeflein22-Jul-02 8:39 
GeneralRe: email and www link on a dialog Pin
Steve L.22-Jul-02 9:22
Steve L.22-Jul-02 9:22 
GeneralRe: email and www link on a dialog Pin
d.schaeflein22-Jul-02 22:48
d.schaeflein22-Jul-02 22:48 
GeneralC/C++ problem. Pin
Michael Liu22-Jul-02 8:38
Michael Liu22-Jul-02 8:38 
GeneralRe: C/C++ problem. Pin
Bill Wilson22-Jul-02 8:46
Bill Wilson22-Jul-02 8:46 
GeneralRe: C/C++ problem. Pin
realfly22-Jul-02 15:24
realfly22-Jul-02 15:24 
GeneralRe: C/C++ problem. Pin
Alexandru Savescu22-Jul-02 21:47
Alexandru Savescu22-Jul-02 21:47 
GeneralCSliderCtrl help Pin
JennyP22-Jul-02 8:31
JennyP22-Jul-02 8:31 
GeneralRe: CSliderCtrl help Pin
benjymous22-Jul-02 22:39
benjymous22-Jul-02 22:39 
GeneralRe: CSliderCtrl help Pin
JennyP23-Jul-02 6:45
JennyP23-Jul-02 6:45 

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.