Click here to Skip to main content
15,886,077 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Creating views in Top Level MDI Pin
snir_ya24-Dec-07 3:10
snir_ya24-Dec-07 3:10 
GeneralRe: Creating views in Top Level MDI Pin
Nishad S24-Dec-07 3:16
Nishad S24-Dec-07 3:16 
GeneralRe: Creating views in Top Level MDI Pin
snir_ya24-Dec-07 5:05
snir_ya24-Dec-07 5:05 
GeneralMy new problem is to copy directory Pin
rajneshmalik23-Dec-07 23:23
rajneshmalik23-Dec-07 23:23 
GeneralRe: My new problem is to copy directory Pin
Nishad S23-Dec-07 23:59
Nishad S23-Dec-07 23:59 
GeneralRe: My new problem is to copy directory Pin
rajneshmalik25-Dec-07 19:42
rajneshmalik25-Dec-07 19:42 
GeneralRe: My new problem is to copy directory Pin
Nishad S25-Dec-07 19:56
Nishad S25-Dec-07 19:56 
GeneralwxWidgets not playing nicely with MFC Pin
Shaheed Legion23-Dec-07 22:06
Shaheed Legion23-Dec-07 22:06 
Hi , I have an MFC application whixh is huge already , and I have recently switched to writing new Dialogs using wxWidgets, but this causes unexpected behaviour, if I simlpy create wxWidgets dialogs from the MFC classes, then the program runs fine, but I get multiple icons for the application on the TaskBar, and , if I create the wxDialog as a child of the MFC app - using ::SetParent(...) , then the wxDialog is "locked" onto the main apps client area as if it were a child control, I have tried many things to get this working, even using AssociateHandle(HWND...) to Associate my main app's handle with a wxWindow and trying to ReParent(...) using that as the parent for this wxDialog, all to no avail.

If anybody has any clue whatsoever as to how to get around this strange wxWidgets behaviour, then your help would be appreciated beyond measure.

Thank you
Max

PS: Seasons Greetings Blush | :O

The tears shed in vain
and the hatred and pain
will be nothing but dust
at the end of the day

GeneralRe: wxWidgets not playing nicely with MFC Pin
Shaheed Legion27-Dec-07 1:16
Shaheed Legion27-Dec-07 1:16 
GeneralRe: wxWidgets not playing nicely with MFC Pin
JudyL_MD27-Dec-07 17:06
JudyL_MD27-Dec-07 17:06 
GeneralRe: wxWidgets not playing nicely with MFC Pin
Shaheed Legion7-Jan-13 7:21
Shaheed Legion7-Jan-13 7:21 
GeneralChange the background color of individual columns Pin
johnalek23-Dec-07 22:06
johnalek23-Dec-07 22:06 
JokeRe: Change the background color of individual columns Pin
CPallini23-Dec-07 22:10
mveCPallini23-Dec-07 22:10 
GeneralRe: Change the background color of individual columns Pin
Nishad S23-Dec-07 22:32
Nishad S23-Dec-07 22:32 
GeneralRe: Change the background color of individual columns Pin
Hamid_RT23-Dec-07 23:12
Hamid_RT23-Dec-07 23:12 
GeneralCreate a dialog Pin
john563223-Dec-07 19:50
john563223-Dec-07 19:50 
GeneralRe: Create a dialog Pin
Hamid_RT23-Dec-07 20:00
Hamid_RT23-Dec-07 20:00 
GeneralRe: Create a dialog Pin
john563223-Dec-07 20:06
john563223-Dec-07 20:06 
GeneralRe: Create a dialog Pin
Hamid_RT23-Dec-07 20:16
Hamid_RT23-Dec-07 20:16 
GeneralRe: Create a dialog Pin
john563223-Dec-07 20:18
john563223-Dec-07 20:18 
GeneralRe: Create a dialog Pin
Hamid_RT23-Dec-07 20:46
Hamid_RT23-Dec-07 20:46 
GeneralRe: Create a dialog Pin
_AnsHUMAN_ 23-Dec-07 20:07
_AnsHUMAN_ 23-Dec-07 20:07 
GeneralRe: Create a dialog Pin
only coding23-Dec-07 21:14
only coding23-Dec-07 21:14 
GeneralRe: Create a dialog Pin
Nishad S23-Dec-07 21:42
Nishad S23-Dec-07 21:42 
GeneralRe: Create a dialog Pin
Bram van Kampen24-Dec-07 13:31
Bram van Kampen24-Dec-07 13:31 

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.