VirtualBox安装一个XP后,发现老是上不到网,怎么折腾都不行, 后来发现设备管理器中 vmware accelerated amd pcnet adapter #2显示黄色感叹号 不对呀,这是VirtualBox怎么是vmware的东西,后来百度后,发现禁用vmware网卡, 也把Virut Read More
posted @ 2016-08-05 23:30
findumars
Views(2033)
Comments(0)
Diggs(0)
app有多个不同窗体,均调用相同的一个小窗体,因显示同一样的东西,如grid;如果每个窗体都重复加 小窗体的界面和代码,非常麻烦,而且编译后体积也很大;vcl中这样就行: Form1:=TForm1.create(self); Form1.Parent:= Form2.panle1; Form1.a Read More
posted @ 2016-08-05 17:09
findumars
Views(576)
Comments(0)
Diggs(0)
2 ways:1. under TForm: if assigned(focused) then Focused.keydown(key,keychar,[]);2. using screen object: if assigned(Screen.focusControl) then Screen. Read More
posted @ 2016-08-05 13:39
findumars
Views(278)
Comments(0)
Diggs(0)
http://www.cnblogs.com/swarmbees/p/5621543.html http://blog.sina.com.cn/s/blog_9e59cf590102w3r6.html Read More
posted @ 2016-08-05 00:09
findumars
Views(1515)
Comments(0)
Diggs(0)
原文地址:关于QT下资源使用和资源占用内存过多的问题作者:技术成就梦想 最近研究了一下如何从外部动态调用图片的问题,从而研究了图片资源的使用方法。网上最常见的帖子是这个,感觉总结的还不错。 http://www.cnblogs.com/lzjsky/archive/2012/08/20/264747 Read More
posted @ 2016-08-05 00:08
findumars
Views(4818)
Comments(0)
Diggs(0)

浙公网安备 33010602011771号