次の方法で共有


CWindow::SetActiveWindow

更新 : 2007 年 11 月

ウィンドウをアクティブにします。

HWND SetActiveWindow( ) throw();

解説

Windows SDK の「SetActiveWindow」を参照してください。

使用例

// The following example attaches a HWND to the CWindow object
// and sets the window as an active window by calling 
// CWindow::SetActiveWindow which returns the HWND of the
// previously active window.

CWindow myWindow;
myWindow.Attach(hWnd);   
HWND hWndPrev = myWindow.SetActiveWindow();

必要条件

ヘッダー : atlwin.h

参照

参照

CWindow クラス

その他の技術情報

CWindow のメンバ