CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: thetrojansheep

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    1,041

    Re: Serial Communication using MSCOMM32

    Problem solved. We were using the wrong type of modem cable.
  2. Replies
    3
    Views
    1,041

    Re: Serial Communication using MSCOMM32

    Thanks for the links. I'm looking into using the wrapper classes. I was wondering though if anyone knows how to solve my original code problem; the use of the active x control is currently widely...
  3. Replies
    3
    Views
    1,041

    Serial Communication using MSCOMM32

    Hi, I'm using the Microsoft communications control v6 in my program to communicate from my computer to a remote device using an rs232 port. I have successfully managed to get incoming data and...
  4. Replies
    2
    Views
    3,881

    Static Functions

    Hi, I was wondering how to reference non static variables from within a static function. Do you have to recast them as static within the function? I'm completely new at static programming, so if...
  5. Replies
    2
    Views
    4,284

    Create Thread problem

    Hello, I'm creating a server type program to monitor several client programs with multithread coding. I'm having a difficulty with the CreateThread function. Rather than calling the appropriate...
  6. Replies
    1
    Views
    2,934

    Replacing flexgrid

    I'm trying to convert a c++ program from visual studio 6 to visual studio 9 and am having difficulties with files that contain a flexgrid active-X extension. The windows crash the program during...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured