Click here to Skip to main content
15,892,298 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralProblem solved, thx! Pin
IsaacLitingjun8-Jan-05 16:05
IsaacLitingjun8-Jan-05 16:05 
GeneralUsing this can solve that problem Pin
IsaacLitingjun6-Jan-05 18:50
IsaacLitingjun6-Jan-05 18:50 
GeneralRe: A question about GetDlgItem Pin
V.29-Dec-04 21:07
professionalV.29-Dec-04 21:07 
GeneralRe: A question about GetDlgItem Pin
Joseph M. Newcomer31-Dec-04 5:49
Joseph M. Newcomer31-Dec-04 5:49 
Generalpostmessage in a callback function Pin
Marcus Spitzmiller29-Dec-04 15:41
Marcus Spitzmiller29-Dec-04 15:41 
GeneralRe: postmessage in a callback function Pin
Neville Franks30-Dec-04 1:32
Neville Franks30-Dec-04 1:32 
GeneralRe: postmessage in a callback function Pin
Marcus Spitzmiller30-Dec-04 5:02
Marcus Spitzmiller30-Dec-04 5:02 
GeneralRe: postmessage in a callback function Pin
Neville Franks30-Dec-04 8:41
Neville Franks30-Dec-04 8:41 
Hi Marcus,
I haven't used W98 in some time but don't recall having problems running Spy++. You could try Winspector Spy http://www.windows-spy.com/[^]

You could add a PreTranslateMessage() into the target CWnd then in that look for your WM_USER+1. Also not that WM_USER messages aren't recommended and instead you should use WM_APP. See the article http://www.codeproject.com/dialog/messagemgmt.asp[^]

If the callback isn't in the main app thread you shouldn't be using CWnd*'s. Post a reply if you need more info on this or look for more J. Newcomer articles on threads.

Hope that helps.



Neville Franks, Author of ED for Windows www.getsoft.com and Surfulater www.surfulater.com "Save what you Surf"
GeneralRe: postmessage in a callback function Pin
Marcus Spitzmiller30-Dec-04 9:17
Marcus Spitzmiller30-Dec-04 9:17 
GeneralRe: postmessage in a callback function Pin
Neville Franks30-Dec-04 9:21
Neville Franks30-Dec-04 9:21 
GeneralPainting Node Pin
Adrian Soon29-Dec-04 15:27
Adrian Soon29-Dec-04 15:27 
GeneralRe: Painting Node Pin
PJ Arends29-Dec-04 22:59
professionalPJ Arends29-Dec-04 22:59 
GeneralRe: Painting Node Pin
Adrian Soon31-Dec-04 4:20
Adrian Soon31-Dec-04 4:20 
GeneralTraceroute Pin
hafiziziziz29-Dec-04 15:05
hafiziziziz29-Dec-04 15:05 
Generalwinsock send hooking(no ddk allowed) Pin
Spiritofamerica29-Dec-04 8:53
Spiritofamerica29-Dec-04 8:53 
GeneralRe: winsock send hooking(no ddk allowed) Pin
ThatsAlok30-Dec-04 22:28
ThatsAlok30-Dec-04 22:28 
QuestionQuestion about time stamp info stored in the file? Pin
Kuang Cao29-Dec-04 8:50
Kuang Cao29-Dec-04 8:50 
AnswerRe: Question about time stamp info stored in the file? Pin
WoutL29-Dec-04 10:37
WoutL29-Dec-04 10:37 
GeneralRe: Question about time stamp info stored in the file? Pin
Kuang Cao29-Dec-04 10:53
Kuang Cao29-Dec-04 10:53 
GeneralDatabase problems Pin
Deian29-Dec-04 8:48
Deian29-Dec-04 8:48 
GeneralRe: Database problems Pin
David Crow29-Dec-04 9:46
David Crow29-Dec-04 9:46 
Generaledit ctrl Pin
act_x29-Dec-04 7:53
act_x29-Dec-04 7:53 
GeneralRe: edit ctrl Pin
David Crow29-Dec-04 9:49
David Crow29-Dec-04 9:49 
GeneralRe: edit ctrl Pin
act_x29-Dec-04 10:12
act_x29-Dec-04 10:12 
QuestionTooltip Flickers Continously ? Pin
Azghar Hussain29-Dec-04 7:39
professionalAzghar Hussain29-Dec-04 7:39 

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.