Click here to Skip to main content
16,010,523 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalsymbols in list box string Pin
kramery12-Aug-02 4:10
susskramery12-Aug-02 4:10 
GeneralRe: symbols in list box string Pin
pépé12-Aug-02 21:53
pépé12-Aug-02 21:53 
QuestionHow can I change the background color on a date/time picker? Pin
DanYELL12-Aug-02 4:03
DanYELL12-Aug-02 4:03 
AnswerRe: How can I change the background color on a date/time picker? Pin
Ranjan Banerji12-Aug-02 6:26
Ranjan Banerji12-Aug-02 6:26 
GeneralGetting the Exact Time (in ms) Pin
LittleYellowBird12-Aug-02 3:18
LittleYellowBird12-Aug-02 3:18 
GeneralRe: Getting the Exact Time (in ms) Pin
Tomasz Sowinski12-Aug-02 3:30
Tomasz Sowinski12-Aug-02 3:30 
GeneralCustom control based on dialog Pin
Wim Jans12-Aug-02 3:12
Wim Jans12-Aug-02 3:12 
GeneralRe: Custom control based on dialog Pin
Tomasz Sowinski12-Aug-02 3:15
Tomasz Sowinski12-Aug-02 3:15 
You'll need a child dialog. Derive your class from CDialog, create a dialog template with 'child' style set, add controls on the dialog surface and add event handlers. At runtime, you'll need easy method for placing child dialog on the parent. I'm usually using 'dummy' static control which provides the initial position and size and it's replaced with child dialog.

Tomasz Sowinski -- http://www.shooltz.com

What is "scratch" and why can everything be made from it?

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 
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 

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.