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

  1. paulyc

    Socket problem in 2008

    Hello, I am attempting to write a socket program, in C#. I am able to creat the socket, and use Ethereal to view the Tx and the Rx from the target. Ethereal reports Rx data, but I am unable to see any. The highlights are as follows: Socket s = new Socket(AddressFamily.InterNetwork...
  2. paulyc

    Timer Problem

    I am having a problem using the OnTimer class in my program. While the timer is running, none of the buttons that are on my GUI respond in a timely fashion. I am gussing this is because the timer is taking conrtol on the CPU, and the button click only reponds after the timer has completed its...
  3. paulyc

    Passing values between dialogs

    I have a workspace with 2 Dialog boxes They both have their own class . When working in the 2nd class, I am trying to call a value from the first Class, but I repeatedly get errors. Does anyone know if an easy way to access values from different classes?
  4. paulyc

    object file conversion

    Does anyone know how to convert a MS Visual C++ object file back into a cpp file?

Part and Inventory Search

Back
Top