lpszText = L"Sample Tip Text"; ::SendMessageW(toolTipWnd,TTM_UPDATETIPTEXTW,0,(LPARAM)&ti); // This will update the tooltip content.
確定! 回上一頁