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

C / C++ / MFC

 
GeneralRe: wav compare Pin
alex.barylski10-Feb-02 15:47
alex.barylski10-Feb-02 15:47 
GeneralRe: wav compare Pin
Nish Nishant10-Feb-02 16:30
sitebuilderNish Nishant10-Feb-02 16:30 
GeneralRe: wav compare Pin
Rick York10-Feb-02 16:30
mveRick York10-Feb-02 16:30 
GeneralRe: wav compare Pin
Nish Nishant10-Feb-02 16:43
sitebuilderNish Nishant10-Feb-02 16:43 
GeneralRe: wav compare Pin
DRHuff11-Feb-02 10:04
DRHuff11-Feb-02 10:04 
GeneralRe: wav compare Pin
alex.barylski10-Feb-02 12:30
alex.barylski10-Feb-02 12:30 
GeneralReturning from Dialogbox Pin
Sprudling10-Feb-02 6:31
Sprudling10-Feb-02 6:31 
GeneralRe: Returning from Dialogbox Pin
Michael Dunn10-Feb-02 7:29
sitebuilderMichael Dunn10-Feb-02 7:29 
1. Make a struct that holds the data (pointers, std::strings, whatever you're using)
2. Use DialogBoxParam() and pass a pointer to that struct as the dwInitParam parameter.
3. In your dialog's window proc, the lParam sent with WM_INITDIALOG is that pointer. Save it with SetWindowLong(hwndDlg, DWL_USER, lParam);
4. Whenever you need to access that pointer again, use GetWindowLong().

--Mike--
#include "witty-sig.h"
My really out-of-date homepage
Sonork - 100.10414 AcidHelm
Big fan of Alyson Hannigan.

GeneralRe: Returning from Dialogbox Pin
solex11-Feb-02 2:13
solex11-Feb-02 2:13 
GeneralReacting on Keypress in a ComboBox Pin
kelthar10-Feb-02 6:22
kelthar10-Feb-02 6:22 
GeneralRe: Reacting on Keypress in a ComboBox Pin
Jon Hulatt10-Feb-02 22:46
Jon Hulatt10-Feb-02 22:46 
Generalexport definition file (.def) Pin
Kuniva10-Feb-02 6:08
Kuniva10-Feb-02 6:08 
GeneralRe: export definition file (.def) Pin
moliate10-Feb-02 6:25
moliate10-Feb-02 6:25 
Questionhow do I make edit boxes appear during run-time? Pin
Pyropat10-Feb-02 5:32
Pyropat10-Feb-02 5:32 
AnswerRe: how do I make edit boxes appear during run-time? Pin
Christian Graus10-Feb-02 9:35
protectorChristian Graus10-Feb-02 9:35 
AnswerRe: how do I make edit boxes appear during run-time? Pin
Sprudling10-Feb-02 11:03
Sprudling10-Feb-02 11:03 
AnswerRe: how do I make edit boxes appear during run-time? Pin
Nish Nishant10-Feb-02 13:25
sitebuilderNish Nishant10-Feb-02 13:25 
GeneralRe: how do I make edit boxes appear during run-time? Pin
Jon Hulatt10-Feb-02 22:36
Jon Hulatt10-Feb-02 22:36 
Generalreturning prematurely from blocked function Pin
10-Feb-02 2:21
suss10-Feb-02 2:21 
GeneralRe: returning prematurely from blocked function Pin
Tim Deveaux10-Feb-02 3:33
Tim Deveaux10-Feb-02 3:33 
GeneralRe: returning prematurely from blocked function Pin
10-Feb-02 12:04
suss10-Feb-02 12:04 
GeneralRe: returning prematurely from blocked function Pin
Tim Deveaux10-Feb-02 12:32
Tim Deveaux10-Feb-02 12:32 
GeneralRe: returning prematurely from blocked function Pin
Tim Smith10-Feb-02 13:21
Tim Smith10-Feb-02 13:21 
GeneralRe: returning prematurely from blocked function Pin
567890123410-Feb-02 3:45
567890123410-Feb-02 3:45 
GeneralRe: returning prematurely from blocked function Pin
10-Feb-02 12:12
suss10-Feb-02 12:12 

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.