本月博客排行
-
第1名
龙儿筝 -
第2名
flashsing123 -
第3名
xiaoxinye - e_e
- java_doom
- johnsmith9th
- gaochunhu
- sichunli_030
- zw7534313
- 深蓝传说
年度博客排行
-
第1名
宏天软件 -
第2名
龙儿筝 -
第3名
青否云后端云 - wallimn
- vipbooks
- gashero
- wy_19921005
- benladeng5225
- fantaxy025025
- zysnba
- e_e
- javashop
- sam123456gz
- tanling8334
- arpenker
- kaizi1992
- xpenxpen
- lemonhandsome
- xiangjie88
- ganxueyun
- xyuma
- sichunli_030
- wangchen.ily
- jh108020
- Xeden
- johnsmith9th
- zxq_2017
- zhanjia
- jbosscn
- forestqqqq
- luxurioust
- lzyfn123
- ajinn
- daizj
- wjianwei666
- ranbuijj
- 喧嚣求静
- silverend
- kingwell.leng
- lchb139128
- kristy_yy
- lich0079
- jveqi
- java-007
- sunj
- yeluowuhen
- lerf
- lstcyzj
- flashsing123
- lyndon.lin
最新文章列表
OCX控件相关
可以参考这个网址下的内容,非常的完整(打包,签名,调用,等等):
http://blog.csdn.net/troylemon/article/details/47975815
这个网址上列明了一个免费证书 ...
OCX打成CBA包并实现自动安装与自动升级
近来手上有个项目,需要使用ocx控件
(ocx是什么? http://baike.baidu.com/view/393671.htm)
在生产过程中我遇到了如下问题.
1. 如何让 ocx 自动安装?
a) 如何签名?
b) 如何打包?
c) 如何安装到指定目录?
2. 如何让 ocx 自动升级?
下面是我解决这些问题的方法.(该项目已发布,所有代码都可正常运行.)
一、 ...
javascript 调用ocx步骤
Java代码 什么是ocx控件? 对象链接和嵌入用户控件(OCX)是一种可以由在微软的Windows系统中运行的应用软件创建使用的特殊用途的程序。 想知道究竟的可以看看这个帖子。 http://www.tososo.com/html/software-learning/20070829/3710.html 偶用的VC6,顺手开发了一个简单的ocx控件,具体怎么写的 ...