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: *

  1. DrychronRed

    Getting Function Keys F1-F12 in a window

    Hi everyone, and thanks ahead of time for considering my post. :) I need to trap function key F1-F12 keystrokes in a window. I have tried OnChar() and OnKeyDown() etc. which give me regular keys, and I have tried OnSysChar() which gives me ALT-keys, but I am still lost as to how to get the...
  2. DrychronRed

    Need help operator overloading returning char pointer

    Hi! What I have is my own variable type, CVar which, for simplicity, let's say has one member int m_nData. I need to make an operator overload that returns a string version of the variable, but returning a pointer to a local variable is a no-no (of course) but I don't want/can't alloc memory...

Part and Inventory Search

Back
Top