Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - Tab c
Search - Tab c - List
本程序运行后将会屏 Alt+Ctrl+Del,Alt+F4,Alt+Tab等键, (Windows 2000 不能屏蔽) 必须在两个Enter键之间输入密码才能退出!!!!!!!! 密码是\"kkcocoon\". 本程序在Visual C++ 6.0 下编译.大家可在vc下打开scrnsave.dsw文件就可以很好的查看源文件.也可以File->New->Project->Win32 Application->起个名字,create new workspace->empty win32 application.然后把一个个文件Add进来,F5->确定,就可以了. 这是一个用纯Windows SDK编写的程序,没有用MFC类库,要看懂此程序 必须要懂得在Windows下编程.本程序只是为了给刚学Windows SDK的同仁 提供适合的示例程序,并给出祥尽注释.-Windows Screen Saver source code, block keyboard input of Alt_Ctrl_Del, Alt+F4, Alt+Tab(can not block in win2000), password is kkcocoon.
Date : 2008-10-13 Size : 19kb User : 阿的

本软件是基于windows IME 机制编写而成,名称为:自由拼音输入法。 本软件源代码公开,遵循GUN GPL(General Public License)。 本软件支持win95,win98,winNT。 安装方法】 1. 运行register.exe,注册输入法。实际上是填充 HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Keyboard Layouts HKEY_LOCAL_MACHINE\Software\freepy 2. 把binary目录下的文件拷贝到windows的系统目录下, 例如:c:\win98\system,c:\winnt\system32。其中的文件说明如下: freepy.ime 是该输入法程序本身 freepy.hlp 是帮助文件 freepy.tab 是输入法字典 freepysys.dic 是系统词库 另外,当用户使用时,系统会自造一个用户词库freepyusr.dic,并且自造词库 和系统词库完全一样。 3. 象其它输入法那样,从控制面板中选择该输入法:自由拼音输入法。 4. 完成.
Date : 2009-02-20 Size : 525.49kb User : cellcore

本程序运行后将会屏 Alt+Ctrl+Del,Alt+F4,Alt+Tab等键, (Windows 2000 不能屏蔽) 必须在两个Enter键之间输入密码才能退出!!!!!!!! 密码是"kkcocoon". 本程序在Visual C++ 6.0 下编译.大家可在vc下打开scrnsave.dsw文件就可以很好的查看源文件.也可以File->New->Project->Win32 Application->起个名字,create new workspace->empty win32 application.然后把一个个文件Add进来,F5->确定,就可以了. 这是一个用纯Windows SDK编写的程序,没有用MFC类库,要看懂此程序 必须要懂得在Windows下编程.本程序只是为了给刚学Windows SDK的同仁 提供适合的示例程序,并给出祥尽注释.-Windows Screen Saver source code, block keyboard input of Alt_Ctrl_Del, Alt+F4, Alt+Tab(can not block in win2000), password is kkcocoon.
Date : 2025-12-17 Size : 1.16mb User : 阿的

是一个不错的c#程序,包含tabcontrol和datagrid控件而且是数据库方面的,很有比于刚开始学习的人-is a good c# procedures, included tabcontrol and datagrid control is the database, compared to the very beginning of learning
Date : 2025-12-17 Size : 171kb User : 素心

vc控件、可以显示多排标签页片的标签控件。-vc control, can display multi-row tab control tablets tag.
Date : 2025-12-17 Size : 22kb User : yc75

