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

Search:

Type: Posts; User: anhldbk

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    6,461

    WPF Object binding

    As I know, binding is a technique applied only for properties of an object. Is there any way for us to bind the whole object?

    If you don't figure out the question, let's see the case below:
    I...
  2. Replies
    1
    Views
    3,279

    Exception with CFileDialog (MFC)

    Hi everyone! I had the following lines of C++ code in my program

    CFileDialog dialog(true);
    CString strFileName=L"";
    INT_PTR nResult = dialog.DoModal();
    if(nResult == IDOK)
    // An...
  3. Replies
    1
    Views
    1,814

    Funny thing with WSAStartup()

    Hi there!

    I have a class named mySocket which is implemented as follow:

    ////////////////////////////////////////////////////////////////////////////////////////////////////
    class mySocket{...
  4. Replies
    2
    Views
    1,123

    Re: Process and port

    Thanks guy! You did help me out
  5. Replies
    2
    Views
    1,123

    Process and port

    I'm a newbie at Visual C++ and Windows programming. Do you guys know how to get all ports opened by a specified process? It's hard for me to find out the answer. Pls help me! :((
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured