Re: System-wide hooking, VB+ASM

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Sam Hobbs wrote:
> "Jonathan Wood" <jwood@xxxxxxxxxxxxxxxx> wrote in message
> news:Oz%238g7EaFHA.1940@xxxxxxxxxxxxxxxxxxxxxxx
>>
>> BTW, I ran a test that displayed a little message from Sub Main. It
>> displays
>> the message once when the DLL is first used but not again when it
>> should be
>> getting mapped into another process.
>
> How do you display the message?

Familiar with OutputDebugString?

> System-wide hooks can be confusing
> since they execute in other processes and the significance of that is
> easily overlooked.

Your perpetual patronization may be what's leading to your near universal alienation
of others. Something to consider.
--
Working Without a .NET?
http://classicvb.org/petition


.



Relevant Pages

  • Re: Creating a DLL and calling it from an app
    ... DLLs and call the functions using Declare statements. ... I am trying to place a form inside the DLL. ... display the form. ... In that sub the code is: ...
    (microsoft.public.vb.general.discussion)
  • Re: System-wide hooking, VB+ASM
    ... > BTW, I ran a test that displayed a little message from Sub Main. ... So when you say that the message is shown once when the DLL is first used, ... is it the hook showing the message or some other function? ...
    (microsoft.public.vb.winapi)
  • Re: System-wide hooking, VB+ASM
    ... > BTW, I ran a test that displayed a little message from Sub Main. ... > the message once when the DLL is first used but not again when it should ... How do you display the message? ...
    (microsoft.public.vb.winapi)
  • RE: Create a "cell button" to hide selected cells.
    ... To avoid cluttering up the worksheet with controls, I used a UserForm. ... The user clicks a button on the worksheet to display a UserForm ... Private Sub cmdSetWeeksToShow_Click ...
    (microsoft.public.excel.worksheet.functions)
  • Re: What am I doing wrong?
    ... I do not like a single display, prefering a Flex Grid to display all of the ... Dim rstCompany As Recordset ... Set rstCompany = Nothing ... Private Sub CmdUpdate_Click ...
    (microsoft.public.vb.database.dao)