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 wOOdy-Soft 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: tobriain
  • Content: Threads
  • Order by date
  1. tobriain

    Setting variable having found it in a HashTable search

    I'm connecting to an external program to register for some updates to some values. The external program periodically returns updates to a method in my class. I submit a reference id when registering for all the different updates, and the external program returns the reference id I submitted and...
  2. tobriain

    Throughput/Design Problem

    Hello, I hope one of you have found a solution to the following problem before. . . Thanks in advance if you have. I have to implement an interface defined in an external program - I must have a method Notify() in my object toimplement that interface. When there's an update, the Notify()...
  3. tobriain

    Event Firing

    Hello, I hope one of you have found a solution to the following problem before. . . Thanks in advance if you have. I'm receiving events from an external dll (an RTDServer - set up like an observer pattern), and i've a Notify method that's called when there's an update to be collected. I can...
  4. tobriain

    Email through Gmail in C#

    Anyone have any luck sending emails through gmail accounts in C# applications? I can't get it to work. . Thanks in advance, Tom.
  5. tobriain

    Calculations & Events on Array

    I'm storing values in a series of arrays that are updated continously. I'll create a GUI with a series of custom controls to display all the different types of data for each entry. If I want to run some kind of continuous scan or loop, checking for a certain conditions and then update my...
  6. tobriain

    Parent/child controls

    I'm setting up a GUI to display data from an RTD server. I have a series of GroupBoxes with some textboxes to display the data that I'm creating in a 'for' loop. The problem is that when I receive an update from the RTDServer, I want to be able to send the data straight back to the...

Part and Inventory Search

Back
Top