Welcome![Sign In][Sign Up]
Location:
Search - CString

Search list

[Menu controlMenuClassCode

Description: 菜单的工作原理及编写应用,菜单命令消息在MFC框架程序的几个类中的传递顺序和处理过程。标记菜单、缺省菜单的实现原理、图形菜单的实现及常犯错误的分析,GetSystemMetrics的应用,快捷弹出菜单的实现方式及其命令响应函数有效范围(与弹出菜单时所指定的父窗口有密切的关系,最底层的子窗口具有最优先的处理机会)。动态菜单的编写,如何让程序在运行时产生新的菜单项及如何手工为这些新产生的菜单命令安排处理函数,如何在顶层窗口中截获对菜单命令的处理,更进一步掌握CString类的应用-menu Principle and the work of preparation of applications, menu commands MFC news in the framework of the procedure several categories sequence and the transmission process. Marker menu, the default menu in principle, the realization of graphics menu and often make mistakes, function GetSystemMetrics applications, quick pop-up menu and the way to achieve order response function effective range (with a pop-up menu at the designated window of the father of a close the relationship between the son of the bottom window with the highest priority treatment opportunities). Dynamic menu preparation, how procedures at runtime create new menu items and how these new manual for the menu commands arrangement function, how the top floor window of intercepted menu orders are handled further grasp redee
Platform: | Size: 80466 | Author: | Hits:

[Game Hook Crackc_script_src

Description: 简单的类C语言脚本实现。不支持过程调用。数据类型只有cstring ,int.-simple C-like scripting language to achieve. Do not support the procedure call. Only cstring data type, int.
Platform: | Size: 56006 | Author: yuxilv | Hits:

[Windows DevelopStringX

Description: CString类的使用方法显现-redeem kind of use appear
Platform: | Size: 34516 | Author: 卡车 | Hits:

[Windows DevelopCtext

Description: 一个与CString类似的类CText, 它可替代CString的大部分功能, 在不使用MFC的情况下也可以方便使用字符串类-and redeem a similar category CText, it may redeem the alternative most functions without the use of the MFC can also facilitate the use of string category
Platform: | Size: 4590 | Author: 陈功 | Hits:

[Windows DevelopLesson6Code

Description: 菜单的工作原理及编写应用,菜单命令消息在MFC框架程序的几个类中的传递顺序和处理过程。标记菜单、缺省菜单的实现原理、图形菜单的实现及常犯错误的分析,GetSystemMetrics的应用,快捷弹出菜单的实现方式及其命令响应函数有效范围(与弹出菜单时所指定的父窗口有密切的关系,最底层的子窗口具有最优先的处理机会)。动态菜单的编写,如何让程序在运行时产生新的菜单项及如何手工为这些新产生的菜单命令安排处理函数,如何在顶层窗口中截获对菜单命令的处理,更进一步掌握CString类的应用。-menu Principle and the work of preparation of applications, menu commands MFC news in the framework of the procedure several categories sequence and the transmission process. Marker menu, the default menu in principle, the realization of graphics menu and often make mistakes, function GetSystemMetrics applications, quick pop-up menu and the way to achieve order response function effective range (with a pop-up menu at the designated window of the father of a close the relationship between the son of the bottom window with the highest priority treatment opportunities). Dynamic menu preparation, how procedures at runtime create new menu items and how these new manual for the menu commands arrangement function, how the top floor window of intercepted menu orders are handled further redeem mast
Platform: | Size: 89976 | Author: zhongxing | Hits:

[File Operate_CString_use_method

Description: 为了互相交流,我上传原创了! 这是关于字符串CString的强大功能各种使用方法。处理1,能排序,处理2,涉及文件输出。-the sake of mutual exchange, I upload original! This is a string of powerful redeem the use of various methods. Dealing with a will, in order to deal with two, involving document output.
Platform: | Size: 29149 | Author: 李国泰 | Hits:

[Process-ThreadCodetext

Description: 掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数的巧妙运用。讲解如何使用CDC的裁减功能。-grasp of word processing procedures for the preparation, how to customize fonts and custom insert website. redeem familiar with the right kind of use. By karaoke program, the timer on the use and DrawText function cleverly use. CDC on how to use the reduction of function.
Platform: | Size: 38728 | Author: 李君懿 | Hits:

[Web ServerCStringTest

Description: CString类的编程 介绍了很多该类的特性-CString category of programming on such a lot of the characteristics
Platform: | Size: 27997 | Author: 525752cc | Hits:

[OtherHexStrToInt

Description: 函数 long StrToData(CString strData,int jz) 功能:字符串转为正整数值 [字符串可为2-16]任意进制数值字符串 返回:长整型数值 参数:strData 为将要转换的字符串 参数:jz 为字符串的进制 如: CString s s=\"FFA6\" long data=StrToData(s,16) 则:data的值为:65446 用法:将StrToData.h和StrToData.cpp复制加入到您的工程里,在需要调用的函数中      加入#include \"StrToData.h\"即可调用 -function long StrToData (CString strData. int jz) function : is the string to integer values [string for 2 -16] arbitrary numerical string to 229 : long integer numerical parameters : strData will be converted to a string parameters : jz for the string-band such as : CString s = s "FFA6" long StrToData data = (s, 16) : data values are : 65446 directions : StrToData.cpp StrToData.h and will be added to your copy of the works, in the need to call a function to add # include "StrToData.h" can be transferred with
Platform: | Size: 12151 | Author: 张海良 | Hits:

[OS programKString_class_src

Description: 一个非MFC的类似CString的字符串类,实现了各种字符串的操作。-a similar non-MFC CString string and realizes the various string operation.
Platform: | Size: 4459 | Author: 金阳 | Hits:

[Other resourcecstring

Description: 定义一个字符串类String,其私有成员为一个字符串指针。设计构造函数,拷贝构造函数,析构函数,设置新值函数Set, 打印成员值函数Print。借助此String类,将操作符"=="、">"、"<"的重载函数设置为String类的成员函数,实现对操作符"=="、">"、"<"的重载,使之能直接比较两个String类类型的字符串的大小,设计各种情况调用此三个重载操作符。-definition of a string type String, its private members as a string pointer. Design Constructors, the copy constructor and destructor function, install a new function Set, members of Print Print function. String through this type of operator "==",">", "" "Heavy function set to the String class member function, the operator realized "==",">", "" "heavy, so that it can direct comparison of two types of Class String string size, Design of various call this three heavy-duty operator.
Platform: | Size: 3092 | Author: gongwen | Hits:

[Windows DeveloptoCstring

Description: 将不同格式的数据转换成cstring格式,很方便,文件存在txt文件中-different data format conversion cstring format, is a convenient, the paper documents exist txt
Platform: | Size: 989 | Author: DLL | Hits:

[Windows DevelopLesson5Code

Description: 掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数的巧妙运用。讲解如何使用CDC的裁减功能。-grasp of word processing procedures for the preparation, how to customize fonts and custom insert website. CString familiar with the right kind of use. By karaoke program, the timer on the use and DrawText function cleverly use. CDC on how to use the reduction of function.
Platform: | Size: 42065 | Author: 卓斌 | Hits:

[Menu controlVC6_menu

Description: 关于VC6.0的菜单界面设计的源代码,菜单的工作原理及编写应用,菜单命令消息在MFC框架程序的几个类中的传递顺序和处理过程。标记菜单、缺省菜单的实现原理、图形菜单的实现及常犯错误的分析,GetSystemMetrics的应用,快捷弹出菜单的实现方式及其命令响应函数有效范围(与弹出菜单时所指定的父窗口有密切的关系,最底层的子窗口具有最优先的处理机会)。动态菜单的编写,如何让程序在运行时产生新的菜单项及如何手工为这些新产生的菜单命令安排处理函数,如何在顶层窗口中截获对菜单命令的处理,更进一步掌握CString类的应用。-VC6.0 on the menu interface design, source code, menu and the working principle of the preparation of applications, Menu information in order MFC framework of the procedure several categories sequence and the transfer process. Marker menu, the default menu in principle, the realization of graphics menu and often make mistakes, function GetSystemMetrics application, quick pop-up menu of ways and order response function effective range (with a pop-up menu at the specified window of a close father the relationship between the bottom of the sub-window is the top priority processing opportunities). Dynamic menu preparation, how procedures at runtime create new menu items and how these new manual for the menu command arrangements for dealing with the function, How window in the top right menu in
Platform: | Size: 78411 | Author: 常攀峰 | Hits:

[OtherVC6_DCD

Description: 掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数的巧妙运用。讲解如何使用CDC的裁减功能。-grasp of word processing procedures for the preparation, how to customize fonts and custom insert website. CString familiar with the right kind of use. By karaoke program, the timer on the use and DrawText function cleverly use. CDC on how to use the reduction of function.
Platform: | Size: 38712 | Author: 常攀峰 | Hits:

[Dialog_WindowVC6_dialog

Description: 掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数的巧妙运用。讲解如何使用CDC的裁减功能。-grasp of word processing procedures for the preparation, how to customize fonts and custom insert website. CString familiar with the right kind of use. By karaoke program, the timer on the use and DrawText function cleverly use. CDC on how to use the reduction of function.
Platform: | Size: 41733 | Author: 常攀峰 | Hits:

[File Operatenotview

Description: 文件视图,CFrameWnd C Static CRect MoveWindow CreatePen CSize CDC SetBkMode SelectObject CPen LineTo SetTextColor CString TextOut CFont CreateFont DrawText CreateDC GetDeviceCaps DeleteDC GetObject GlobalAlloc GlobalLock GetStockObject GetDC SelectPalette RealizePalette GetDIBits ReleaseDC CreateFile WriteFile GlobalUnlock GlobalFree CloseHandle CPaintDC CBitmap CreateCompatibleDC CreateCompatibleBitmap PtInRect BitBlt DeleteObject CPoint ShowWindow ClientToScreen GetWindowDC GetWindowRect CFileDialog CWinApp CSingleDocTemplate CCommandLineInfo UpdateWindow CDialog CDataExchange CDocument CView CPrintInfo GetClientRect SetWindowLong GetWindowLong LoadLibrary GetProcAddress GetLastError FreeLibrary CreateDialog-document View, CFrameWnd CWnd CStatic CRect MoveWindow Creat ePen CSize CDC SetBkMode SelectObject CPen Lin eTo SetTextColor CString TextOut CFont Back Font DrawText CreateDC GetDeviceCaps DeleteD C GetObject GlobalAlloc GlobalLock GetStockO bject GetDC RealizePalette Get SelectPalette DIBits ReleaseDC CreateFile WriteFile Global Unlock GlobalFree CloseHandle CPaintDC CBitm ap CreateCompatibleDC CreateCompatibleBitm ap PtInRect BitBlt DeleteObject CPoint ShowWi ndow ClientToScreen GetWindowDC GetWindowRe ct CFileDialog CWinApp CSingleDocTemplate CC ommandLineInfo UpdateWindow CDialog CDataEx change CDocument CView CPrintInfo GetClientR ect SetWindowLong GetWindowLong LoadLibrary GetProcAddress GetLastError FreeLibrary Cre ateDialog
Platform: | Size: 26729 | Author: slansam | Hits:

[OtherCString11

Description: visual c++ CString类,可以帮助你进行字符之间的转换-visual c CString category, and can help you to switch between the characters
Platform: | Size: 3322 | Author: geng | Hits:

[Special EffectsCompressDemo

Description: 本程序演示了如何使用基本的CSTRING函数.应用程序中开始运行时加载一文件,可在此文件中搜索任何字符串.-demonstration of the process of how to use the basic function of CSTRING. Application Program began running a load document in this document search string.
Platform: | Size: 139173 | Author: qiguoqing | Hits:

[File OperateOnDrag

Description: DragQueryPoint( hDropInfo,&pt ) CString strPos strPos.Format(\"拖放的位置:(%d %d)\",pt.x,pt.y) SetDlgItemText(IDC_FILEPOS,strPos) -DragQueryPoint (hDropInfo.
Platform: | Size: 10482 | Author: zanjiangfeng | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 28 »

CodeBus www.codebus.net