文件名称:Project1

  • 所属分类:
  • Shell编程
  • 资源属性:
  • [Windows] [Visual C] [Basic/ASP] [源码]
  • 上传时间:
  • 2014-05-12
  • 文件大小:
  • 3kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • ha***
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

使用无窗口透明控件,好处是控件不是从窗口类继承而来的,可以节省一些内存资源,难点是鼠标控制和坐标计算,缺点是无法直接响应键盘事件。而且,需要注意的是,在Paint事件里,坐标是从(0,0)开始的,而在其它地方,坐标是相对于容器的。缺点是设计时,无法用鼠标点选控件(只能用键盘移动),微软公司也在MSDN里说了这是一个BUG,但至今未解决。



好了,废话俺不说了,打开VB6,新建一个“标准 EXE”,然后添加一个用户控件,把控件的BackStyle属性设置为“透明”,把Windowless属性设置为“True”,再把俺的代码复制过去,一个美观大方的透明浮动按钮便完成了。用户还可以设置控件的Caption属性和Picture属性进一步美化。如有不解之处,可与俺联系:-Use windowless transparent control, the advantage is control is not inherited from the window class, you can save some memory resources, the difficulty is the mouse control and coordinate calculation, the disadvantage is not directly respond to keyboard events. Also, note that in the Paint event, the coordinates are from (0,0), while in other places, the coordinates are relative to the container. The disadvantage is that the design, you can not use the mouse to click on the controls (only use the keyboard to move), MSDN, Microsoft also says that this is a BUG, but has yet to be resolved.



   Well, I do not say nonsense, open VB6, create a new "Standard EXE", and then add a user control, the control s BackStyle property is set to "transparent", the Windowless property to "True", then I code copy the past, a nice transparent floating button is complete. Users can also set the Caption property and further beautify the Picture property of the control. If incomprehension, and I can cont
(系统自动生成,下载前可以参看下载内容)

下载文件列表





Form1.frm

MSSCCPRJ.SCC

Project1.vbp

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org