Click here to Skip to main content
15,912,329 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRegex++ causes abnormal program termination Pin
annum26-Mar-03 8:25
annum26-Mar-03 8:25 
GeneralRe: Regex++ causes abnormal program termination Pin
Dave Bryant26-Mar-03 9:12
Dave Bryant26-Mar-03 9:12 
GeneralRe: Regex++ causes abnormal program termination Pin
Steve Mayfield26-Mar-03 9:34
Steve Mayfield26-Mar-03 9:34 
GeneralRe: Regex++ causes abnormal program termination Pin
annum26-Mar-03 14:54
annum26-Mar-03 14:54 
Generalsetting the "break on unhandled exceptions" Pin
ns26-Mar-03 8:25
ns26-Mar-03 8:25 
GeneralRe: setting the "break on unhandled exceptions" Pin
Chris Losinger26-Mar-03 8:47
professionalChris Losinger26-Mar-03 8:47 
GeneralRe: setting the "break on unhandled exceptions" Pin
ns26-Mar-03 8:51
ns26-Mar-03 8:51 
GeneralDesign approach Pin
Mike Fenske26-Mar-03 8:00
Mike Fenske26-Mar-03 8:00 
I've been doing COM/DCOM for several years now but not a lot with windowing
or controls. I want to create an executable that behaves as follows:

1. Singleton process that is a window (dialog would be fine) that can be
launched from another app (toolbar). Currently we use this paradigm with
VB components but want to do this one in C++.
2. This main window will contain a dynamic number of buttons that when
pressed will display a modeless dialog that contains some static data (i.e.
no user interaction other than close).
3. The buttons in the main window contain both text and a bitmap. These
buttons are updateable (i.e the text and bitmaps change) when certain
underlying statuses change.

Right now I have this prototyped in MFC with a main app window. The
buttons are subclassed CButtons and I create as many as I need when the app
starts. The buttons are ID'd so when the user presses it I know which type
of dialog to open. The real problem is how to wrapper all this in COM so
that this app can be created/started once via COM and then handle the
windowing/controls. I guess I'm more comfortable with MFC and not used to
CDialogImpl and the like. Anyone got any pointers or examples to start
from? Thanks!
Generalcalling dll from VC++ Pin
kulsukh26-Mar-03 7:25
kulsukh26-Mar-03 7:25 
GeneralRe: calling dll from VC++ Pin
Mike Nordell26-Mar-03 7:49
Mike Nordell26-Mar-03 7:49 
GeneralRe: calling dll from VC++ Pin
Chris Losinger26-Mar-03 8:21
professionalChris Losinger26-Mar-03 8:21 
GeneralCTreeCtrl Pin
Tom Wright26-Mar-03 6:30
Tom Wright26-Mar-03 6:30 
GeneralRe: CTreeCtrl Pin
Chris Losinger26-Mar-03 6:48
professionalChris Losinger26-Mar-03 6:48 
GeneralReading a hidden / minimized window into a bitmap Pin
neotrace26-Mar-03 5:51
neotrace26-Mar-03 5:51 
GeneralRe: Reading a hidden / minimized window into a bitmap Pin
ursus zeta26-Mar-03 9:41
ursus zeta26-Mar-03 9:41 
GeneralChange Titelname of FormView-Window Pin
Tobias26-Mar-03 5:47
Tobias26-Mar-03 5:47 
GeneralRe: Change Titelname of FormView-Window Pin
Neville Franks26-Mar-03 8:24
Neville Franks26-Mar-03 8:24 
GeneralRe: Change Titelname of FormView-Window Pin
valikac26-Mar-03 11:42
valikac26-Mar-03 11:42 
Questionoffice 2003-style toolbar with mfc? Pin
schaereran@gmx.net26-Mar-03 4:43
schaereran@gmx.net26-Mar-03 4:43 
GeneralOwner Drawn List Box Pin
georgiek5026-Mar-03 4:29
georgiek5026-Mar-03 4:29 
GeneralRe: Owner Drawn List Box Pin
Ravi Bhavnani26-Mar-03 9:18
professionalRavi Bhavnani26-Mar-03 9:18 
GeneralRe: Owner Drawn List Box Pin
Dave Bryant26-Mar-03 9:27
Dave Bryant26-Mar-03 9:27 
GeneralProblem with ShellExecute Pin
Juan Carlos Cobas26-Mar-03 4:24
Juan Carlos Cobas26-Mar-03 4:24 
GeneralRe: Problem with ShellExecute Pin
Neville Franks26-Mar-03 8:17
Neville Franks26-Mar-03 8:17 
GeneralRe: Problem with ShellExecute Pin
Juan Carlos Cobas26-Mar-03 8:48
Juan Carlos Cobas26-Mar-03 8:48 

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.