Jump to content

guest4711

Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Everything posted by guest4711

  1. Hello everyone from Germany; I am no good programmer and do not know what labview is, but I have the problem, that I have to know when the cursor is changing, that is used by an other application. I did try HCURSOR hcursor; hcursor=GetCursor(); CURSORINFO cursorinfo; cursorinfo.hCursor=hcursor; cursorinfo.cbSize=sizeof(CURSORINFO); GetCursorInfo(&cursorinfo); But cursorinfo.cbSize always is '20' dec. and does not change. As my program is important for me I wold be endless thankful, if anyone could help me the program part make deliver a changing value when the cursor changes (into no hourglass but to a certain symbol in a java programm as an indicator of busy state of the strange application ). (or is it not possible to access a strange application's state?) Thanks yet
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.