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 IamaSherpa 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

    TCP/IP and API

    You have be able to "shell out" and use the program IPCONFIG.EXE. I don't think there is an API call (I could be wrong) but you may be able to with Shell programming. Hope this helps, if even a little bit. Cheers, Drychron Red
  2. 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...
  3. DrychronRed

    Need help operator overloading returning char pointer

    Thank you Shyan. I am not familiar with std:string, but I will be soon. :) In general, I think using a method instead of a cast is going to have to do it. It's not as pretty, but then again, neither is strcpy(), etc. I am using this in kernel mode ring0 where there is no CString. Maybe I...
  4. 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