Click here to Skip to main content
16,007,885 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralA general sendmessage or postmessage Pin
ns21-Sep-02 14:43
ns21-Sep-02 14:43 
GeneralRe: A general sendmessage or postmessage Pin
Jason Henderson21-Sep-02 17:06
Jason Henderson21-Sep-02 17:06 
Generalmore details on the sendmessage problem Pin
ns22-Sep-02 2:14
ns22-Sep-02 2:14 
GeneralRe: more details on the sendmessage problem Pin
Ravi Bhavnani22-Sep-02 5:01
professionalRavi Bhavnani22-Sep-02 5:01 
GeneralRe: more details on the sendmessage problem Pin
ns22-Sep-02 5:08
ns22-Sep-02 5:08 
GeneralRe: more details on the sendmessage problem Pin
Ravi Bhavnani22-Sep-02 10:17
professionalRavi Bhavnani22-Sep-02 10:17 
GeneralRe: more details on the sendmessage problem Pin
ns23-Sep-02 1:47
ns23-Sep-02 1:47 
GeneralTBS_DOWNISLEFT, Tracker control Pin
Todd Jeffreys21-Sep-02 14:29
Todd Jeffreys21-Sep-02 14:29 
I'm trying to setup a tracker control so that the top if the max, and the bottom is the min. It makes sense then to use TBS_DOWNISLEFT style, so I use that when creating the window. But it doesn't work (On Win2k). No matter, the top if always 0 and the bottom is always the max, with or without the flag. What's going on here??

HWND hSlider;
if (!(hSlider=CreateWindowEx(0,TRACKBAR_CLASS,"",TBS_DOWNISLEFT | TBS_VERT | TBS_NOTICKS | WS_VISIBLE | WS_CHILD,0,0,30,200,hWnd,(HMENU)1,hInst,0)))
return -1;

SendMessage(hSlider,TBM_SETRANGEMIN,0,0);
SendMessage(hSlider,TBM_SETRANGEMAX,0,100);
SendMessage(hSlider,TBM_SETPOS,1,50);
QuestionHow do i fix a user breakpoint? Pin
Redeemer-dk21-Sep-02 12:24
Redeemer-dk21-Sep-02 12:24 
AnswerRe: How do i fix a user breakpoint? Pin
Shog921-Sep-02 13:45
sitebuilderShog921-Sep-02 13:45 
AnswerRe: How do i fix a user breakpoint? Pin
Dimitri Rochette22-Sep-02 0:52
Dimitri Rochette22-Sep-02 0:52 
GeneralCRecordset : Debug Assertion Failures with edit/update/addnew Pin
Stefan_L_0121-Sep-02 11:55
Stefan_L_0121-Sep-02 11:55 
QuestionHypertext link in about dialog in mfc ? Pin
Anonymous21-Sep-02 11:05
Anonymous21-Sep-02 11:05 
AnswerRe: Hypertext link in about dialog in mfc ? Pin
Uwe Keim21-Sep-02 12:40
sitebuilderUwe Keim21-Sep-02 12:40 
GeneralRe: Hypertext link in about dialog in mfc ? (open new window) Pin
Anonymous22-Sep-02 1:26
Anonymous22-Sep-02 1:26 
GeneralYou and C++ .NET ! Pin
Hadi Rezaee21-Sep-02 9:39
Hadi Rezaee21-Sep-02 9:39 
GeneralRe: You and C++ .NET ! Pin
Mike Nordell21-Sep-02 10:56
Mike Nordell21-Sep-02 10:56 
GeneralRe: You and C++ .NET ! Pin
Michael P Butler21-Sep-02 12:23
Michael P Butler21-Sep-02 12:23 
GeneralI Need help with Reading a binary file Pin
Licensed2Code21-Sep-02 9:31
sussLicensed2Code21-Sep-02 9:31 
GeneralRe: I Need help with Reading a binary file Pin
Todd Smith21-Sep-02 11:53
Todd Smith21-Sep-02 11:53 
GeneralRe: I Need help with Reading a binary file Pin
Licensed2Code21-Sep-02 16:38
sussLicensed2Code21-Sep-02 16:38 
GeneralRe: I Need help with Reading a binary file Pin
Todd Smith23-Sep-02 5:52
Todd Smith23-Sep-02 5:52 
Generalrefereced classes Pin
xai21-Sep-02 6:26
xai21-Sep-02 6:26 
GeneralDoubt in Radiobuttons Pin
arthivjii21-Sep-02 5:07
arthivjii21-Sep-02 5:07 
GeneralRe: Doubt in Radiobuttons Pin
Pavel Klocek21-Sep-02 5:19
Pavel Klocek21-Sep-02 5:19 

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.