VerySource

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 1057|回复: 5

CToolTipCtrl 提示怎么立即提示,现在的是要等一会后才出现提示?

[复制链接]

1

主题

2

帖子

2.00

积分

新手上路

Rank: 1

积分
2.00
发表于 2020-10-12 09:30:01 | 显示全部楼层 |阅读模式
CToolTipCtrl 提示怎么立即提示,现在的是要等一会后才出现提示?
回复

使用道具 举报

0

主题

12

帖子

9.00

积分

新手上路

Rank: 1

积分
9.00
发表于 2020-10-12 09:45:01 | 显示全部楼层
CToolTipCtrl::SetDelayTime
void SetDelayTime( UINT nDelay );

void SetDelayTime( DWORD dwDuration, int iTime );

Parameters

nDelay

Specifies the new delay time, in milliseconds.

dwDuration

Flag that specifies which duration value will be retrieved. See CToolTipCtrl::GetDelayTime for a description of the valid values.

iTime

The specified delay time, in milliseconds.

Remarks

Call this function to set the delay time for a tool tip control. The delay time is the length of time the cursor must remain on a tool before the tool tip window appears. The default delay time is 500 milliseconds.

默认是半秒,你可以自己写ToolTipCtrl或试试看上述方法
回复

使用道具 举报

1

主题

2

帖子

2.00

积分

新手上路

Rank: 1

积分
2.00
 楼主| 发表于 2020-10-12 19:15:01 | 显示全部楼层
楼上的大哥,SetDelayTime怕是设置出显提示的停留时间吧
回复

使用道具 举报

0

主题

2

帖子

3.00

积分

新手上路

Rank: 1

积分
3.00
发表于 2020-10-12 22:45:01 | 显示全部楼层
::SendMessage(hWndTooltip,TTM_SETDELAYTIME,(WPARAM)(DWORD)TTDT_INITIAL,(LPARAM)(INT) MAKELONG(2500,0));//2.5秒够长么?
回复

使用道具 举报

0

主题

2

帖子

2.00

积分

新手上路

Rank: 1

积分
2.00
发表于 2020-10-13 08:00:01 | 显示全部楼层
m_toolTip.SetDelayTime(TTDT_INITIAL, 0);

TTDT_AUTOPOP   Retrieve the length of time the tool tip window remains visible if the pointer is stationary within a tool's bounding rectangle.


TTDT_INITIAL   Retrieve the length of time the pointer must remain stationary within a tool's bounding rectangle before the tool tip window appears.


TTDT_RESHOW   Retrieve the length of time it takes for subsequent tool tip windows to appear as the pointer moves from one tool to another.
回复

使用道具 举报

0

主题

2

帖子

2.00

积分

新手上路

Rank: 1

积分
2.00
发表于 2020-10-13 08:30:01 | 显示全部楼层
m_toolTip.SetDelayTime(TTDT_INITIAL, 0);

设置第二个参数就可以,以毫秒为单位
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|CopyRight © 2008-2023|verysource.com ( 京ICP备17048824号-1 )

快速回复 返回顶部 返回列表