搜索资源列表
-
1下载:
对话框用户界面程序的编写,如何向对话框控件联接数据成员及其实现机理,如何向对话框控关联控件类,如何利用对话框类的成员函数向控件发送消息和获取对话框控件的类指针,如何直接利用对话框控件类操纵对话框控件(发送消息和直接调用成员函数)。如何在程序运行时产生和销毁控件。对话框控件的几种操作方式的优劣比较分析。如何实现对话框的部分收缩和展开。如何让对话框上的文本框在程序启动后立即获得焦点,如何利用SetWindowLong改变窗口的回调函数,通过改变文本框的默认回车处理方式进行演示。实现多个输入文本框间通
-
-
0下载:
这是一个例子程序,主要是向初学者演示一下如何利用WINSOCK在几台计
算机之间互相传输屏幕图象。
抓屏对象为正在运行“屏幕精灵”的计算机,如果关闭“文件”菜单的
“开放端口”选项,别人就无法用“屏幕精灵”查看自己的屏幕了。新建窗
口以后会自动抓第一屏,以后双击窗口就是下一屏,全屏显示后可以通过双
击来关闭全屏窗口。
该程序用C++BUILDER 4.0编译(第一次会因为缺少文件报错,不用跟他计
较,重新编译一次会自动创建的),由于该程序仅供学习参考之用,且编写
-
-
0下载:
对话框用户界面程序的编写,如何向对话框控件联接数据成员及其实现机理,如何向对话框控关联控件类,如何利用对话框类的成员函数向控件发送消息和获取对话框控件的类指针,如何直接利用对话框控件类操纵对话框控件(发送消息和直接调用成员函数)。如何在程序运行时产生和销毁控件。对话框控件的几种操作方式的优劣比较分析。如何实现对话框的部分收缩和展开。如何让对话框上的文本框在程序启动后立即获得焦点,如何利用SetWindowLong改变窗口的回调函数,通过改变文本框的默认回车处理方式进行演示。实现多个输入文本框间通
-
-
0下载:
在程序设计中需要随时知道鼠标的位置,如photoshop和画图板中都有这一功能。本程序实现了如何追踪鼠标的位置。编译并运行本程序,不停地移动鼠标,对话框中显示鼠标位置的文本也会随时更新,达到追踪鼠标位置的目的。-in program design needs to be kept aware of the location of the mouse, If photoshop drawing board and have all the functions. The realization of
-
-
0下载:
本程序将介绍如何在程序运行过程中动态设置窗体光标-this program will show you how to run in the process of dynamic forms cursor
-
-
0下载:
Drag and Drop Component Suite Version 4.1 Field test 5, released 16-dec-2001 ?1997-2001 Angus Johnson & Anders Melander http://www.melander.dk/delphi/dragdrop/ ------------------------------------------- Table of Contents: ----------------------
-
-
0下载:
Mouse示例程序演示了如何截取和响应鼠标消息。运行这个程序,就会显示一个主窗口。最初窗口是空白的,但是直接在窗口中移动鼠标,WM_MOUSEMOVE消息就会出现在窗口上,同时显示鼠标的坐标。-Mouse sample program demonstrates how to respond to the interception and mouse information. Run this program, it will display a main window. Initially th
-
-
0下载:
现在的即时翻译软件种类很多,使用方法也各有千秋,但它们大都有一个
共同的特点:鼠标指到哪儿,就翻译它下面的单词。这大大地方便了用户,但是
从一个编程人员的角度来看就不那么轻松了。因为没有一个方便的函数
类似”GetWordUnderMouse()”可以得到鼠标下面的单词,那么这些软件是怎么
做的呢?经常在BBS和mailing list里看到和我同样困惑的问着相同问题的网友们。
经过痛苦地研究后,我找到了一种实现的方法,现拿出来和大家共享。
注:这个程序是为NT定做的,
-
-
0下载:
一个有意思的VC++桌面滚动特效,这里先提示一下大家,最好在重启或关机前测试本程序,有一些功能在运行测试后不知如何还原,至少我还没弄懂如何还原~因此会给你带来不便。
滚动桌面的意思是桌面上的图标会整体下移,各窗口的状态栏也会下移,下移后将看不到被移走的部分,因此正常使用电脑的时候最好不要测试。-An interesting VC++ Desktop scrolling effects, where the first reminder everyone that the best re
-
-
0下载:
Here I m going to show you can use the SharePoint object model to read sharepoint list using C#.
To do this in your custom webpart or feature first you have to add the reference to Microsoft.Sharepoint.dll (Then in your code use "using Microsoft
-
-
0下载:
Here I m going to show you can use the SharePoint object model to Add item to sharepoint list using C#.
To do this in your custom webpart or feature first you have to add the reference to Microsoft.Sharepoint.dll (Then in your code use "using Mi
-
-
0下载:
本程序演示如何让程序只运行一次实例。两种实现方法:方法一是利用Process类判断进程;方法二是利用Mutex类。-This program demonstrates how to make the program run only one instance. Two implementation methods: Method One is the use Process class to determine the process method two is the use of Mute
-
-
0下载:
dotNez AspxZip 特点:
效率高,运行速度快。经测试,在我的个人网站(服务器并不怎么好)上运行时压缩速度平均为 10 MB/s,最高速度可达 25 MB/s。
能够在支持 ASP.NET 的 Web 服务器上通过友好的 Web 界面方便地 压缩/解压存放在服务器上的文档。
通用性极强,只要服务器支持 ASP.NET,就可以正常运行。
本程序已经破解了,只需在配置文件上加上<add key="dotNezAspxZipLicenseKey" value="21
-
-
0下载:
本书介绍了如何编写在Microsoft Windows环境下运行的程序。存在许多方式编写这样的程序。在这本书中,使用了新的面向对象的程序设计语言C#和名为“Windows Forms”的新式类库,Windows Forms类库是Microsoft·NET Franework的一部分,后者在2000年夏季出现,大约一年半之后被引入。-This book describes how to write in the Microsoft Windows environment to run the pr
-
-
0下载:
This program Visual basic five using develop with all list view feature. any one can run this program and see how to list view feature works.
-
-
0下载:
after i run the code, it shows the picture k001.jpg, but it shows nothing about face detection or eyetracking, then i double-click the picture, the command window shows "Please Crop The Right Eye Template" , some body please tell me how to test this
-
-
0下载:
Exercise 1: Programming Environment and Basic Input/Output
1. Write a program that prints “This is my first program!” on the screen.
(a) Save this program onto your own disk with the name of e2-1a
(b) Run this program without opening Turbo
-
-
0下载:
让程序只可在一台电脑上运行一个程序实例,C++如何做到的,利用MMF(内存映像文件)来检测,通过其提供的CSingleInstance类,设置exe可执行程序只有一个实例,如何检测一个程序的拷贝正在运行是一个古老的问题,这个例子利用MMF确实值得推荐。-Let the program can only run one instance on a computer, C++ how to do, using MMF (memory image file) to detect, provided b
-
-
0下载:
使用VC++如何调用一个外部程序并等待其运行结束呢?这个示例代码虽小,但可以告诉你答案。告诉你如何让程序进入等待状态。本演示程序将调用外部的计算器程序,当计算器已经执行的时候,程序会进入等待状态,待其运行结束后,才允许关闭窗口。-Using VC++ How to call an external program and wait for it to finish it? This sample code is small, but I can tell you the answer. Tell
-
-
0下载:
Hello
to use this program create a directory C:\Accounts and add the database to this folder.
database is included in the account ledger folder under Account database.
I would like to include the database in the project file which i did have but
-