ATL 怎么在IE里面嵌入一个进度条呢

hedengxiang 2011-11-18 01:18:38
如题
我想在IE里嵌入一个进度条,应该如何实现呢?
不能用MFC的那些库,如CProgressCtrl
ATL里面有没有相关的类,或者什么方法呢?
...全文
60 5 打赏 收藏 转发到动态 举报
写回复
用AI写文章
5 条回复
切换为时间正序
请发表友善的回复…
发表回复
ysjyniiq 2011-11-18
  • 打赏
  • 举报
回复
与ATL血成一脉的WTL里有,名字也差不多。上codeProject查一下吧。
i9n0teblamd2 2011-11-18
  • 打赏
  • 举报
回复
你可以直接用HTML和JS来写一个进度条。控件提供一个接口来通知JS.
ndy_w 2011-11-18
  • 打赏
  • 举报
回复
You create a progress bar by specifying PROGRESS_CLASS in the lpClassName parameter to the CreateWindowEx function. This class is registered when the common control DLL is loaded. You can use the InitCommonControls function to ensure that this DLL is loaded.

To register the progress bar class using the InitCommonControlsEx function, specify the ICC_PROGRESS_CLASS flag as the dwICC member of the INITCOMMONCONTROLSEX structure you pass in the lpInitCtrls parameter.
oyljerry 2011-11-18
  • 打赏
  • 举报
回复
http://download.csdn.net/detail/wanghaisheng/2237018
hedengxiang 2011-11-18
  • 打赏
  • 举报
回复
为什么我问的问题,都没人帮我解答呢?

3,245

社区成员

发帖
与我相关
我的任务
社区描述
ATL,Active Template Library活动(动态)模板库,是一种微软程序库,支持利用C++语言编写ASP代码以及其它ActiveX程序。
社区管理员
  • ATL/ActiveX/COM社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