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

    MFC multithreaded

    Hi there, I've got a program I wrote in C that I want to port to win32 with a nice interface. The problem comes from a do-while loop I had in my C program that waits for a user key-pressed ( kbhit() ). In my interface, I'm using a STOP button in place of the kbhit() method. But my program...
  2. chris2001a

    WM_NOTIFY

    I'm trying to send a WM_NOTIFY msg to my main class from a listener, however I get an access violation exception :( I'm trying to find a sample of a program that uses a WM_NOTIFY with a OnNotify. Or alternatively, is there another ways to tell my main class that something happen without writing...
  3. chris2001a

    Using MSCOMM within VC++

    Hi, I've been trying, for a few days now, to use the MSCOMM OLE control to use the serial port on my PC. I'm trying to get&send data from one port to another one. I have 2 Edit Boxes and 2 MSCOMM (one for each port). Both COM have the same settings. Now to test it, I use the hyperterminal and...

Part and Inventory Search

Back
Top