Re: activex as ui for com



I suppose you actually need an ActiveX Control (it's hard to tell
from your somewhat garbled post...). A rule of thumb to remember
is that messages should not be used together with COM method
calls, e.g. your protoicol should not mix COM with messages.
Using Windows messages as part of the implementation of a
COM object is perfectly fine, however, since it does not affect
its clients.

--
=====================================
Alexander Nickolov
Microsoft MVP [VC], MCSD
email: agnickolov@xxxxxxxx
MVP VC FAQ: http://www.mvps.org/vcfaq
=====================================

"alojzy" <all@xxxxxxxxx> wrote in message
news:%23ENc5AA7FHA.2524@xxxxxxxxxxxxxxxxxxxxxxx
> Hello,
> I need to create simple activex as a user interface for some COM
> component.
> What would be the most proper way, It would be nice to send just messages,
> can COM hadle messages when it doesn't have window? Or I have to create
> sink?
> COM is inprocess.
> thanks
>


.



Relevant Pages

  • Re: Problems with ocget.dll...Please Help
    ... information about precise error messages and symptoms that *you* experience. ... Sandi - Microsoft MVP since 1999 ... > I have been trying to download an activex control of a tool, ... > Is this issue fixed with IE 6.0 or is still existant? ...
    (microsoft.public.windows.inetexplorer.ie6.browser)
  • Re: IOleWindow::GetWindow() fails
    ... Microsoft MVP, MCSD ... I need to get the HWND of the container window of an activex control ...
    (microsoft.public.vc.language)
  • Re: Passing a struct from ActiveX control to C++
    ... Also check out this FAQ article: ... Microsoft MVP, MCSD ... > I don't know anything about ActiveX control. ... I know there is a way to pass a struct from ActiveX to C++. ...
    (microsoft.public.vc.atl)
  • Re: AtlAxCreateDialog ?
    ... Did you call AtlAxWinInit() before creating your dialog? ... Microsoft MVP, MCSD ... I wanted to create a Dialog with ActiveX control on it. ... The result was empty "#32770 " class window. ...
    (microsoft.public.vc.atl)
  • Re: "Invalid Property Name" under Visual Basic 6
    ... Microsoft MVP, MCSD ... > "Igor Tandetnik" wrote in message ... >>> I made an ActiveX control using ATL. ... >> Do you, by any chance, have a Wizard-generated HWND stock property? ...
    (microsoft.public.vc.atl)

Loading