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

Search:

Type: Posts; User: wonder88

Search: Search took 0.03 seconds.

  1. How to pass dynamic paramter to a Value Convertor in DataGrid DataBinding?

    In our datagrid's column data binding, we implemented a Value Convertor to convert the value back and forth. Now we encounter the following problem:

    The formula of the value convertor depends on a...
  2. Replies
    5
    Views
    1,025

    Re: Obtaining the handle of CD drive

    from MSDN

    CreateFile
    The CreateFile function creates or opens the following objects and returns a handle that can be used to access the object:

    Consoles
    Communications resources ...
  3. Replies
    6
    Views
    14,589

    Re: How to get a pointer from a window handle?

    CWindow::CWindow
    This constructor initializes the m_hWnd data member to hWnd, which by default is NULL.

    The CWindow::CWindow method does not create a window. Classes CWindowImpl,...
  4. Replies
    6
    Views
    14,589

    Re: How to get a pointer from a window handle?

    CWnd::FromHandle
    static CWnd* PASCAL FromHandle( HWND hWnd );

    Return Value

    Returns a pointer to a CWnd object when given a handle to a window. If a CWnd object is not attached to the handle,...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured