Click here to Skip to main content
15,885,216 members
Home / Discussions / COM
   

COM

 
GeneralRe: what psf file is? Pin
Richard MacCutchan2-Nov-09 23:27
mveRichard MacCutchan2-Nov-09 23:27 
QuestionIssue: adding functions to existing COM EXE [modified] Pin
KTTransfer1-Nov-09 21:38
KTTransfer1-Nov-09 21:38 
AnswerRe: Issue: adding functions to existing COM EXE Pin
serzh833-Nov-09 1:34
serzh833-Nov-09 1:34 
AnswerRe: Issue: adding functions to existing COM EXE Pin
Roger Stoltz3-Nov-09 4:41
Roger Stoltz3-Nov-09 4:41 
QuestionActivex control to capture webcam and send to a publishing point Pin
Fil_Bell1-Nov-09 6:45
Fil_Bell1-Nov-09 6:45 
AnswerRe: Activex control to capture webcam and send to a publishing point Pin
Ahmed Charfeddine4-Nov-09 2:36
Ahmed Charfeddine4-Nov-09 2:36 
QuestionHow to capture "What I see" in my monitor, in a Windows 7 in realtime with a really highframe rate? Pin
sinosoidal30-Oct-09 3:07
sinosoidal30-Oct-09 3:07 
AnswerRe: How to capture "What I see" in my monitor, in a Windows 7 in realtime with a really highframe rate? Pin
«_Superman_»30-Oct-09 15:48
professional«_Superman_»30-Oct-09 15:48 
Wrong forum to post this question.

Anyway, desktop sharing tools like VNC are not very easy to implement.
Basically they split the screen into various sections and only stream the sections that have changed.

You can capture the entire screen using the API HDC hdc = ::CreateDC("DISPLAY", 0, 0, 0);
If hdc is saved to a file you can see the captured screen.

There could also be many other ways to do it.

«_Superman
I love work. It gives me something to do between weekends.

Microsoft MVP (Visual C++)

QuestionUnhandled exception in CreateCompatibleBitmap() Pin
tibbasultanpur29-Oct-09 18:29
tibbasultanpur29-Oct-09 18:29 
AnswerRe: Unhandled exception in CreateCompatibleBitmap() Pin
Covean30-Oct-09 3:31
Covean30-Oct-09 3:31 
AnswerRe: Unhandled exception in CreateCompatibleBitmap() Pin
serzh833-Nov-09 1:59
serzh833-Nov-09 1:59 
QuestionIs it possible for a 32-bit app to call a 64-bit COM server? Pin
darwei29-Oct-09 15:53
darwei29-Oct-09 15:53 
AnswerRe: Is it possible for a 32-bit app to call a 64-bit COM server? Pin
cariolihome7-Nov-09 10:59
cariolihome7-Nov-09 10:59 
QuestionCSharp com interop wrapper events... Pin
Arish rivlin26-Oct-09 20:11
Arish rivlin26-Oct-09 20:11 
AnswerRe: CSharp com interop wrapper events... Pin
«_Superman_»27-Oct-09 7:35
professional«_Superman_»27-Oct-09 7:35 
QuestionWhat happened to regtlib? Pin
RugbyLeague22-Oct-09 4:03
RugbyLeague22-Oct-09 4:03 
AnswerRe: What happened to regtlib? Pin
Baltoro22-Oct-09 13:53
Baltoro22-Oct-09 13:53 
QuestionCatch an event, fired within a custom late-bounded DLL Pin
MatthysDT20-Oct-09 1:37
MatthysDT20-Oct-09 1:37 
QuestionIWebbrowser: Toolbar handling and event for modifying content? Pin
AlexInter19-Oct-09 21:41
AlexInter19-Oct-09 21:41 
AnswerRe: IWebbrowser: Toolbar handling and event for modifying content? Pin
Cool_Dev23-Oct-09 5:38
Cool_Dev23-Oct-09 5:38 
Questionerror C4772: #import referenced a type from a missing type library Pin
samfromcn18-Oct-09 20:15
samfromcn18-Oct-09 20:15 
AnswerRe: error C4772: #import referenced a type from a missing type library Pin
Stuart Dootson18-Oct-09 22:10
professionalStuart Dootson18-Oct-09 22:10 
GeneralRe: error C4772: #import referenced a type from a missing type library Pin
samfromcn18-Oct-09 23:35
samfromcn18-Oct-09 23:35 
GeneralRe: error C4772: #import referenced a type from a missing type library Pin
Stuart Dootson19-Oct-09 0:12
professionalStuart Dootson19-Oct-09 0:12 
Questiontwo questions about shell extensions Pin
xalspaero16-Oct-09 12:10
xalspaero16-Oct-09 12:10 

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.