Re: System-wide hooking, VB+ASM



Paul Clement wrote:
> ¤ > but with respect to Visual Basic, COM *is* the
> ¤ > underlying architecture that has been implemented.
> ¤
> ¤ No, COM is the *overlying* architecture, added for VB's benefit.
>
> Since COM represents a binary-standard infrastructure and
> architecture in an integrated implementation, in addition to external
> supporting features, you can't exactly describe it as overlying. It is not wrapper
> functionality if that is what you are implying. If you don't believe me then check
> out the Component Object Model specification.

Blah, blah, blah... Lots of words to say nothing of meaning. COM lies on top.
Simple fact.

> ¤ > and the mechanism by which the functionality is made
> ¤ > available.
> ¤
> ¤ Again, wrong. The functionality is made available by standard exports that, when
> ¤ called, register the COM elements with the system.
>
> COM doesn't implement standard exports.

Duh. But it couldn't do what it does without them.

> ¤ > Can't say I've ever been able to create a system wide hook with
> ¤ > Visual Basic, so I'm assuming you're referring to using some type of
> ¤ > extension which enables you to do so.
> ¤
> ¤ And here we are, full circle. Why do you think you'd need to use
> an extension? What ¤ would said extension provide that isn't "in the
> box" already?
>
> Sounds like a bluff to me. If it's so obvious, please provide a demo,
> rather than "beg the question".

Sounds to me like you can't back up your position, other than by daring people to
prove you wrong. You're the one saying it can't be done -- I'm asking for a reason
other than your admiration of your own voice?
--
Working Without a .NET?
http://classicvb.org/petition


.



Relevant Pages

  • Re: System-wide hooking, VB+ASM
    ... > ¤> type of Windows PE, specifically a DLL. ... I just know that adding COM functionality to a DLL does not ... > underlying architecture that has been implemented. ...
    (microsoft.public.vb.winapi)
  • Re: System-wide hooking, VB+ASM
    ... ¤> Jonathan, ... ¤> underlying architecture that has been implemented. ... It is not wrapper functionality if that ... COM is considered a language-independent binary-level standard unto ...
    (microsoft.public.vb.winapi)
  • Re: System-wide hooking, VB+ASM
    ... ¤> You may be able to find any number common attributes, ... ¤> type of Windows PE, specifically a DLL. ... Interesting point, but with respect to Visual Basic, COM *is* the underlying architecture that has ...
    (microsoft.public.vb.winapi)
  • Re: VB/VBA File Open As when Filename has no extension
    ... ¤ Thanks, but I don't see how your code solves my problem. ... The extension '.pdf-arc' seems to be associated in the OS for another ... matter of fact I launched Adobe Reader and opened it directly w/o any problem. ... With .tif files, when I try to do that, I get the error: ...
    (microsoft.public.vb.general.discussion)
  • Re: VB/VBA File Open As when Filename has no extension
    ... ¤ Let's return to KISS on this issue. ... it returns the path to the Windows Imaging Preview app and opens the .tif-arc file without any ... Do you have another application that is associated with .tif files? ...
    (microsoft.public.vb.general.discussion)

Loading