Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Saul775
  • Content: Threads
  • Order by date
  1. Saul775

    MouseProc OneShot

    Hello: I'm trying to accomplish a "One-Shot-Hook" on a WM_LBUTTONUP. When I mean one-shot, I mean I just want to hook the WM_LBUTTONUP ONCE and attain the x- and y-coordinates of the click. After the button is up on a specific window, I want the hook to be removed. I've completed an...
  2. Saul775

    Memory Allocation for a Function?

    Is it possible to allocate memory for a function? I'm running a program that consumes massive amounts of memory. I'm also interfacing with this program and checking various states of the program. After the program reaches a specific state, I exit my message loop and destroy my interfacing...
  3. Saul775

    VARIANT Data Type

    Hello: I've a question about VARIANT. I'm calling an ActiveX method called GetData(). VARIANT data; Client->GetData(1, 1, 1, 1, &data); The arguments in the .tli are as follows... inline enum ReturnValue Server::GetData(short Address, short Parameter, short StartIndex, short NumValues...
  4. Saul775

    Automation Server

    Hello: I was trying to obtain some information from a control on a custom application. It seemed like I could GetWindowText(...) on the window, but it returned "". After using Spy++, I determined that the control was actually using WM_PAINT to display the information I needed. I contacted...
  5. Saul775

    Button Identification

    Hello: I'm trying to interact with another application running on the computer. It has some buttons that need to be sent some WM_LBUTTONUP. I'm using Spy++ to determine the buttons; however, I have twenty-five buttons on the window, they all are of the same class, and they all have a caption...

Part and Inventory Search

Back
Top