搜索资源列表
qqmsgcode
- 最近看了些关于QQ的文章,有所思考,做了个小工具可以群体发送QQ消息,可以指定发送次数(有点象消息炸弹)用到了EnumWindows,FindWindows()等一系列函数,穷举对话框,可以查找到QQ对话框层,和一些分层以及字符串处理。代码在VC6,WIN200SERVER调试通过。-recently read some articles on the QQ, some thought, a small tool can send QQ news groups can specify this
e1
- 在vc环境下,做一个单文档程序,在窗口下弹出一个对话框。 在对话框中输入字符串。相应地把内容显示在界面的窗口中。-in vc environment, so a single document procedures, in a pop-up window dialog. In the dialog box input string. Correspondingly to suggest that the interface window.
StackOprator
- 一个操作字符串栈的对话框事例,或许会给你很多启发的-operating a string of box stack instances, perhaps to give you a lot of inspiration
VSExam2
- 这是一个建立模式对话框的工程。难度并不大,适合初学者。但是这个代码的特点是在Visual Studio下开发。上传这个代码的目的是想大家知道Visual Studio与VC++的基本的语法结构的区别,包括消息映射和字符串的处理。通过比较,可以使大家更好的在Visual Studio下进行编程-This is a model to establish dialog works. It is not too difficult, for beginners. However, the code fe
modLanguage
- Visual Basic 多语言支持模块, 可以使你的VB程序支持多种语言, 随时切换. 使用方法: 将语言文件保存为Language.lng 在需要时调用ChangeLanguage(Language) 示例: 修改语言: ChangeLanguage(\"简体中文\") 修改语言为简体中文 获取语言文件中的全部语言 GetLanguage As String 返回一个包含所有语言的数组 说明: 语言文件格式(参考Language.lng)
VC简单实现动态连接库
- VC实现动态连接库.设计两个动态连接库,分别保存一个字符串资源的两种语言形式的变量,如IDS_MYSTR的英文为\"Welcome to BeiJing\",中文为\"欢迎来到北京\".-VC Dynamic Link Library. Design of two dynamic link libraries, the preservation of a string of resources in both languages form of variables, such as the En
program76
- 文档的存取:说明如何使用串行化的保存和读取文件,从程序窗口可以实现字符串的输入和修改,并且可以使用自己的文件类型MYDOC(.MDC)进行文件的打开和保存-access to the documents : on how to use the serial to store and retrieve documents from the program window can be achieved string of entries and changes, and can use their
MYSerialPort
- 用CserialPort类实现的串口中断接收程序,并可发送字符串。可多串口操作。-With CserialPort class implements the serial interrupt reception process, and send the string. Can be multi-serial operation.
APIfunctionreference
- 《WINDOWS/WIN32/WINDOWS NT 程序设计通用API函数参考》。本书讨论了通用的Windows/Win32/Windows NT API函数,这些函数涉及如下方面:加速键、位图、脱字符、NT控制台、剪贴板、裁剪区、控件、曲线输出、设备环境、对话框、绘图工具、文件I/O、字体、GDI对象、图标、键盘、画线、映射、菜单、消息、鼠标、绘图、调色板、矩形操作、滚动、语音、字符串、文本输出、时间与计时器、版本管理、窗口操作及窗口管理。附录中还列出了Windows/Win32/Window
CommonDialog
- 1)程序运行时在视图中显示字符串。 2)点击子菜单“文件对话框”时,将显示文件对话框。 3)点击子菜单“字体对话框”时,调用字体对话框为视图中显示的文字设置字体。 4)点击子菜单“颜色对话框”时,调用颜色对话框为视图中显示的文字设置颜色。 -1) The program runs in the view to display the string. 2) Click the sub-menu
CommonDialog
- 1)程序运行时在视图中显示字符串。 2)点击子菜单“文件对话框”时,将显示文件对话框。 3)点击子菜单“字体对话框”时,调用字体对话框为视图中显示的文字设置字体。 4)点击子菜单“颜色对话框”时,调用颜色对话框为视图中显示的文字设置颜色。 -1) The program runs in the view to display the string. 2) Click the sub-menu
XBalloonMsg_demo
- XBalloonMsg显示一个消息框,使用气球式提示。消息和标题字符串可以嵌入或储存在字符串资源。-XBalloonMsg displays a message box using balloon-style tooltips. Message and title strings may be embedded or stored in string resource.
interviewByCSDNTopLanguageAnswered
- 很多朋友都抱怨说STL出问题的时候debug很难,编译期错误算是轻的,大不了一串串令人头晕的出错信息,至少还能双击定位到错误行。而神秘的运行期崩溃才是真正令人头大的问题。-Many of my friends have complained that STL difficult to debug when problems, compile-time error light is the worst case scenario is dizziness a string of error mes
Example_cout
- 应用窗口和对话框实现统计字符串长度的功能。-Application window and dialog boxes to achieve statistical length of the string functions.
Pad
- 基于Dialog类,一个简单的查找字符串的程序,带有菜单等功能-Dialog-based class, a simple procedure for the search string with the menu and other functions
081568-6-9
- 查找删除字串,先输入要删除的字串,通过循环变量找到所有出现在原有字串中的要删除内容,并删除。-Find remove string, first enter the string you want to remove, through the loop variable to find all occurrences in the original string to remove content, and delete.
DisplayAStringAtACertainPlace
- 在SDI下,在鼠标指定位置输出字符串,使用户与应用程序之间的交互变得方便直观。-Under SDI,we can display a string at a certain palce which we clicked with mouse.
MoveWord
- 字符串移动,按回车字符会旋转并且遇到边界会反弹-String move, rotate and press enter characters will encounter the boundary will rebound
CalcCharacterString
- 个人精心编写,并非网上下载,debug与release的可执行程序均有。主界面为单文档程序窗口,能统计字符串的中英文区别,可以在实际中应用,中文字符串和英文字符串能完全区分开,并给出统计个数,程序实用,可以方便找到所需的代码,采用VS.net2005编写,界面美观实用,是精品中的精品。-Personal well-written, not download, debug and release are executable programs. The main interface is a si
eirektuve-string
- 字符串处理函数集 String processing function set()
