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

Search:

Type: Posts; User: atif_husain

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    634

    Have you tried setting the control z-order by...

    Have you tried setting the control z-order by using SetWindowPos. Also try setting the tab order in VC dialog editor if you are using a dialog.
  2. there is a setting in MSComm control that lets...

    there is a setting in MSComm control that lets you change the data return type to byte or string....check that out... in help....
  3. Replies
    11
    Views
    1,808

    Actaully I am on XP so I get 'MyProgram has...

    Actaully I am on XP so I get 'MyProgram has encountered a problem and need to shut down...' The technical information shows this....

    Exception Information
    Code: 0xc0000005 ...
  4. Replies
    5
    Views
    16,101

    Re: Array of buttons in VC++

    I don;t understand what you mean by common names but it is very easy if you keep a member integer vairable in your button class and in the OnClick handler put a check on that integer variable you can...
  5. Replies
    11
    Views
    1,808

    Re: Problem with pipes in release mode

    Thanks for your response.

    As I mentioned in my post that the handle of the pipe returned from the CreateNamePipe call is valid. I can assure you that because it all works fine when a client...
  6. Replies
    11
    Views
    1,808

    Problem with Pipes in Release mode

    I am on XP and I have created an overlapped mode pipe. I call ConnectNamedPipe and set the event on wait in WaitForSingleObject. Problem comes when the WaitForSingleObject times out in release mode...
  7. Replies
    0
    Views
    810

    Multiple Named Pipes issue

    Following definition of Named Pipes in MSDN

    A named pipe is a named, one-way or duplex pipe for communication between the pipe server and one or more pipe clients. All instances of a named pipe...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured