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 TouchToneTommy 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: *

  1. ozhiker

    Set CAPS and NUM lock state in status bar

    Hi thanks for the help guys, I have added my code to the forms OnKeyPress event - this updates the Num/Caps nicely whenever a key is pressed, just not the numlock and caps keys!!! I believe this is because it is only looking for ANSI key press? Any ideas?? thanks ozhiker
  2. ozhiker

    Set CAPS and NUM lock state in status bar

    Hi, I have the following code to check the current state of the caps lock and display it in my status bar - which event should I link it to so it will run whenever keys are pressed in the program (Currently I have it attached to OnFormCreate and OnPaint). procedure TfrmEditor.CheckCapslock...
  3. ozhiker

    Simple Array of String alpha sort

    Hi, I have an array of strings that represent filenames and I need to sort these, I understand how to sort a group of integers numerically, but how do u sort stings? Any help would be much appreciated.

Part and Inventory Search

Back
Top