if a computer is connected with another monitor(extended display), as we know we can move a window to secondary (extended) display, while still using primary monitor...
i have a Default MFC Application, and i have an imaginary Rectangle(larger then MFC Apps) in the Desktops,
i want to clip the MFC applications when it moves beyond that rectangle. here is...
the question #1 is solved. i can not see it because it is encoded. when browser issues GET request it could define in the HTTP header as to what kind of encoding it supports....
i am trying to develop a LSP where i could restrict access to certain website. using the IFLSP sample provided by Microsoft. i am able to see the URL in WSPSend Request.if this URL has to...
you and some other guy at MS pointed me at right direction. it was essentially that the COM logger service has not started. i had to set dependency to both my application in the SCM...
here is what is happening. there is a service application which on startup tries to create the COM logger service instance. COM logger service startup type...
i am working on the application where i have developed COM logger service for centralized logging. i register the COM Server (Out of process ) as service
so that when a application 1 (...
i have a COM Server which exposes a COM interface name "IMyInterface".
it has a lengthy processing COM method (Init )that must be called before any other method calls of this interface.
the problem...
i am working on a COM logger. earlier i had a problem of COM marshalling in the Clients of COM logger.i read some document then found that if i change the threading model to MTA then i do...
hello
i am having weired problem.
may be i am mistaken somewhere. i have ATL COM service object.
i want to install it through /Service param, and register it with "/Regserver".
since i want...
i have one more question that how you guys handle a situation like RPC_SERVER_UNAVAILABLE
i think we try to reinitialize the COM pointers vai COM calls with some count maintained if could not then...
sorry for being late. i was assigned to some different critical project for some duration.
anyways i am back.
here is the update and what i have come so far.