如何自绘控件的滚动条delphi
1个回答
展开全部
BOOL CDemoWnd::PreTranslateMessage(MSG* pMsg)
{
// TODO: Add your specialized code here and/or call the base class
if (pMsg->message == WM_LBUTTONDOWN)
{
// 控件B .SENDMESSAGE(LBUTTONDOWN) 是这样调用吗?
}
return CStatic::PreTranslateMessage(pMsg);
}
{
// TODO: Add your specialized code here and/or call the base class
if (pMsg->message == WM_LBUTTONDOWN)
{
// 控件B .SENDMESSAGE(LBUTTONDOWN) 是这样调用吗?
}
return CStatic::PreTranslateMessage(pMsg);
}
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询