专家点评: 9 p* g f8 J I8 u2 ]/ ea.作者具有良好的程序设计习惯及项目管理能力,设计模式运用的非常娴熟。项目设计文档是所有参赛者中最为详细和规范的,能够体会到作者那种有条不紊,游刃有余的程序设计气度。用户界面漂亮,如果能把某些操作放到前面板上而不需要到菜单里面去寻找则更好了。 C F, i, f6 }- zb.程序中将初始化的程序都并行地与两个循环放在一起,这样由于数据流的原因可能会有问题。 j2 u6 M9 T s% Q2 v( l c.优点:程序架构清晰,熟练使用工程管理思想.思路清晰,文档管理清晰,GUI整洁美观 缺点 前面板还需要完善,后面连线部分BUG没有很好的解决 " m! u ^3 R7 d O& Y% o* id.设计合理,界面可读性很强,功能清晰。程序中无法调整数据采集的速度是一个遗憾;拓扑面板中的终端节点如果有右键菜单就更出彩了。能用tab结构非常好,拓扑程序robust不足,比如对没有出现的节点连线,会产生错误。说明文档很详细,花了一番心思,加油-err
Date : 2025-12-17 Size : 1.49mb User : 卢永

一个比较完美的键盘记录插件+Bin 此键盘记录插件目前经测试可截获中英文(日文和韩文应该也可以,因为我是直接获取imc的结构信息的,大家可以测试下)。 由于前两天有个朋友想让我把这个修改一下,所以这个版本我优化了下,增加了“文件时间”“窗口标题”“进程路径”的截取并处理的word文档等办公软件截获的重复问题,并且对于一些特殊按键,例如tab等,以按键的名称写入。 这个版本通过汇编语言编写,dll只有5k的大小,其实还可以更小,懒得处理了。编译器为fasm。运行keylog.exe有bin的使用说明,程序默认在c盘创建key.log为记录信息。 -err
Date : 2025-12-17 Size : 10kb User : fthghx7

TabControl demo. Awhile back, I wanted to use the tab control in a Win32 SDK C project. The low-level implementation proved to be somewhat cumbersome. A search of the Web turned up a lot of examples based on MFC, but very little along the lines of plain old C. What I did find did not support keyboard navigation. After extensively using tab controls in VB.NET, I had an idea of what features would make for an easy-to-implement Win32 tab control.
Date : 2025-12-17 Size : 6kb User : VladimirT

一个多选项卡的VC例子各选项卡窗口可以自由停靠!-An Example of muti tab of visuall c++
Date : 2025-12-17 Size : 294kb User : not tell you

C# 源码 集成了很多Ajax控件,其中Tabs选项卡控件是非常实用的.-C# source code control integration of a lot of Ajax, which Tabs tab control is very practical.
Date : 2025-12-17 Size : 489kb User : 罗滨

C#2005环境开发的一套仿IE8风格的网页浏览器,全新仿IE8的界面,仿XP的窗体风格,支持浏览器多选项卡的功能,对c#编程者有一定帮助。-C# 2005 environment to develop a set of imitation IE8-style web browser, new interface IE8 imitation, imitation XP style, form, support multi-tab browser function, c# programmers have some help.
Date : 2025-12-17 Size : 389kb User : 301

JPEG 静态图像压缩 各文件功能说明如下: 1) JPEG压缩程序:gendat.exe 2) 为压缩后的数据加上JPEG文件头的程序genjpg.exe 3) 解JEPG压缩程序extrdat.exe 其中:(1)的输入参量是需要生成的压缩文件的名字。 主程序流程为: a) 程序初始化,读取文件名称、原始图像数据等基本数据; b) 从AC.TAB和DC.TAB两个文件生成AC表和DC表,存入数组 c) 以8×8为样本单位进行DCT变换 d) 以8×8为样本单位进行量化 e) 以8×8为样本单位进行Z形扫描 f) 以8×8为样本单位进行熵编码 g) 以8×8为样本单位进行解量化 h) 以8×8为样本单位进行IDCT变换 -JPEG still image compression Function of the documents as follows: 1) JPEG compression process: gendat.exe 2) For the compressed JPEG file header data, together with the procedures genjpg.exe 3) The solution JEPG compression program extrdat.exe Of which: (1) the input parameters is the need to generate the compressed file s name. The main program flow is: a) procedures for initialization, read the file name, the original image data and other basic data b) From the AC.TAB and DC.TAB two file generation AC table and DC table, into an array of c) with 8 × 8 sample units for the DCT- d) to 8 × 8 for the sample unit to quantify e) to 8 × 8 for the sample units of Z-scan f) to 8 × 8 for the sample units of entropy coding g) to 8 × 8 for the sample unit to extract the quantitative h) with 8 × 8 for the sample units IDCT transform
Date : 2025-12-17 Size : 12kb User : 太平洋

I added a reference to MSXML4 - I right clicked on my project name -> clicked Add Reference -> Went to Com tab ->Chose Microsoft XML v2.0 c: \windows\system32\msxml2.d-I added a reference to MSXML4- I right clicked on my project name-> clicked Add Reference-> Went to Com tab->Chose Microsoft XML v2.0 c: \windows\system32\msxml2.dll
Date : 2025-12-17 Size : 280kb User : aa

