フォーム外のマウスイベントを取得する

VC++6にて。

キャプチャ開始
 this->SetCapture();

キャプチャ終わり
 ::ReleaseCapture();

ネタ元