Click here to Skip to main content
15,916,462 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Custom control based on dialog Pin
Tomasz Sowinski12-Aug-02 3:15
Tomasz Sowinski12-Aug-02 3:15 
GeneralRe: Custom control based on dialog Pin
Wim Jans12-Aug-02 5:35
Wim Jans12-Aug-02 5:35 
Generalproblem with propertysheetex Pin
toon12-Aug-02 2:58
toon12-Aug-02 2:58 
GeneralAccess Database mysteries in VC++... Pin
Anonymous12-Aug-02 2:57
Anonymous12-Aug-02 2:57 
GeneralRe: Access Database mysteries in VC++... Pin
Stefan Pedersen12-Aug-02 3:21
Stefan Pedersen12-Aug-02 3:21 
GeneralRe: Access Database mysteries in VC++... Pin
Anonymous12-Aug-02 3:23
Anonymous12-Aug-02 3:23 
GeneralRe: Access Database mysteries in VC++... Pin
pépé12-Aug-02 21:57
pépé12-Aug-02 21:57 
GeneralReBars (urgent) Pin
Space Ace12-Aug-02 2:55
Space Ace12-Aug-02 2:55 
I've a ReBar in my SDI-Application and an Extended Combo Box in it. With the help of Class Wizard I select an existing class (CMainFrame) to be associated with the IDR_MAINFRAME resource of the rebar. In CMainFrame I create a OnSelChangeComboboxex1() function.
It looks like this:

CComboBoxEx *pCombo = (CComboBoxEx *)GetDlgItem(IDC_COMBOBOXEX1);<br />
int nSel = pCombo->GetCurSel();

etc.
But the program fails because of some unhandled exception. I really don't know what the problem can be. Someone, please, help!
GeneralRe: ReBars (urgent) Pin
Tomasz Sowinski12-Aug-02 3:02
Tomasz Sowinski12-Aug-02 3:02 
GeneralRe: ReBars (urgent) Pin
Shog912-Aug-02 3:07
sitebuilderShog912-Aug-02 3:07 
GeneralRe: ReBars (urgent) Pin
Space Ace12-Aug-02 3:26
Space Ace12-Aug-02 3:26 
GeneralRe: ReBars (urgent) Pin
Shog912-Aug-02 7:25
sitebuilderShog912-Aug-02 7:25 
GeneralRe: ReBars (urgent) Pin
Space Ace12-Aug-02 9:27
Space Ace12-Aug-02 9:27 
GeneralRe: ReBars (urgent) Pin
Space Ace12-Aug-02 7:05
Space Ace12-Aug-02 7:05 
GeneralHelp with Combo boxes Pin
Luis E. Cuadrado12-Aug-02 2:18
Luis E. Cuadrado12-Aug-02 2:18 
GeneralRe: Help with Combo boxes Pin
Tomasz Sowinski12-Aug-02 2:39
Tomasz Sowinski12-Aug-02 2:39 
GeneralRe: Help with Combo boxes Pin
Mike Upton12-Aug-02 2:41
Mike Upton12-Aug-02 2:41 
GeneralRe: Help with Combo boxes Pin
Luis E. Cuadrado12-Aug-02 4:25
Luis E. Cuadrado12-Aug-02 4:25 
GeneralRe: Help with Combo boxes Pin
Tomasz Sowinski12-Aug-02 4:45
Tomasz Sowinski12-Aug-02 4:45 
GeneralCWnd::FromHandlePermanent Pin
Nish Nishant12-Aug-02 1:39
sitebuilderNish Nishant12-Aug-02 1:39 
GeneralRe: CWnd::FromHandlePermanent Pin
Tomasz Sowinski12-Aug-02 1:52
Tomasz Sowinski12-Aug-02 1:52 
GeneralRe: CWnd::FromHandlePermanent Pin
Neville Franks12-Aug-02 1:58
Neville Franks12-Aug-02 1:58 
GeneralBeginners owner draw button Pin
Trollslayer12-Aug-02 1:38
mentorTrollslayer12-Aug-02 1:38 
GeneralRe: Beginners owner draw button Pin
Space Ace12-Aug-02 2:59
Space Ace12-Aug-02 2:59 
GeneralRe: Beginners owner draw button Pin
Shog912-Aug-02 7:29
sitebuilderShog912-Aug-02 7:29 

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.