Click here to Skip to main content
16,004,969 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How can i capture an event from HTML page in my application Pin
Matthew Faithfull17-Mar-08 1:56
Matthew Faithfull17-Mar-08 1:56 
QuestionHow can i capture an event from HTML page in my application Pin
sujeet17-Mar-08 0:45
sujeet17-Mar-08 0:45 
GeneralGUI Automation Pin
Georgy Daniel17-Mar-08 0:28
Georgy Daniel17-Mar-08 0:28 
GeneralRe: GUI Automation Pin
CPallini17-Mar-08 0:41
mveCPallini17-Mar-08 0:41 
GeneralMFC Activex : Get resource from application that create a activeX control Pin
NorGUI16-Mar-08 23:47
NorGUI16-Mar-08 23:47 
GeneralRe: MFC Activex : Get resource from application that create a activeX control Pin
Rajkumar R16-Mar-08 23:56
Rajkumar R16-Mar-08 23:56 
GeneralRe: MFC Activex : Get resource from application that create a activeX control Pin
NorGUI17-Mar-08 2:50
NorGUI17-Mar-08 2:50 
GeneralRe: MFC Activex : Get resource from application that create a activeX control Pin
Rajkumar R17-Mar-08 4:05
Rajkumar R17-Mar-08 4:05 
if a dll is loaded onto the process of the EXE, resource manipulation APIs like LoadResource(), if set with Module Handle NULL, it takes the resource from exe. It is possible to load resource from any module dll or exe if give the handle to the instance. LoadString() you can set the Instance of the application by GetModuleHandle(NULL). Play around the Module Handle.
GeneralRe: MFC Activex : Get resource from application that create a activeX control Pin
NorGUI17-Mar-08 4:35
NorGUI17-Mar-08 4:35 
GeneralFolder selection with <fstream></fstream> Pin
piul16-Mar-08 23:04
piul16-Mar-08 23:04 
GeneralRe: Folder selection with Pin
CPallini16-Mar-08 23:26
mveCPallini16-Mar-08 23:26 
GeneralRe: Folder selection with Pin
Rajkumar R16-Mar-08 23:35
Rajkumar R16-Mar-08 23:35 
Generalpointer of class instance [modified] Pin
rp_suman16-Mar-08 22:44
rp_suman16-Mar-08 22:44 
GeneralRe: pointer of class instance Pin
CPallini16-Mar-08 22:53
mveCPallini16-Mar-08 22:53 
GeneralRe: pointer of class instance Pin
Cedric Moonen16-Mar-08 23:01
Cedric Moonen16-Mar-08 23:01 
GeneralRe: pointer of class instance Pin
CPallini16-Mar-08 23:24
mveCPallini16-Mar-08 23:24 
GeneralRe: pointer of class instance Pin
Cedric Moonen16-Mar-08 23:30
Cedric Moonen16-Mar-08 23:30 
GeneralRe: pointer of class instance Pin
CPallini16-Mar-08 23:36
mveCPallini16-Mar-08 23:36 
QuestionRe: pointer of class instance Pin
rp_suman17-Mar-08 1:13
rp_suman17-Mar-08 1:13 
QuestionRe: pointer of class instance Pin
Maxwell Chen17-Mar-08 1:30
Maxwell Chen17-Mar-08 1:30 
GeneralRe: pointer of class instance Pin
rp_suman17-Mar-08 3:33
rp_suman17-Mar-08 3:33 
QuestionRe: pointer of class instance Pin
David Crow17-Mar-08 4:35
David Crow17-Mar-08 4:35 
GeneralRe: pointer of class instance Pin
rp_suman17-Mar-08 16:49
rp_suman17-Mar-08 16:49 
GeneralMemory leak in OnNewDocument() Pin
rp_suman16-Mar-08 22:39
rp_suman16-Mar-08 22:39 
GeneralRe: Memory leak in OnNewDocument() Pin
Cedric Moonen16-Mar-08 22:55
Cedric Moonen16-Mar-08 22:55 

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.