CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: bitman2112

Search: Search took 0.01 seconds.

  1. Re: Accessing global variables inside a hook procedure in a simple win32 dll.

    At the risk of creating an internet feedback loop, I had this same issue more less and got help and solved it here:
    ...
  2. Re: Tired of googling. How to set a global hook to catch WM_MENUSELECT.

    Thanks to you, I have it working now.
  3. Re: Tired of googling. How to set a global hook to catch WM_MENUSELECT.

    That's not what I asked about. >:
  4. Tired of googling. How to set a global hook to catch WM_MENUSELECT.

    Hi,

    I have a global hook system that uses a dll.
    I can install hooks for everything under the sun and my hookproc will see what I expect.

    I cannot for the life of me however install a hook and...
  5. Replies
    10
    Views
    15,914

    Re: Compiler error in VB6 in Win 7

    Hi,

    I'm using VB6 under win7 64 without any issues (yet).
    If you have Win7 Pro or greater you could use the virtual xp to host your vb6 install to get you out
    of your jam. If you don't have...
  6. Replies
    4
    Views
    5,305

    Re: AppBar - What the diddly?

    That's what occurred to me to try! But I thought I would come here first to see if there were any more replys. Then I saw yours, so I tried it. But no joy yet.

    Thanks.
  7. Replies
    4
    Views
    5,305

    Re: AppBar - What the diddly?

    I did do that. A full second.
    All that did was delay the inevitable by 1 second

    Thanks for your help.
  8. Replies
    4
    Views
    5,305

    AppBar - What the diddly?

    I have a weird issue with my very first appbar that I have been fighting for days with.

    Below is Sub Show() that either creates an appbar and puts it just above the taskbar scooching
    the desktop...
  9. Re: I cannot pass data into a 64 bit DLL from a 64 bit win32 app

    @jmiller9126

    Hi,

    Did you ever get this solved?
    I have a very similar issue.

    Thanks.

    :Ron
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured