Click here to Skip to main content
15,886,606 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Duplicates in list Pin
Chris Losinger18-Apr-11 10:50
professionalChris Losinger18-Apr-11 10:50 
GeneralRe: Duplicates in list [modified] Pin
sadas232341s18-Apr-11 10:51
sadas232341s18-Apr-11 10:51 
GeneralRe: Duplicates in list Pin
Chris Losinger18-Apr-11 11:03
professionalChris Losinger18-Apr-11 11:03 
QuestionCritique is Need Pin
Ikeman from Moses Lake18-Apr-11 7:09
Ikeman from Moses Lake18-Apr-11 7:09 
Question[SOLVED] I need to copy (CTRL+C) a web page... C++ [modified] Pin
Ram Shmider18-Apr-11 1:43
Ram Shmider18-Apr-11 1:43 
AnswerRe: I need to copy (CTRL+C) a web page... C++ Pin
_AnsHUMAN_ 18-Apr-11 2:20
_AnsHUMAN_ 18-Apr-11 2:20 
GeneralRe: I need to copy (CTRL+C) a web page... C++ Pin
Ram Shmider19-Apr-11 20:20
Ram Shmider19-Apr-11 20:20 
AnswerRe: I need to copy (CTRL+C) a web page... C++ Pin
Nitheesh George18-Apr-11 18:27
Nitheesh George18-Apr-11 18:27 
Hi Ram,

This is possible and your thinking is correct. Only you need is to get focus to the browser control then simulate the Ctrl+A and Ctrl+C using SendInput API. So in your code you need to wait for the browser window to appear and find the browser control then give focus to that by sending SetFocus. now simulate the keystrokes. But there always a chance for something unexpected results since any other window activation will make your task difficult.

hope this helps

Nitheesh George

http://www.simpletools.co.in
GeneralRe: I need to copy (CTRL+C) a web page... C++ Pin
Ram Shmider19-Apr-11 20:18
Ram Shmider19-Apr-11 20:18 
QuestionHow can I solve those errors? Pin
Abder_Rahman18-Apr-11 0:26
Abder_Rahman18-Apr-11 0:26 
AnswerRe: How can I solve those errors? Pin
Richard MacCutchan18-Apr-11 0:52
mveRichard MacCutchan18-Apr-11 0:52 
GeneralRe: How can I solve those errors? Pin
Abder_Rahman18-Apr-11 23:52
Abder_Rahman18-Apr-11 23:52 
QuestionApplication crashing while using cablib.dll Pin
tomydevasia18-Apr-11 0:05
tomydevasia18-Apr-11 0:05 
AnswerRe: Application crashing while using cablib.dll Pin
Richard MacCutchan18-Apr-11 0:48
mveRichard MacCutchan18-Apr-11 0:48 
Questionhow to drag and drop image in listview control using mfc Pin
rajniyadav1a17-Apr-11 21:29
rajniyadav1a17-Apr-11 21:29 
AnswerRe: how to drag and drop image in listview control using mfc Pin
Niklas L18-Apr-11 5:51
Niklas L18-Apr-11 5:51 
QuestionUninstalling the application completely. Pin
pix_programmer17-Apr-11 20:50
pix_programmer17-Apr-11 20:50 
AnswerRe: Uninstalling the application completely. Pin
pix_programmer20-Apr-11 3:29
pix_programmer20-Apr-11 3:29 
QuestionsetWindowLong for more than One window Pin
002comp17-Apr-11 20:19
002comp17-Apr-11 20:19 
AnswerRe: setWindowLong for more than One window Pin
Richard MacCutchan17-Apr-11 22:05
mveRichard MacCutchan17-Apr-11 22:05 
GeneralRe: setWindowLong for more than One window Pin
002comp17-Apr-11 22:31
002comp17-Apr-11 22:31 
GeneralRe: setWindowLong for more than One window Pin
Richard MacCutchan17-Apr-11 23:00
mveRichard MacCutchan17-Apr-11 23:00 
QuestionHow to get String from ".txt" file and transfer to float Pin
camuoi28817-Apr-11 17:04
camuoi28817-Apr-11 17:04 
AnswerRe: How to get String from ".txt" file and transfer to float Pin
«_Superman_»17-Apr-11 18:50
professional«_Superman_»17-Apr-11 18:50 
GeneralRe: How to get String from ".txt" file and transfer to float Pin
camuoi28817-Apr-11 20:00
camuoi28817-Apr-11 20:00 

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.