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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by LinuxProgrammer

  1. LinuxProgrammer

    Using directX to overlay another application

    I should point out that I'm programming in C++ under MSVC.
  2. LinuxProgrammer

    Using directX to overlay another application

    I am interested in writing an application that will display text on the screen while another application (that uses DirectX) is running. Effectively the information will appear as part of the application that owns DirectX's resources at the time. I'm not a DirectX programmer, and am hoping to...
  3. LinuxProgrammer

    Using _popen() under windows mode applications

    I am trying to use the _popen() call to obtain data. For those that don't know _popen(), it's similar to fopen()'ing a file, but it opens a console application. (For example, FILE *f = _popen("dir", "r"); would allow me to read the results of the dir command.) In my...

Part and Inventory Search

Back
Top