Search results for query: *

  1. T

    Timing time taken to load data into a control

    Hi there! I am trying to find code which will enable me to time how long it takes from the time I click a button until information from a database is loaded into a listview control. I can do all the control and database connect stuff I just can't figure out how to time it so I can compare...
  2. T

    Keyboard Langyage Change

    Hi there. I am writing a small app to practise my Russian vocabulary. I have two text boxes. In first I want to input a word in English. When I tab across to the second textbox I want to automatically be able to enter the Cyrillic fonts using the standard Russian keyboard layout. Visa versa...
  3. T

    Another Question On Classes

    Thanks for help with my last question. It was as simple as changing something in the text editor. We live and learn. On the same topic. I create the class Minimal which doesn't actually have any code, it's just there to show inheritance. Then I add to my Button_Click event Dim obj1 AS...
  4. T

    Problem with classes

    Problem with classes [RESOLVED] Hi All. Sorry to bug you with a beginners question but I am trusting there is somebody sympathetic to newbies out there. (I haven't written code since my old Turbo C++ days so maybe you can't teach an old dog new tricks...but who knows) I am using a book from...
Back
Top