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

Search:

Type: Posts; User: rconstan

Search: Search took 0.05 seconds.

  1. Replies
    3
    Views
    6,066

    Re: Question regarding waitforsingleobject

    Elaorating on Arhay's post, you can also make sure your WaitForSingleObject() has a short timeout, in in the timeout case test for state variables being set, that would let you take the next course...
  2. Re: Unable to click on treeview child item programatically Win32/C/C++

    I'm not sure what you mean by "simulate" a treeview control, but from your description it sounds like you are trying to ACCESS an existing control from Is it possible that you inadvertently have...
  3. Re: Createfile can hang opening a serial port. Looking for alternative

    Thanks OReuben.

    It is certainly a driver issue, and the only reason I'm bothering with it is because the PCI card that causes the issue was needed by a lot of my work colleagues, who also need my...
  4. Re: Createfile can hang opening a serial port. Looking for alternative

    OK, so a lot of these links speak of this same code block, except the one that references using CreateFile() as a test, which I already know is problematic. First of all, as a point of interest, ...
  5. Re: Createfile can hang opening a serial port. Looking for alternative

    Thanks Victor! I'll try some of these, and I'll be sure to post whether it solves the problem. One of these methods should suffice to reading whether serial ports are there. And if they report ports...
  6. Createfile can hang opening a serial port. Looking for alternative

    this really has nothing to do with a C++ problem, but I see it as a bug in the API, and I'm looking for an alliterative. I need to deal with serial ports a LOT, and of course the first step in...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured