Click here to Skip to main content
16,011,743 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: VisualStudio won't auto re-open files Pin
20-Mar-02 3:07
suss20-Mar-02 3:07 
QuestionUdp broadcast alternative? Maybe multicast? Pin
20-Mar-02 2:51
suss20-Mar-02 2:51 
GeneralCustom control Pin
kortebi20-Mar-02 2:38
kortebi20-Mar-02 2:38 
GeneralRe: Custom control Pin
dlhson20-Mar-02 6:01
dlhson20-Mar-02 6:01 
Generaldisplaying a Bitmap FULL screen Pin
kortebi20-Mar-02 2:37
kortebi20-Mar-02 2:37 
GeneralRe: displaying a Bitmap FULL screen Pin
Jon Hulatt20-Mar-02 5:03
Jon Hulatt20-Mar-02 5:03 
GeneralUsing derived CListCtrl in CListView Pin
20-Mar-02 2:13
suss20-Mar-02 2:13 
GeneralRe: Using derived CListCtrl in CListView Pin
JT Anderson20-Mar-02 4:37
JT Anderson20-Mar-02 4:37 
One way is to use CView instead of CListView. Derive a class from CView that has a CListCtrEx as a member variable. Create the CListCtrEx window as a child of the CView window in OnCreate (or OnInitialUpdate) in your CView derived class. Handle OnSize in your CView derived class to resize the CListCtrEx window to the client area of the CView window. Implement GetListCtrl in your CView derived class to return a reference to the CListCtrEx member.
GeneralDetecting Printer Types Pin
jerry0davis20-Mar-02 1:53
jerry0davis20-Mar-02 1:53 
Generalwaiting for a thread to finish creating Pin
20-Mar-02 1:30
suss20-Mar-02 1:30 
GeneralRe: waiting for a thread to finish creating Pin
Nish Nishant20-Mar-02 1:47
sitebuilderNish Nishant20-Mar-02 1:47 
GeneralRe: waiting for a thread to finish creating Pin
Daniel Turini20-Mar-02 1:49
Daniel Turini20-Mar-02 1:49 
GeneralRe: waiting for a thread to finish creating Pin
Carlos Antollini20-Mar-02 2:20
Carlos Antollini20-Mar-02 2:20 
GeneralRe: waiting for a thread to finish creating Pin
Christopher Duncan20-Mar-02 3:18
Christopher Duncan20-Mar-02 3:18 
GeneralRe: waiting for a thread to finish creating Pin
Tim Smith20-Mar-02 3:29
Tim Smith20-Mar-02 3:29 
GeneralRe: waiting for a thread to finish creating Pin
Christopher Duncan20-Mar-02 3:34
Christopher Duncan20-Mar-02 3:34 
GeneralRe: waiting for a thread to finish creating Pin
Tim Smith20-Mar-02 4:26
Tim Smith20-Mar-02 4:26 
Questionhow to add printer from VC++ ??? Pin
mits20-Mar-02 0:36
mits20-Mar-02 0:36 
AnswerRe: how to add printer from VC++ ??? Pin
jerry0davis20-Mar-02 1:51
jerry0davis20-Mar-02 1:51 
AnswerRe: how to add printer from VC++ ??? Pin
Carlos Antollini20-Mar-02 2:14
Carlos Antollini20-Mar-02 2:14 
Generalsetting ole-object in focus(word/excel) Pin
Atila20-Mar-02 0:02
Atila20-Mar-02 0:02 
GeneralOnInitDialog in VC7 Pin
Jason Hooper19-Mar-02 23:56
Jason Hooper19-Mar-02 23:56 
GeneralRe: OnInitDialog in VC7 Pin
mits20-Mar-02 0:45
mits20-Mar-02 0:45 
GeneralRe: OnInitDialog in VC7 Pin
Christopher Duncan20-Mar-02 3:21
Christopher Duncan20-Mar-02 3:21 
GeneralRe: OnInitDialog in VC7 Pin
Tom Archer20-Mar-02 4:34
Tom Archer20-Mar-02 4:34 

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.