Click here to Skip to main content
15,915,509 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: using VB class in VC++ Pin
ThatsAlok7-Nov-04 17:22
ThatsAlok7-Nov-04 17:22 
General"Ownerdraw" in an editbox Pin
pie7-Nov-04 1:13
pie7-Nov-04 1:13 
GeneralRe: "Ownerdraw" in an editbox Pin
bryce7-Nov-04 17:28
bryce7-Nov-04 17:28 
GeneralRe: "Ownerdraw" in an editbox Pin
Anonymous7-Nov-04 18:56
Anonymous7-Nov-04 18:56 
Generaladd app to popup menu of explorer Pin
includeh106-Nov-04 23:31
includeh106-Nov-04 23:31 
GeneralRe: add app to popup menu of explorer Pin
faroqtam7-Nov-04 11:26
faroqtam7-Nov-04 11:26 
QuestionIdea for Desktop Sharing? Pin
rkyawal6-Nov-04 21:18
rkyawal6-Nov-04 21:18 
AnswerRe: Idea for Desktop Sharing? Pin
ThatsAlok6-Nov-04 23:50
ThatsAlok6-Nov-04 23:50 
Yeah, here is your IDEA
hope you like it.

#1 As it is network application ,so you have to depend on WINSOCK for transferring data.

#2 now for Seeing Desktop of other computer you have two ways
->either Transger Desktop image per mili second to other computer to show real time image. one major disadvantge is that network usage is so high that it will choke the network,you can visualize by thinking of three computer is sharing ther desktop woith other computer.

->more efective way is to hook wmpaint message, retrieve dta afrom it and send it to remote application.

#3 last but not the least, simulating keypress and mosuse movement to particular window.
this can be achive easily using WINDOW MESSAGES like WM_CHAR and Mouse Messages if you have handle of particular window.

for that this api will help you retieve the particular window handle
WindowFromPoint(stPoint);
ChildWindowFromPointEx();

-----------------------------
"I Think It Will Help"
-----------------------------
Alok Gupta
visit me at http://www.thisisalok.tk
AnswerRe: Idea for Desktop Sharing? Pin
Ravi Bhavnani7-Nov-04 12:20
professionalRavi Bhavnani7-Nov-04 12:20 
GeneralHelp me plase :: tools bar+simple edit text Pin
TooLeeDiN6-Nov-04 20:17
TooLeeDiN6-Nov-04 20:17 
GeneralRe: Help me plase :: tools bar+simple edit text Pin
ThatsAlok6-Nov-04 21:50
ThatsAlok6-Nov-04 21:50 
GeneralRe: Help me plase :: tools bar+simple edit text Pin
TooLeeDiN7-Nov-04 1:53
TooLeeDiN7-Nov-04 1:53 
GeneralProgram to Run/Stary/ Spond while Running Pin
WinAPILearner6-Nov-04 19:44
WinAPILearner6-Nov-04 19:44 
GeneralRe: Program to Run/Stary/ Spond while Running Pin
ThatsAlok6-Nov-04 19:49
ThatsAlok6-Nov-04 19:49 
GeneralRe: Program to Run/Stary/ Spond while Running Pin
WinAPILearner6-Nov-04 22:41
WinAPILearner6-Nov-04 22:41 
GeneralRe: Program to Run/Stary/ Spond while Running Pin
ThatsAlok7-Nov-04 0:22
ThatsAlok7-Nov-04 0:22 
GeneralRe: Program to Run/Stary/ Spond while Running Pin
WinAPILearner7-Nov-04 7:58
WinAPILearner7-Nov-04 7:58 
GeneralRe: Program to Run/Stary/ Spond while Running Pin
ThatsAlok7-Nov-04 17:14
ThatsAlok7-Nov-04 17:14 
GeneralPosting data to web Pin
Rahim Rattani6-Nov-04 19:10
Rahim Rattani6-Nov-04 19:10 
GeneralRe: Posting data to web Pin
ThatsAlok6-Nov-04 19:41
ThatsAlok6-Nov-04 19:41 
GeneralRe: Posting data to web Pin
Rahim Rattani7-Nov-04 1:51
Rahim Rattani7-Nov-04 1:51 
GeneralRe: Posting data to web Pin
ThatsAlok7-Nov-04 2:38
ThatsAlok7-Nov-04 2:38 
GeneralRe: Search engine Pin
ThatsAlok6-Nov-04 17:53
ThatsAlok6-Nov-04 17:53 
GeneralRe: Search engine Pin
ThatsAlok7-Nov-04 0:03
ThatsAlok7-Nov-04 0:03 
GeneralSimple app to call dll Pin
mjeb11116-Nov-04 16:24
mjeb11116-Nov-04 16:24 

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.