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 John Tel 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 iTjds

  1. iTjds

    Enabling manual Copy and Paste for custom TEdit

    const c_A = #1; // Ctrl+A = ^A c_C = #3; // Ctrl+C = ^C c_F = #6; // Ctrl+F = ^F bs = #8; // BackSpace Key c_N = #14; // Ctrl+N = ^N c_T = #20; // Ctrl+T = ^T c_V = #22; // Ctrl+V = ^V c_X = #24; // Ctrl+X = ^X c_Z = #26; // Ctrl+Z = ^Z...

Part and Inventory Search

Back
Top