calling COM method

G

Guest

I created a COM DLL uisng vc++ that installed in client side which capture
the desktop screen, i converted the stream of bytes as one string to have it
in
char *

the COM Method is

STDMETHODIMP CCaptureDT::get_GetScreen(CHAR* pVal)
{
// TODO: Add your implementation code here
*pVal = GetScree();
return S_OK;
}

My Questions:
1. How can i register the DLL automatically as soon as i installed it in
client machine
2. How can I call this function from asp.net client side.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top