sean
Whole Tomato Software
USA
2817 Posts |
Posted - Apr 25 2007 : 12:08:46 PM
|
The conversion is not reliable with method overloads that return different types. GetDlgItem is overloaded with different returns: CWnd* GetDlgItem(int nID) const; void GetDlgItem(int nID, HWND* phWnd) const;
|
|
|