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

    <Enter> Key options...

    I'm attaching to an older version of our company's program, and the enter key macro is not normal. <Ctrl+M>, <Enter>, <KP Enter>, and <KeyPad Enter> are all failing. (<KP Enter> works in our current version). Any ideas?
  2. ZenToasty

    Screen.WaitHostQuiet in C++ -- Fatal Error

    Visual Studio '97, Win2K, Extra! 6.3, Dell Latittude (et al). I invoke the Screen.WaitHostQuiet function as so: --> try { VARIANT vSettleTime; VariantInit(&vSettleTime); vSettleTime.vt = VT_I2; vSettleTime.iVal = nSettleTime; m_pExtraScreen->WaitHostQuiet(vSettleTime); }...

Part and Inventory Search

Back
Top