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 wOOdy-Soft 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: xGrob
  • Content: Threads
  • Order by date
  1. xGrob

    Calling pointers to class methods

    I'm trying to call a pointer to a class method with the compiler spitting out: "term does not evaluate to a function" This is basically what I'm trying to implement: class Thing; typedef long(Thing::*FUNC)(int, void**); class Thing { Thing() { /*code & other junk */ } long...
  2. xGrob

    ALT Key

    How do you detect keystrokes from a keyboard in DOS -WITHOUT- using getch(). I am specifically trying to detect when the ALT Key is depressed, NOT an ALT+* event.
  3. xGrob

    Locked NT Workstation

    Is there a way for a program to determine if the NT/2000 workstation it is running on is locked or not? (i don't mean frozen, i mean the ctrl-alt-del then enter on "Lock Computer" method)
  4. xGrob

    TListView

    Has anyone figured out how to change the colour of an individual TListItem's font?
  5. xGrob

    Add to task bar (not system tray)

    Does anyone know how to add a fake "minimized window" to the taskbar? not an icon in the system tray, i know how to do that... my problem: i need to load a VB form MODALLY and I want it to show up in the taskbar. The reason it has to be done modally is because the calling function...

Part and Inventory Search

Back
Top