Click here to Skip to main content
15,923,689 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Tree Control Pin
Paolo Messina18-Oct-01 2:13
professionalPaolo Messina18-Oct-01 2:13 
Generalseeking the BCGControlBar 4.7 Pin
9-Oct-01 11:27
suss9-Oct-01 11:27 
GeneralRe: seeking the BCGControlBar 4.7 Pin
Paul Selormey9-Oct-01 15:40
Paul Selormey9-Oct-01 15:40 
GeneralEditbox Validation when hitting enter Pin
Steve The Plant9-Oct-01 10:34
Steve The Plant9-Oct-01 10:34 
GeneralRe: Editbox Validation when hitting enter Pin
Carlos Antollini9-Oct-01 11:18
Carlos Antollini9-Oct-01 11:18 
GeneralRe: Editbox Validation when hitting enter Pin
9-Oct-01 18:51
suss9-Oct-01 18:51 
GeneralEvent Notification in C++ Pin
Sam C9-Oct-01 9:34
Sam C9-Oct-01 9:34 
GeneralRe: Event Notification in C++ Pin
Nemanja Trifunovic9-Oct-01 9:42
Nemanja Trifunovic9-Oct-01 9:42 
Don't use the timer for such thing. It is bad Dead | X| .

Take a look at the "Observer" design pattern (I think there is an article on it on CodeProject). This is the way to go. Basically, you subscribe objects ("event sinks") to an object that raises events.

I vote pro drink Beer | [beer]
GeneralRe: Event Notification in C++ Pin
Sam C9-Oct-01 9:45
Sam C9-Oct-01 9:45 
GeneralRe: Event Notification in C++ Pin
J Patel9-Oct-01 9:43
J Patel9-Oct-01 9:43 
GeneralRe: Event Notification in C++ Pin
Sam C9-Oct-01 9:46
Sam C9-Oct-01 9:46 
GeneralRe: Event Notification in C++ Pin
Tomasz Sowinski9-Oct-01 9:54
Tomasz Sowinski9-Oct-01 9:54 
GeneralRe: Event Notification in C++ Pin
Nemanja Trifunovic9-Oct-01 10:00
Nemanja Trifunovic9-Oct-01 10:00 
GeneralRe: Event Notification in C++ Pin
Tomasz Sowinski9-Oct-01 10:07
Tomasz Sowinski9-Oct-01 10:07 
GeneralRe: Event Notification in C++ Pin
Nemanja Trifunovic9-Oct-01 10:10
Nemanja Trifunovic9-Oct-01 10:10 
GeneralRe: Event Notification in C++ Pin
Fazlul Kabir9-Oct-01 11:09
Fazlul Kabir9-Oct-01 11:09 
GeneralRe: Event Notification in C++ Pin
Nemanja Trifunovic9-Oct-01 11:15
Nemanja Trifunovic9-Oct-01 11:15 
GeneralRe: Event Notification in C++ Pin
Sam C9-Oct-01 11:01
Sam C9-Oct-01 11:01 
GeneralRe: Event Notification in C++ Pin
Nemanja Trifunovic9-Oct-01 11:19
Nemanja Trifunovic9-Oct-01 11:19 
GeneralRe: Event Notification in C++ Pin
Sam C9-Oct-01 11:38
Sam C9-Oct-01 11:38 
GeneralRe: Event Notification in C++ Pin
Nemanja Trifunovic9-Oct-01 11:49
Nemanja Trifunovic9-Oct-01 11:49 
GeneralChanging the font for menus Pin
Stephen Wilson9-Oct-01 8:47
Stephen Wilson9-Oct-01 8:47 
GeneralRe: Changing the font for menus Pin
Tomasz Sowinski9-Oct-01 8:56
Tomasz Sowinski9-Oct-01 8:56 
QuestionIs a window title the same as the .exe name? Pin
9-Oct-01 7:49
suss9-Oct-01 7:49 
AnswerRe: Is a window title the same as the .exe name? Pin
Christian Graus9-Oct-01 11:48
protectorChristian Graus9-Oct-01 11:48 

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.