Click here to Skip to main content
16,006,475 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionFreezing first columns of a CListCtrl Pin
paper6722-Jul-07 5:09
paper6722-Jul-07 5:09 
AnswerRe: Freezing first columns of a CListCtrl Pin
Michael Dunn22-Jul-07 14:14
sitebuilderMichael Dunn22-Jul-07 14:14 
AnswerRe: Freezing first columns of a CListCtrl Pin
ThatsAlok22-Jul-07 17:52
ThatsAlok22-Jul-07 17:52 
AnswerRe: Freezing first columns of a CListCtrl Pin
David Crow23-Jul-07 3:29
David Crow23-Jul-07 3:29 
AnswerRe: Freezing first columns of a CListCtrl Pin
Nelek23-Jul-07 4:42
protectorNelek23-Jul-07 4:42 
QuestionShow / Hide controls on a dialog Pin
Makakuin22-Jul-07 3:58
Makakuin22-Jul-07 3:58 
AnswerRe: Show / Hide controls on a dialog Pin
Abhijeet Pathak22-Jul-07 4:29
Abhijeet Pathak22-Jul-07 4:29 
AnswerRe: Show / Hide controls on a dialog Pin
Mark Salsbery22-Jul-07 8:09
Mark Salsbery22-Jul-07 8:09 
Also you can use ON_BN_CLICKED to get notifications when the user clicks a radio button.

In response to the notification(s) you can check if a radio button is "checked" using

CButton::GetCheck() or the BM_GETCHECK message.

Mark


Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

AnswerRe: Show / Hide controls on a dialog Pin
Hamid_RT31-Jul-07 19:50
Hamid_RT31-Jul-07 19:50 
QuestionA question about lib files. Pin
mt_samiei22-Jul-07 3:41
mt_samiei22-Jul-07 3:41 
AnswerRe: A question about lib files. Pin
Abhijeet Pathak22-Jul-07 4:33
Abhijeet Pathak22-Jul-07 4:33 
QuestionTransfer a File through Socket with CArchive Pin
glemaire22-Jul-07 3:02
glemaire22-Jul-07 3:02 
AnswerRe: Transfer a File through Socket with CArchive Pin
Mark Salsbery22-Jul-07 8:19
Mark Salsbery22-Jul-07 8:19 
GeneralRe: Transfer a File through Socket with CArchive Pin
glemaire22-Jul-07 22:21
glemaire22-Jul-07 22:21 
GeneralRe: Transfer a File through Socket with CArchive Pin
Mark Salsbery23-Jul-07 5:14
Mark Salsbery23-Jul-07 5:14 
QuestionWinInet + "POST" request - how to make progress bar for uploading file? Pin
chox_nox22-Jul-07 0:17
chox_nox22-Jul-07 0:17 
Questionmoving a mfc app into a dll Pin
DevMentor.org21-Jul-07 23:11
DevMentor.org21-Jul-07 23:11 
AnswerRe: moving a mfc app into a dll Pin
#realJSOP22-Jul-07 0:16
professional#realJSOP22-Jul-07 0:16 
GeneralRe: moving a mfc app into a dll Pin
DevMentor.org22-Jul-07 8:32
DevMentor.org22-Jul-07 8:32 
AnswerRe: moving a mfc app into a dll Pin
Mark Salsbery22-Jul-07 9:15
Mark Salsbery22-Jul-07 9:15 
GeneralRe: moving a mfc app into a dll Pin
DevMentor.org22-Jul-07 9:35
DevMentor.org22-Jul-07 9:35 
GeneralRe: moving a mfc app into a dll Pin
Mark Salsbery22-Jul-07 9:39
Mark Salsbery22-Jul-07 9:39 
GeneralRe: moving a mfc app into a dll Pin
DevMentor.org22-Jul-07 9:55
DevMentor.org22-Jul-07 9:55 
GeneralRe: moving a mfc app into a dll Pin
Mark Salsbery22-Jul-07 10:05
Mark Salsbery22-Jul-07 10:05 
GeneralRe: moving a mfc app into a dll Pin
DevMentor.org22-Jul-07 10:17
DevMentor.org22-Jul-07 10:17 

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.