标题:C++ builder 精确提示
取消只看楼主
明月抚云
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2013-4-18
 问题点数:0 回复次数:1 
C++ builder 精确提示
点击按钮后,编辑框能够有个提示(不弹出窗口)。不是使用showmessage()之类的弹出窗口。

小弟在这先谢过各位了。
搜索更多相关主题的帖子: 编辑 能够 builder 
2013-04-18 10:42
明月抚云
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2013-4-18
得分:0 
void __fastcall TForm1::Button1Click(TObject *Sender)
{
   THintWindow *hw;
   TRect rect(
      Mouse->CursorPos.x,
      Mouse->CursorPos.y+25,
      Mouse->CursorPos.x+200,
      Mouse->CursorPos.y+50
   );
   hw = new THintWindow(Application);
   hw->ActivateHint(rect,"hello!");
   Sleep(2000);
   delete hw;
}

我找到答案了。。希望其他兄弟可以学习下。
2013-04-18 14:12



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-404674-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.381881 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved