Click here to Skip to main content
15,914,419 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Place control next to scrollbar? Pin
Neville Franks22-Feb-05 9:20
Neville Franks22-Feb-05 9:20 
GeneralRe: Place control next to scrollbar? Pin
ehh22-Feb-05 9:44
ehh22-Feb-05 9:44 
GeneralRe: Place control next to scrollbar? Pin
Neville Franks22-Feb-05 10:18
Neville Franks22-Feb-05 10:18 
GeneralRe: Place control next to scrollbar? Pin
ehh22-Feb-05 10:20
ehh22-Feb-05 10:20 
GeneralRe: Place control next to scrollbar? Pin
Neville Franks22-Feb-05 10:29
Neville Franks22-Feb-05 10:29 
GeneralRe: Place control next to scrollbar? Pin
Neville Franks22-Feb-05 10:20
Neville Franks22-Feb-05 10:20 
GeneralHy there ... about a simle Check_box ... Pin
assasin_shark22-Feb-05 3:59
assasin_shark22-Feb-05 3:59 
GeneralRe: Hy there ... about a simle Check_box ... Pin
David Crow22-Feb-05 4:50
David Crow22-Feb-05 4:50 
assasin_shark wrote:
i don't have "Help" nor "MSDN"...

Actually you do. Check out http://msdn.microsoft.com[^].

When calling GetCheck() and SetCheck(), use BST_UNCHECKED and BST_CHECKED instead of 0 and 1. It has nothing to do with your problem, but it does make the code more readable.

assasin_shark wrote:
CButton* pCheck = (CButton*)GetDlgItem(Check_Eagle);

The value passed to GetDlgItem() should be the ID of the checkbox control. Is that what Check_Eagle is, or is it a (int) variable?


"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow


GeneralRe: Hy there ... about a simle Check_box ... Pin
assasin_shark22-Feb-05 4:56
assasin_shark22-Feb-05 4:56 
GeneralRe: Hy there ... about a simle Check_box ... Pin
David Crow22-Feb-05 5:02
David Crow22-Feb-05 5:02 
GeneralRe: Hy there ... about a simle Check_box ... Pin
assasin_shark22-Feb-05 5:04
assasin_shark22-Feb-05 5:04 
GeneralRe: Hy there ... about a simle Check_box ... Pin
David Crow22-Feb-05 5:11
David Crow22-Feb-05 5:11 
GeneralRe: Hy there ... about a simle Check_box ... Pin
assasin_shark22-Feb-05 5:27
assasin_shark22-Feb-05 5:27 
GeneralRe: Hy there ... about a simle Check_box ... Pin
David Crow22-Feb-05 7:19
David Crow22-Feb-05 7:19 
GeneralRe: Hy there ... about a simle Check_box ... Pin
Ravi Bhavnani22-Feb-05 10:14
professionalRavi Bhavnani22-Feb-05 10:14 
GeneralRe: Hy there ... about a simle Check_box ... Pin
John R. Shaw22-Feb-05 20:38
John R. Shaw22-Feb-05 20:38 
GeneralRe: Hy there ... about a simle Check_box ... Pin
assasin_shark22-Feb-05 23:02
assasin_shark22-Feb-05 23:02 
Generalkeyboard strokes Pin
happycpp22-Feb-05 3:47
happycpp22-Feb-05 3:47 
GeneralRe: keyboard strokes Pin
ThatsAlok22-Feb-05 6:02
ThatsAlok22-Feb-05 6:02 
GeneralRe: keyboard strokes Pin
happycpp22-Feb-05 8:57
happycpp22-Feb-05 8:57 
GeneralRe: keyboard strokes Pin
ThatsAlok22-Feb-05 17:34
ThatsAlok22-Feb-05 17:34 
GeneralRe: keyboard strokes Pin
happycpp23-Feb-05 4:50
happycpp23-Feb-05 4:50 
GeneralRe: keyboard strokes Pin
John R. Shaw22-Feb-05 20:52
John R. Shaw22-Feb-05 20:52 
QuestionHow to process message when writing MFC Dll? Pin
tttyip22-Feb-05 3:46
tttyip22-Feb-05 3:46 
AnswerRe: How to process message when writing MFC Dll? Pin
ThatsAlok22-Feb-05 5:57
ThatsAlok22-Feb-05 5:57 

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.