Results 1 to 3 of 3

Thread: Doing action on change of the form

  1. #1
    Sidonia Donan is offline Senior Member
    Join Date
    May 2011
    Posts
    242
    Rep Power
    3

    Default Doing action on change of the form

    Hello people I would like to know how to run in VB 2008 Express is an action on change of the form. Practical example: Convert number systems In the Decimal textbox is changed a number
    without further input directly into the new number is what-I-know system will be converted. Thanks in advance.

  2. #2
    Orson Angelo is offline Senior Member
    Join Date
    May 2011
    Posts
    239
    Rep Power
    3

    Default

    Suppose you have a TextBox, then make it a double .Now you should end up in the code view Now you can you from the drop down list (top right) select the TextChanged event. Is preset by the way. This event responds to all changes to the text.So you have to insert nurnoch at the appropriate point your code to be executed in text edit.

  3. #3
    Donan Kevin is offline Senior Member
    Join Date
    May 2011
    Posts
    241
    Rep Power
    3

    Default

    Text Change I would not personally use. The code inside the TextChanged event is conducted at every keystroke. When I personaly would rather leave the event for the use of the Focus. Then your source code is only executed when the user leaves the textbox. This is much cleaner than unnecessarily perform a number of lines of code each keystroke.

Similar Threads

  1. Action games for Mac OS
    By HallMiller in forum Gaming Accessories
    Replies: 3
    Last Post: 01-03-2012, 12:53 PM
  2. How to change flash form into javascript?
    By ThompsonHarris in forum Programming
    Replies: 1
    Last Post: 02-19-2010, 01:39 PM
  3. Action Script program
    By DavisNelson in forum Programming
    Replies: 1
    Last Post: 02-03-2010, 05:53 PM
  4. The action takes AMD 300% in one year!
    By Christopher Matthew in forum Latest Hardware News
    Replies: 0
    Last Post: 12-17-2009, 06:28 AM
  5. SCR in action
    By adger47 in forum Everything Else
    Replies: 0
    Last Post: 12-22-2008, 07:30 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
SEO by SubmitEdge

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48