2006-03-24から1日間の記事一覧

Google Page Creator 続き

web

Hi there,Thanks for your interest in Google Page Creator. We appreciate your patience, and we're excited to tell you that we enabled your account today, so you can start making pages now! To get started, head over to http://pages.google.co…

メモ

標準コントロールに WM_GETTEXT を送るとテキストを取得できる。lResult = SendMessage( // WndProcの戻り値 (多分0) (HWND) hWndControl, // コントロールの HWND (UINT) WM_GETTEXT, // (WPARAM) wParam, // 文字数の上限 (LPARAM) lParam // テキスト…