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!

Recent content by chris2001a

  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++

    Yeah, that was the one and my very simple app is now running. Thanks kedrew.
  4. chris2001a

    Using MSCOMM within VC++

    kedrew, Ok, I'll try to find this example. (I would appreciate if you could give me alink though ) I have the OnCommEvent() on both port, I'm not quite sure when it gets called. I have placed a TRACE() to see when it gets call and nothing! Well except when the connection is made not when...
  5. 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