Click here to Skip to main content
15,910,872 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: class operators strange results Pin
Rui Dias Lopes16-May-03 22:29
Rui Dias Lopes16-May-03 22:29 
GeneralRe: class operators strange results Pin
Andrew Walker16-May-03 23:13
Andrew Walker16-May-03 23:13 
GeneralRe: class operators strange results Pin
Rui Dias Lopes16-May-03 23:18
Rui Dias Lopes16-May-03 23:18 
GeneralRe: class operators strange results Pin
Andrew Walker16-May-03 23:33
Andrew Walker16-May-03 23:33 
GeneralNoob help! Pin
weezer16-May-03 14:42
weezer16-May-03 14:42 
GeneralRe: Noob help! Pin
valikac16-May-03 16:17
valikac16-May-03 16:17 
GeneralRe: Noob help! Pin
Anonymous17-May-03 10:21
Anonymous17-May-03 10:21 
GeneralRe: Noob help! Pin
Nitron16-May-03 20:00
Nitron16-May-03 20:00 
There are three basic components of any control. First is the member variable declaration. This defines a member variable of the type of your control. Second is the data distribution that occurs between your control and the member variable (as mentioned above). Third is message mapping. Controls fire messages to your application whenever certain things occur (i.e. u click the mouse, etc...) When you want to do something on these events, you are "handling" the messagess. Apart from threading, this is the heart of your application.

- Nitron


"Those that say a task is impossible shouldn't interrupt the ones who are doing it." - Chinese Proverb
GeneralPassing a pointer to member function in Visual C++ 6.0 Pin
Gagnon Claude16-May-03 12:56
Gagnon Claude16-May-03 12:56 
GeneralRe: Passing a pointer to member function in Visual C++ 6.0 Pin
Michael Dunn16-May-03 13:46
sitebuilderMichael Dunn16-May-03 13:46 
Generalenter an integer data Pin
Member 430384616-May-03 11:29
Member 430384616-May-03 11:29 
QuestionHow to load a gif Pin
amcan2716-May-03 11:05
amcan2716-May-03 11:05 
AnswerRe: How to load a gif Pin
Bartosz Bien16-May-03 14:23
Bartosz Bien16-May-03 14:23 
AnswerRe: How to load a gif Pin
SoloVision16-May-03 20:00
SoloVision16-May-03 20:00 
GeneralGetting Windows with a taskbar button Pin
Waleed Eissa16-May-03 10:42
Waleed Eissa16-May-03 10:42 
GeneralRe: Getting Windows with a taskbar button Pin
Baris Kurtlutepe16-May-03 13:59
Baris Kurtlutepe16-May-03 13:59 
GeneralRe: Getting Windows with a taskbar button Pin
Waleed Eissa16-May-03 15:05
Waleed Eissa16-May-03 15:05 
GeneralRe: Getting Windows with a taskbar button Pin
Waleed Eissa17-May-03 4:00
Waleed Eissa17-May-03 4:00 
GeneralRe: Getting Windows with a taskbar button Pin
Baris Kurtlutepe17-May-03 9:22
Baris Kurtlutepe17-May-03 9:22 
GeneralConvert CString to WSTR Pin
John M. Drescher16-May-03 9:30
John M. Drescher16-May-03 9:30 
GeneralRe: Convert CString to WSTR Pin
John M. Drescher16-May-03 9:35
John M. Drescher16-May-03 9:35 
GeneralRe: Convert CString to WSTR Pin
Michael Dunn16-May-03 13:44
sitebuilderMichael Dunn16-May-03 13:44 
GeneralRe: Convert CString to WSTR Pin
John M. Drescher16-May-03 13:57
John M. Drescher16-May-03 13:57 
GeneralRe: Convert CString to WSTR Pin
Tim Smith17-May-03 1:43
Tim Smith17-May-03 1:43 
GeneralFitting Text into a Rect Pin
cdsmith16-May-03 9:15
cdsmith16-May-03 9:15 

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.