地理信息系统的中国区mapinfo tab数据,用于mapnik开源项目的地图瓦片渲染测试。-The GIS Mapinfo Data of Mapnik opensource project(C++ or Python), within Range of China.
Date : 2025-12-17 Size : 2.5mb User : 李树鹏

C:\mapnik_0_6_1\demo,mapnik渲染瓦片DEMO。 数据位置C:\tab。 请先正确配置系统环境变量for mapnik。 请编译匹配版本的mapnik.dll动态链接库。-C: \ mapnik_0_6_1 \ demo, mapnik tile rendering DEMO. Data location C: \ tab. Please correctly configure the system environment variables for mapnik. Please match the version of the mapnik.dll compiled dynamic link library.
Date : 2025-12-17 Size : 4.73mb User : 李树鹏

是一个vc++的插件。用于显示打开过的源文件,并将源程序用Tab页面来管理。特色是用“ctrl+数字”可实现不同窗口间切换,但可以实现这个功能的前提是在wndtabs中设置这一项。目前版本是3.2。-A vc++ plug-ins. Opened to display the source file and source code management using Tab pages. Characterized by " ctrl+ number" can be realized to switch between different windows, but you can achieve this functionality on the premise that this one set in the wndtabs. The current version is 3.2.
Date : 2025-12-17 Size : 1.31mb User : 陈俊铭

C#源码,菜单窗体,标签页控件,窗体TAB   C#在窗体中使用标签页控件的源码实例,已经为大家准备好了这份实例源程序,主要是向C#初学者演示如何在窗体中布置一个TAB标签页控件,用来显示更多的内容,如上图所示,窗体中一共可以显示三张风景图片,点击上侧的标签菜单即可实现内容的切换,这的确是个实用且流行的功能-C# source code, menus, forms, tab control, form the TAB C# source code to use a tab control in the form instance, has you ready for this instance of the source code to C# for beginners demonstrates how to form the layout of a TAB tab control used to display more content, as shown above, the form can display a total of three Zhang Fengjing pictures, click on the label on the side menu to switch content, this is indeed a practical and popular features
Date : 2025-12-17 Size : 9kb User :

本实验的“矢量绘图”软件是一个具有Office视觉样式的单文档应用程序,在应用程序的主框架窗口中包含一个Ribbon功能区,其中有两个标签选项卡:“主页”和“绘图”。当选择“绘图”选项卡后,将列出一些简单的绘图工具。选择某个工具后,既可以在客户区中绘制相应的图形。单击面板上的“画笔颜色”或“填充颜色”按钮后,将弹出一个颜色对话框以分别设置绘图的颜色及填充图形的颜色,而当单击“文本”按钮后,可以在客户区输入文本内容。(The "vector graphics" software is a single document application Office visual style, contains a Ribbon function in the main frame window application, which has two tab: "home page" and "drawing". When you select the drawing tab, you'll list some simple drawing tools. After selecting a tool, you can draw the corresponding graphics in the client area. Click on the panel "colors" or "fill color" button, will pop up a dialog box to set the color drawing color and fill color graphics, and when you click "text" button, can enter text in the client area.)
Date : 2025-12-17 Size : 21.71mb User : 莫泊

Winrt 8.1 Tab control demo
Date : 2025-12-17 Size : 164kb User : ecbbcn

功能: (1)整数计算器,包括“+”、“-”、“*”、“/”的四则运算。 ??? (2)计算器中含有进制转换功能。 (3)房贷计算器,通过“贷款额”、“月利息”和“还款月数”的输入,可计算“累计还款额”和“月还款额”。 (4)“还款月数”可通过旋钮控件。 (5)包含“整数计算器”和“贷款计算器”选项卡 (6)可通过选项卡进行整数和房贷计算器的切换。(Function: (1) integer calculator, including "+", "-", "*", "/" four operations. (2) contains a hexadecimal conversion function calculator. (3) the loan calculator, through the input of "loan amount", "monthly interest" and "repayment month number", can calculate cumulative sum and monthly repayment amount. (4) "the number of repayment months" can be used by the knob control. (5) include the "integer calculator" and the "loan calculator" tab (6) the switchover of integer and mortgage calculator can be carried out through the tabs.)
Date : 2025-12-17 Size : 39kb User : lwj001
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.