Click here to Skip to main content
15,887,432 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Wndows application with buttons and controls Pin
David Crow2-Jun-06 5:12
David Crow2-Jun-06 5:12 
AnswerRe: Wndows application with buttons and controls Pin
LCI2-Jun-06 5:25
LCI2-Jun-06 5:25 
GeneralRe: Wndows application with buttons and controls Pin
David Crow2-Jun-06 5:31
David Crow2-Jun-06 5:31 
QuestionDialog events not showing Pin
ldaoust2-Jun-06 3:48
ldaoust2-Jun-06 3:48 
AnswerRe: Dialog events not showing Pin
Viorel.2-Jun-06 4:39
Viorel.2-Jun-06 4:39 
GeneralRe: Dialog events not showing Pin
ldaoust2-Jun-06 6:27
ldaoust2-Jun-06 6:27 
AnswerRe: Dialog events not showing (problem solved) [modified] Pin
ldaoust11-Jul-06 3:52
ldaoust11-Jul-06 3:52 
QuestionStatic registry for classfactory handles Pin
rana742-Jun-06 2:20
rana742-Jun-06 2:20 
We are creatng an application that hooks up event sinks to IE html elements.We want to start with sinks for html text boxes only;and later proceed on to include sinks for other elements.
For this we plan to have a static registry which contains key-mapped Classfactory instances.
A typical entry in our case can be HTMLTextElement vs. ClassFactory instance for the HTMLTextElement sink.
This will be inserted into the registry as part of the static initialization of the classfactory.
When a html page containing text elements is invoked,the classfactory instance from the registry will be returned corresponding to the key.
This will be used to create and hook up an instance of the listener.
Can someone give a pointer on how to implement the above concept in ATL?

QuestionForeground process Pin
KKumarTG2-Jun-06 2:20
KKumarTG2-Jun-06 2:20 
AnswerRe: Foreground process Pin
Ștefan-Mihai MOGA2-Jun-06 2:26
professionalȘtefan-Mihai MOGA2-Jun-06 2:26 
QuestionRe: Foreground process Pin
David Crow2-Jun-06 3:18
David Crow2-Jun-06 3:18 
AnswerRe: Foreground process Pin
Sebastian Schneider2-Jun-06 3:23
Sebastian Schneider2-Jun-06 3:23 
GeneralRe: Foreground process Pin
David Crow2-Jun-06 3:31
David Crow2-Jun-06 3:31 
GeneralRe: Foreground process Pin
KKumarTG2-Jun-06 3:49
KKumarTG2-Jun-06 3:49 
GeneralRe: Foreground process Pin
David Crow2-Jun-06 4:21
David Crow2-Jun-06 4:21 
GeneralRe: Foreground process Pin
KKumarTG2-Jun-06 5:23
KKumarTG2-Jun-06 5:23 
QuestionRe: Foreground process Pin
David Crow2-Jun-06 8:04
David Crow2-Jun-06 8:04 
AnswerRe: Foreground process Pin
James R. Twine2-Jun-06 4:44
James R. Twine2-Jun-06 4:44 
GeneralRe: Foreground process [modified] Pin
Nemanja Trifunovic2-Jun-06 4:52
Nemanja Trifunovic2-Jun-06 4:52 
GeneralRe: Foreground process Pin
Sebastian Schneider2-Jun-06 5:01
Sebastian Schneider2-Jun-06 5:01 
GeneralRe: Foreground process Pin
Zac Howland2-Jun-06 5:25
Zac Howland2-Jun-06 5:25 
GeneralRe: Foreground process Pin
Sebastian Schneider2-Jun-06 7:46
Sebastian Schneider2-Jun-06 7:46 
GeneralRe: Foreground process Pin
Zac Howland2-Jun-06 8:02
Zac Howland2-Jun-06 8:02 
GeneralRe: Foreground process Pin
Sebastian Schneider2-Jun-06 8:27
Sebastian Schneider2-Jun-06 8:27 
GeneralRe: Foreground process Pin
Nemanja Trifunovic2-Jun-06 4:53
Nemanja Trifunovic2-Jun-06 4: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.