Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
c++ - How the access the HOME END keys in a console application
As the title says..... Under DOS I was used to get access to the HOME / END / DEL / PAGE- UP etc. keys using the _bios_keybrd(0) function. This function is not available in a console application. So how does one get access? TIA Ed Jan 05 2007
Ed Schroder wrote:As the title says..... Under DOS I was used to get access to the HOME / END / DEL / PAGE- UP etc. keys using the _bios_keybrd(0) function. This function is not available in a console application. So how does one get access? Jan 05 2007
Ed Schroder skrev:As the title says..... Under DOS I was used to get access to the HOME / END / DEL / PAGE- UP etc. keys using the _bios_keybrd(0) function. This function is not available in a console application. Jan 05 2007
Got it working..... thx Bertil & Walter! Regards, Ed Jan 05 2007
|