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

Search:

Type: Posts; User: Unull

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    4,150

    Re: Problems accesing Web Service on LAN

    I forgot to say that i also tried to turn off both firewall but nothing.
  2. Replies
    1
    Views
    4,150

    Problems accesing Web Service on LAN

    Hi everybody,

    I´m starting to dive into the web services and the IIS world and i´m having a problem. My OS is windows xp prof. and i´ve installed IIS 6.0. For code programming i´m using Visual...
  3. Replies
    3
    Views
    7,910

    Re: Global hooking mouse click

    Hi again,

    As far as I know (and its not too far :) ), if you want the hook to be global (system hook) you must do it as a DLL.

    My procedure returns a '1' value to stop the chain but it...
  4. Replies
    3
    Views
    7,910

    Global hooking mouse click

    Hello everyone,

    I´m having a problem hooking mouse click. I want to make this hook global to 'catch' all mouse clicks (not only may app´s)
    and to stop the hook chain. I want to do this in order...
  5. Replies
    4
    Views
    18,325

    Re: Error 127 on a getProcAddress call

    I used Dependency walker to see functions names and you were right, the names were decorated. I solved the problem using the decorated name in my GetProcAddress. Tried to put extern "C" in my .h file...
  6. Replies
    4
    Views
    18,325

    Error 127 on a getProcAddress call

    Hello,

    I´m developing an application to hook mouse click using Visual Studio 2005. I´ve created a DLL called bloq_mouse.dll. To create this DLL I wrote an bloq_mouse.h defining the functions to...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured