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 IamaSherpa 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: bvdv
  • Order by date
  1. bvdv

    Repeat a task non-stop

    How can I create a program which repeats a task as fast as the processor can? I tried to use a loop in my program (Goto or While) but my computer gets stuck then. Timers can do their tasks once per milisecond and the proceccor should be able to run much quicker than that. I tried to add more...
  2. bvdv

    the keyboard to start a task

    I would like to make a program which executes tasks by pressing keys, but it seems only possible to make command buttons to click on whith the mouse. What are the commands for linking keys with tasks?
  3. bvdv

    excluding characters from texboxes

    How do I prevent an error-massage when someone types a character(instead of a figure) in a textbox which is included in a calculation (A = B + text1.text)?
  4. bvdv

    dividing a number of two figures over two variables

    Is it possible to divide a number which contains two figures over two variables. So par example if A= 14, then B sould be 1 and C should be 4. And if A = 59, then B should be 5 and C should be 9. I hope someone knows the command for this.Is it possible to divide a number which contains two...

Part and Inventory Search

Back
Top