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

  • Users: nishasp
  • Content: Threads
  • Order by date
  1. nishasp

    on update cascade does not update foreign key columns

    Hi all, I am using an identity for a primary key. I have a foreign key in another table which references this primary key and for which the on update cascade is enabled. Does this mean that when i enter in a row for the table with the primary key, the table with the foreign key should also...
  2. nishasp

    Does a thread affect timer tick event

    Hi, I am running a thread that goes to sleep every 150ms. At some point in my application I enable a timer for it to make a button flash different colours. Although the timer gets enabled, it is not stepping through to the timer tick event to make the button flash. Does a thread affect the...
  3. nishasp

    Timer interval keeps changing

    Hi, I am running a serial communications application which should effectively run 24/7. I am using a timer tick event to send messages to the serial port, however i am finding that after the app has been running for 15-30mins, the messages are not being sent at the correct interval of 150ms...
  4. nishasp

    retaining the last state of a form when you re-open it

    Does anyone know how i can open up a form that keeps the last state of its controls as they were before the form was closed eg buttons are disabled when the form is closed, but when the form loads, the buttons are enabled, but need them to be disabled???
  5. nishasp

    Auto Complete text box

    Does anyone know how to create auto complete functionality for a text box??
  6. nishasp

    instance of form does not pass values to another form

    I have created on instance of form2 in form1 and need to pass a string value across. However my object does not hold any values of the variables from form2 and shows these as being 0. I have declared the instance of form2 within the Members region of my code and assigned a string to the object...
  7. nishasp

    populating an array from another array

    Does anyone know how i can get an array of bytes to be stored in another array. The problem is that i am reading from a serial port, which receives each byte separately. So the array of bytes actually only uses its zero element, as each byte comes in one at a time. I can't seem to access this...
  8. nishasp

    how do i convert from ascii to hex

    Does anyone know how i can convert an ascii string to a hex string?

Part and Inventory Search

Back
Top