Click here to Skip to main content
15,898,035 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: In MFC, which event works when user clicks on close button? Pin
Joe Woodbury23-May-04 13:15
professionalJoe Woodbury23-May-04 13:15 
AnswerRe: In MFC, which event works when user clicks on close button? Pin
Blake Miller25-May-04 15:28
Blake Miller25-May-04 15:28 
GeneralRe: In MFC, which event works when user clicks on close button? Pin
ayca26-May-04 12:01
ayca26-May-04 12:01 
GeneralAqua Pin
TrungHuynh23-May-04 11:28
TrungHuynh23-May-04 11:28 
GeneralRe: Aqua Pin
l a u r e n23-May-04 13:44
l a u r e n23-May-04 13:44 
GeneralRe: Aqua Pin
Michael Dunn23-May-04 16:33
sitebuilderMichael Dunn23-May-04 16:33 
GeneralMFC listbox usage Pin
kfaday23-May-04 10:50
kfaday23-May-04 10:50 
GeneralRe: MFC listbox usage Pin
Andrew Quinn AUS23-May-04 22:10
Andrew Quinn AUS23-May-04 22:10 
do a forward declaration...

e.g. in the header file

class CHilos;

class CHilosView : public CFormView
{
// etc
};

and then put the include in the cpp file.

Hope this helps,
Andy
GeneralPrinting text from combo and edit box Pin
Eversman23-May-04 10:44
Eversman23-May-04 10:44 
GeneralUnicode text in VC .NET Controls Pin
MKomeily23-May-04 10:37
MKomeily23-May-04 10:37 
Generalunregistered dialog Pin
Anonymous23-May-04 10:28
Anonymous23-May-04 10:28 
GeneralMac look&feel in Windows App Pin
merlinos23-May-04 8:47
merlinos23-May-04 8:47 
GeneralRe: Mac look&feel in Windows App Pin
Ravi Bhavnani23-May-04 10:02
professionalRavi Bhavnani23-May-04 10:02 
GeneralRe: Mac look&feel in Windows App Pin
Joe Woodbury23-May-04 10:25
professionalJoe Woodbury23-May-04 10:25 
GeneralRe: Mac look&feel in Windows App Pin
merlinos23-May-04 13:28
merlinos23-May-04 13:28 
GeneralRe: Mac look&feel in Windows App Pin
Dimitris Vasiliadis24-May-04 12:36
Dimitris Vasiliadis24-May-04 12:36 
GeneralNeed "measuring time" suggestion Pin
J.B.23-May-04 8:03
J.B.23-May-04 8:03 
GeneralRe: Need "measuring time" suggestion Pin
User 665823-May-04 8:50
User 665823-May-04 8:50 
GeneralRe: Need "measuring time" suggestion Pin
Curi0us_George23-May-04 12:01
Curi0us_George23-May-04 12:01 
GeneralRe: Need "measuring time" suggestion Pin
Joe Woodbury23-May-04 13:38
professionalJoe Woodbury23-May-04 13:38 
GeneralRe: Need "measuring time" suggestion Pin
Curi0us_George23-May-04 19:35
Curi0us_George23-May-04 19:35 
GeneralRe: Need "measuring time" suggestion Pin
J.B.23-May-04 19:51
J.B.23-May-04 19:51 
Generalstring Pin
picasso223-May-04 7:21
picasso223-May-04 7:21 
GeneralRe: string Pin
Antti Keskinen23-May-04 7:37
Antti Keskinen23-May-04 7:37 
GeneralRe: string Pin
Ravi Bhavnani23-May-04 7:53
professionalRavi Bhavnani23-May-04 7: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.