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

C / C++ / MFC

 
GeneralRe: Registry error "Invalid handle" Pin
Jason Henderson13-May-02 17:18
Jason Henderson13-May-02 17:18 
Generalsimple MFC Q- about inheritance Pin
spoongirl13-May-02 8:26
spoongirl13-May-02 8:26 
GeneralRe: simple MFC Q- about inheritance Pin
Bill Wilson13-May-02 10:01
Bill Wilson13-May-02 10:01 
GeneralRe: simple MFC Q- about inheritance Pin
spoongirl14-May-02 5:38
spoongirl14-May-02 5:38 
Questionhow to set radio button to be checked? Pin
pnpfriend13-May-02 8:14
pnpfriend13-May-02 8:14 
AnswerRe: how to set radio button to be checked? Pin
Wes Jones13-May-02 8:25
Wes Jones13-May-02 8:25 
AnswerRe: how to set radio button to be checked? Pin
Jason Henderson13-May-02 8:44
Jason Henderson13-May-02 8:44 
AnswerRe: how to set radio button to be checked? Pin
redeemer13-May-02 9:17
redeemer13-May-02 9:17 
You can use the BM_SETCHECK message:
SendMessage( 
  (HWND) hWnd,              // handle to destination window 
  BM_SETCHECK,              // message to send
  (WPARAM) wParam;          // check state
  (LPARAM) lParam;          // not used; must be zero
);

AnswerRe: how to set radio button to be checked? Pin
Michael Dunn13-May-02 10:26
sitebuilderMichael Dunn13-May-02 10:26 
Generalclass fstream and dll Pin
Dan Verret13-May-02 8:05
Dan Verret13-May-02 8:05 
GeneralDetecting multiple partitions on the same hard drive Pin
Wes Jones13-May-02 7:19
Wes Jones13-May-02 7:19 
GeneralRe: Detecting multiple partitions on the same hard drive Pin
redeemer13-May-02 9:43
redeemer13-May-02 9:43 
GeneralRe: Detecting multiple partitions on the same hard drive Pin
Wes Jones13-May-02 13:16
Wes Jones13-May-02 13:16 
GeneralRe: Detecting multiple partitions on the same hard drive Pin
Jason Henderson13-May-02 17:21
Jason Henderson13-May-02 17:21 
GeneralRe: Detecting multiple partitions on the same hard drive Pin
Wes Jones13-May-02 18:03
Wes Jones13-May-02 18:03 
GeneralISAPI Filter and FTP Pin
Ed K13-May-02 6:45
Ed K13-May-02 6:45 
GeneralRe: ISAPI Filter and FTP Pin
Bill Wilson13-May-02 10:03
Bill Wilson13-May-02 10:03 
GeneralRe: ISAPI Filter and FTP Pin
Ed K13-May-02 10:14
Ed K13-May-02 10:14 
QuestionGet IP address programatically ? Pin
dlhson13-May-02 6:24
dlhson13-May-02 6:24 
AnswerRe: Get IP address programatically ? Pin
Joaquín M López Muñoz13-May-02 7:38
Joaquín M López Muñoz13-May-02 7:38 
GeneralCAsyncSocket / CSocket In a Different Thread Pin
alpha+13-May-02 5:56
alpha+13-May-02 5:56 
GeneralRe: CAsyncSocket / CSocket In a Different Thread Pin
Joaquín M López Muñoz13-May-02 7:42
Joaquín M López Muñoz13-May-02 7:42 
GeneralRe: CAsyncSocket / CSocket In a Different Thread Pin
Jon Hulatt13-May-02 22:48
Jon Hulatt13-May-02 22:48 
GeneralProerty page / wizard Pin
13-May-02 4:55
suss13-May-02 4:55 
GeneralRe: Proerty page / wizard Pin
dlhson13-May-02 6:53
dlhson13-May-02 6:53 

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.