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

Search:

Type: Posts; User: llllskywalker

Search: Search took 0.03 seconds.

  1. Re: how to open sockets on multiple network adapters..??

    I found more support for the bind() before connect() theory here: http://stackoverflow.com/questions/4297356/how-does-a-socket-know-which-network-interface-controller-to-use and here:...
  2. Re: how to open sockets on multiple network adapters..??

    I'm not so sure that binding won't work. There are a couple of guys on stackoverflow (...
  3. Re: Visual Studio keeps asking to rebuild project

    Mike Harnad's might be on to something.

    i tried a full rebuild - even manually deleted the .suo, .sdf, and any other files that aren't required. nothing worked.

    Mike suggested that a header...
  4. Replies
    7
    Views
    6,833

    Re: ISampleGrabber problem

    Hey any chance you can post the part of the code you rewrote? I'm having the same problem - some devices work and others don't. I got the remote graph working and it looks like it's creating the...
  5. Re: How to use ActiveX Propety Pages Apply Button

    i am having the exact same problem! if it was a CPropertyPage or CPropertySheet we could either override OnApply() or use OnCommand() or OnCmdMsg() to pick up the message sent by the apply/ok...
  6. Replies
    4
    Views
    1,053

    Re: compile error on wrong line

    bobfromb is exactly right... I had ftp'd the file from a unix server in binary mode and had a few \r\n's in the code. I used editplus to remove all of the \r characters, rebuilt, and now my code...
  7. Replies
    4
    Views
    1,053

    Re: compile error on wrong line

    Sam problem
  8. Replies
    11
    Views
    1,882

    Re: Passing data from Thread to UI

    Another simple way to do it is to use the WM_COPY message. It will allow you to send structures, strings, and a lot of other types of data. MSDN has a good example.
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured