搜索资源列表
notblack_DllClass
- 嘿嘿,大侠看到不要见笑呀... 大家都知道使用DLL的好处.于是我就想把FORM封装到DLL里面去. 到网上找,发现是MDI和模式窗体的,非模式的也有很多问题.便想自己解决这个问题. 原来是用DLL创建一个对象返回,但发现有很多的问题. 想了半天就去寻根问柳吧. 找到了类. 我就想把类封装进DLL,到时简单的返回一个类,然后在主程序里操作不就简单了? 找了半天发现了TFormClass,于是试了试从DLL导出来,像一般的程序一样创建窗体发现成功. 接着我又想看看
MDIinDLL
- 用DLL中封装MDI,在DLL文件中封装MDI
appface_vc
- AppFace 支持三种皮肤加载方式,从磁盘文件加载,从资源加载,从内存加载。下面我就说说如何从资源加载URF皮肤文件: 首先,要确保你下载了AppFace for VC 开发包,我们要用到其中的三个文件: \"appface.h\", \"appface.dll\" ,\"gtclassic.urf\" 。 接着,创建一个 VC 可执行文件工程, MDI/SDI/DIALOG/WIN32 类型的都可以,我以创建一个DIALOG 工程 ResSkin 进行说明 。将\"appface.h
DLLFORM
- 将DLL中的FORM变为MDI子FORM-The DLL in the MDI sub-FORM into FORM
VBIDEMouseWheel
- This little VB IDE AddIn adds mousewheel support to the IDE code panes, based on Ulli source code. NOW is fully working on MDI and SDI enviroment !! Simply compile the .DLL into your VB folder. This file came from Planet-Source-Code.com...the home
VBMouseWheel
- 将DLL编译到VB目录下即可实现VB中支持鼠标滚轮操作,同时支持MDI和SDI方式!-Will be compiled DLL to the VB directory can achieve VB support mouse wheel operations, while supporting MDI and SDI mode!
DLLLoad
- 本程序用于通过DLL方式进行MDI子窗体的调用程序,比较经典-DLL Program
2007102413116735
- 找了很久,也很多人问我要类似的东东,纯代码实现. 将DLL中的FORM变为MDI子FORM,实现起来非常简单 -Looking for a long time, but also a lot of people ask me stuff like, pure code implementation. The DLL into the MDI child in the FORM FORM, is very simple to achieve
dllchildwnd
- 这个是一个从dll文件里面取得子form的例子 大家可以-This Example show how to load an MDI-Childfrom from an extern DLL.
power_builder_misnormal
- 本系统已提供MIS系统的基本框架,包括系统登录、打印机设置、修改密码、 重新登录、创建快捷方式等。只要稍做修改并加入自己的模块即可成为一套完善 的系统。 主要特点: 1.显示登录窗口,要求输入帐号、密码。 2.本系统已对密码经过加密,即数据库中存储的密码已经过转换与实际密 码不同,适当改变原程序中加密与解密过程的偏移量将得到不同结果。 3.修改MDI窗口下方的状态条提示信息,自己可再修改。 4.在窗口右下方状态条上有一个类似液晶器LED显示当
Dll-MDI
- 通过Dll调用MDI窗口,大家请参考,有意见请提。-Dll call MDI window
MyDllPj
- 一个基于MDI框架的DLL源码,内部自主消息循环-it is a dll codet which is based on MDI frame
Call--form-in-DLL-into-MDI-form-
- 窗体调用DLL中的窗体让其变成MDI窗体 窗体调用DLL中的窗体让其变成MDI窗体-Call the form in the DLL into a MDI form Call the form in the DLL into a MDI form
childwnd
- delphi调用DLL,MDI窗体的非常实用的源码-delphi call the DLL, MDI Forms
bitshowex
- MFC扩展dll建立的位操作模型.可以直接在SDI/MDI/Dialog中调用进行32bit的数据的位操作演示-MFC extended dll for bit show .Can use in SDI/MDI/Dialog project to show how to deal with bit control.
Dll-use-MDI
- delphi中主窗体调用子窗体dll的简单例子,适用初学者-simple example of the dll delphi main form call the child form, suitable for beginners
LoadDllForm.zip
- 这是我写的一份简单的主程式调用带有MDI窗口Dll的代码,编译测试通过,这一块是很多Delphi初学者喜欢研究的东西,希望对你有帮助,I wrote a simple main program calls with MDI windows Dll code, compile the test, this one is something many Delphi beginners like research, you want to help