Click here to Skip to main content
15,910,773 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: trap a-z keys!!! Pin
Mathias S.3-Jul-03 0:26
Mathias S.3-Jul-03 0:26 
GeneralIAccessible Pin
anshumanshinde2-Jul-03 21:01
anshumanshinde2-Jul-03 21:01 
GeneralIn-proc to out-of-proc Pin
In-At2-Jul-03 20:27
In-At2-Jul-03 20:27 
GeneralCComboBoxEx Pin
bigmirror2-Jul-03 17:36
bigmirror2-Jul-03 17:36 
QuestionHow to use Vector in the VC++? Pin
David12152-Jul-03 17:25
David12152-Jul-03 17:25 
AnswerRe: How to use Vector in the VC++? Pin
Abbas_Riazi2-Jul-03 19:12
professionalAbbas_Riazi2-Jul-03 19:12 
AnswerRe: How to use Vector in the VC++? Pin
Andrew Walker2-Jul-03 19:37
Andrew Walker2-Jul-03 19:37 
GeneralCDialogBar Pin
alex742-Jul-03 14:32
alex742-Jul-03 14:32 
I have created a dialog in the resource of VC++

Then I change the Class from CDialog to CDialogBar

I add a menu --> Show CDialogBar
--> Close CDialogBar

I created a variable in the CMainFrame header file
public:
CMyDialogBar *m_wndMyDialogBar;


under Show CDialogBar:

m_wndMyDialogBar = new CMyDialogBar;

m_wndMyDialogBar->Create(......); <-- i forgot the parameter

m_wndMyDialogBar->ShowWindow(SW_SHOW);

but the DialogBar only appeared when i try to resize the window.

I invoke the Invalidate() and the RedrawWindow() still i have to resize
the window just to make the DialogBar appear.

what should i do please help ....

syalexanderph@yahoo.com <--- please email me
Cry | :((
GeneralRe: CDialogBar Pin
dexo2-Jul-03 15:27
dexo2-Jul-03 15:27 
GeneralSetting DIR/file in edit box Pin
dark-hawk2-Jul-03 13:31
dark-hawk2-Jul-03 13:31 
GeneralRe: Setting DIR/file in edit box Pin
PJ Arends2-Jul-03 14:00
professionalPJ Arends2-Jul-03 14:00 
GeneralRe: Setting DIR/file in edit box Pin
dark-hawk2-Jul-03 14:32
dark-hawk2-Jul-03 14:32 
GeneralCreateWindow Failed Pin
ElizabethC2-Jul-03 12:42
ElizabethC2-Jul-03 12:42 
GeneralRe: CreateWindow Failed Pin
Magnus Westin2-Jul-03 13:00
Magnus Westin2-Jul-03 13:00 
GeneralRe: CreateWindow Failed Pin
ElizabethC2-Jul-03 13:19
ElizabethC2-Jul-03 13:19 
GeneralRe: CreateWindow Failed Pin
Magnus Westin2-Jul-03 13:23
Magnus Westin2-Jul-03 13:23 
GeneralRe: CreateWindow Failed Pin
ElizabethC2-Jul-03 13:38
ElizabethC2-Jul-03 13:38 
GeneralRe: CreateWindow Failed Pin
ElizabethC2-Jul-03 13:48
ElizabethC2-Jul-03 13:48 
GeneralRe: CreateWindow Failed Pin
Magnus Westin2-Jul-03 21:09
Magnus Westin2-Jul-03 21:09 
GeneralRe: CreateWindow Failed Pin
ElizabethC3-Jul-03 6:04
ElizabethC3-Jul-03 6:04 
GeneralComparing local and remote Last Modified times Pin
IGx892-Jul-03 12:39
IGx892-Jul-03 12:39 
GeneralRe: Comparing local and remote Last Modified times Pin
Magnus Westin2-Jul-03 13:22
Magnus Westin2-Jul-03 13:22 
Generalcolor with button Pin
aguest2-Jul-03 12:17
aguest2-Jul-03 12:17 
GeneralRe: color with button Pin
Christian Graus2-Jul-03 12:18
protectorChristian Graus2-Jul-03 12:18 
GeneralRe: color with button Pin
Anonymous2-Jul-03 14:05
Anonymous2-Jul-03 14:05 

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.