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 bkrike 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: Ramone
  • Content: Threads
  • Order by date
  1. Ramone

    Need suggestions

    Hi I want to make a program that can replace a sequence of keystrokes typed on the keyboard by another. This little program must work in background. For example, when you are in wordpad and type CTRL-Y, the program detects it and sends CTRL-C (Copy) to the system instead of CTRL-Y. But if you...
  2. Ramone

    Calls to dos.h functions...

    When I put dos functions in my programs like "outportb()" ,"intx86()" or inportb(), my compiler gives the "call to undefined function" error even if I include dos.h... I tried with other compilers, with the same result... Only Turbo C++ 2.01 compiles correctly. Any...
  3. Ramone

    Tying scrollbars of various scrollbars together

    I was wondering if it is possible to tie the scrollbars of two different components together so that when one is moved then the other is also moved. I am trying to tie an ActiveX component(a Scheduler)scrollbar to a grid component scrollbar. I was told this is not possible. Any ideas?

Part and Inventory Search

Back
Top