登录
首页 » 界面开发 » 5 below VB source of the small programming interface techniques detailed in the...

5 below VB source of the small programming interface techniques detailed in the...

于 2022-03-06 发布 文件大小:22.44 kB
0 150
下载积分: 2 下载次数: 1

代码说明:

下面5个VB源码的小程序接口技术,详细说明在包内压缩文件

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Convert CHtmlView to CHtmlCtrl CHtmlView和我们最终生成的CHtmlCtrl到底有什么区别? 其实,区别仅仅是它们...
    Convert CHtmlView to CHtmlCtrl CHtmlView和我们最终生成的CHtmlCtrl到底有什么区别? 其实,区别仅仅是它们被使用的方法不同.控件通常是对话框里的子窗口---当然你可以把它作为 任何窗口的子窗口.然而View却是专门为了实现MFC 文档视图结构而设计的.一个View有一个指向 Document的指针并且被固定在一个特别的窗口里---人称:框架窗口(CFrameWnd). 对于Document来说,CView是它可以从形态上被表现的场作.但,指向Document的指针 m_pDocument可能是NULL,所以每当我们在View里处理Document的时候,这么做是明智的: -Convert CHtmlView to CHtmlCtrlCHtmlView with us in the end the final generated CHtmlCtrl What is the difference? In fact, the distinction is that they only be used in different ways. Control is usually a sub-dialog window- of course you can put it as a child window of any window. However View it is specialized in order to realize the structure of the document view MFC designed. a View has a point to Document pointer and was fixed in a special window- known as: frame window (CFrameWnd). For Document for, CView is that it can from the morphology was the performance of the market for. However, indicators point to Document the m_pDocument may be NULL, so whenever we d
    2022-05-31 00:40:34下载
    积分:1
  • 超冷演示效果,非常逼真。
    超COOL的显示效果,非常逼真。使用C++开发,适用于Linux,windows平台。- The ultra COOL demonstration effect, is extremely lifelike. Uses the C development, is suitable to Linux, the windows platform.
    2023-05-20 06:35:04下载
    积分:1
  • (VC7) "
    在(VC7)"项目->属性->链接器->输入->附加依赖项"中加入SkinPlusPlusDLL.lib 或 在(VC6)"Project->Settings->Link->Object/library"中加入SkinPlusPlusDLL.lib 2.在你的程序中包含头文件 #inlcude "SkinPlusPlus.h" 3.在程序中加入初始化语句InitInstance() InitializeSkin(_T("XPCorona.ssk")) 注:以上假定SkinPlusPlusDLL.lib,SkinPlusPlus.h,XPCorona.ssk都在当前目录,如果不是请更改路径设置。 二.卸载Skin++ 在程序的卸载函数中加入ExitInstance() ExitSkin() 三.更换皮肤 执行函数LoadSkin即可以实现动态换肤 LoadSkin(_T("XPCorona.ssk")) 四.函数说明 InitializeSkin是SKin++的初始化函数,您可以采用如下参数加载Skin++ InitializeSkin(皮肤文件名) 注:如果皮肤文件名中没有路径则采用当前目录。 LoadSkin(皮肤文件名) 注:如果皮肤文件名中没有路径则采用当前目录。 五.使用分隔条窗体的应注意的问题 您必须SKINPLUSPLUS_SPLITTER()和SKINPLUSPLUS_INIT_SPLITTER(m_wndSplitter)宏 注:SKINPLUSPLUS_INIT_SPLITTER一般传入分隔条对象m_wndSplitter-(VC7) "- gt; Attribute- gt; Linker- gt; Input-gt; Additional items on the "add SkinPlus DLL.lib or (VC6)" Project-gt; Settings- gt; Link-gt; Object/library "SkinPlusPlusDLL.lib into two. in your program contains header files# inlcude "SkinPlusPlus.h" 3. the procedure
    2023-04-03 07:30:03下载
    积分:1
  • OCC + VC++
    这是开放Casecade&VC++一个完整的框架。 VC的IDE是VS2008。项目的类别是单domcument项目。编译后,程序运行良好。它是一个温和的框架,这意味着只有框架代码和基本接口(XT)结束。用户可以下载它加入自己的功能代码来构建OCC和MFC下的三维模型。
    2022-03-16 17:08:26下载
    积分:1
  • 在MS DOS运行此代码
    this code runs in ms dos paint.cpp : main code bmp_defs : functions to load and save bmp files cursor.h : definitions of different cursors used outlook.h : contains the entire window description of paint
    2022-01-30 18:29:35下载
    积分:1
  • 绘制示波器的C代码源程序,举例说明mfc图形绘制过程
    绘制示波器的C代码源程序,举例说明mfc图形绘制过程-mapping oscilloscope C source code, illustration mfc graphics rendering process
    2022-12-01 19:00:03下载
    积分:1
  • 图表类型的接口,提取直接、详细描述…
    用于接口开发的图表类型,提取即时、详细的描述
    2022-03-13 12:51:20下载
    积分:1
  • 锁定了任务管理器的代码,想关闭只有重新启动电脑
    此代码锁定了任务管理器,想关闭只有重新启动电脑,恶搞你的好友,或者骚扰你
    2022-07-21 08:13:11下载
    积分:1
  • Aviation system interface programming. All of the students, please download the...
    航空系统的界面编程。所有华工的学生请下载,不过现在这是界面,里面密钥响应事件编程!-Aviation system interface programming. All of the students, please download the Chinese laborers, but now it" s interface, which key is programmed to respond to the event!
    2022-03-17 08:50:40下载
    积分:1
  • 自己写的一个1024游戏
    资源描述最近刚学习了C#语言  于是就就着手开发一个小项目锻炼自己。于是就想到了这款手机游戏,因为游戏规则不是特别复杂,所以整个实现过程不是特别难。进后经过一番界面调整,整个游戏效果还是挺不错的。大神请勿吐槽 - - 
    2022-05-31 10:33:49下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载