Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - CString
Search - CString - List
菜单的工作原理及编写应用,菜单命令消息在MFC框架程序的几个类中的传递顺序和处理过程。标记菜单、缺省菜单的实现原理、图形菜单的实现及常犯错误的分析,GetSystemMetrics的应用,快捷弹出菜单的实现方式及其命令响应函数有效范围(与弹出菜单时所指定的父窗口有密切的关系,最底层的子窗口具有最优先的处理机会)。动态菜单的编写,如何让程序在运行时产生新的菜单项及如何手工为这些新产生的菜单命令安排处理函数,如何在顶层窗口中截获对菜单命令的处理,更进一步掌握CString类的应用。
Update : 2008-10-13 Size : 88806 Publisher : 周游

CStringA 和 CStringW 与 CString 一样的接口,及其方便的Ansi 和 Unicode编码转换和字符操作
Update : 2008-10-13 Size : 20911 Publisher : 梁雨

OtherCode5
DL : 0
掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数的巧妙运用。讲解如何使用CDC的裁减功能。
Update : 2008-10-13 Size : 38515 Publisher : 罗亚

开机关机程序设计-boot shutdown program design
Update : 2008-10-13 Size : 4342 Publisher : 书架

DL : 0
JAVA与MFC混合编程 调用过程J->(入口)(MFC dlg->cdlg(jstring))->(c->java类->javadlg(cstring))->(返回)(J->jdlg(cstring))
Update : 2008-10-13 Size : 5506101 Publisher : zhy

DL : 0
掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数的巧妙运用。讲解如何使用CDC的裁减功能。
Update : 2008-10-13 Size : 45565 Publisher : gyp

DL : 1
wince EVC 简单的图片浏览功能,自已随意扩展 支持 *.bmp *.jpg *.gif *.png 等等 // TODO: Add your control notification handler code here CString defFilter(\"选中其中一个文件|*.bmp *.jpg *.gif *.png\") CFileDialog dlg(TRUE,NULL,NULL,OFN_ALLOWMULTISELECT,defFilter) if(dlg.DoModal()==IDOK){ PathName=dlg.GetPathName() }
Update : 2008-10-13 Size : 20617 Publisher : lzy

DL : 0
CString用法 Windows服务包括四大部分: 一,服务控制管理器(Service Control Manager)。是系统中的一个RPC服务器,总管所有服务,“Admin$\\System32\\Services.exe”。拥有一个在注册表中记录的数据库,包含了所有已安装的服务程序和设备驱动服务程序的相关信息。 二,服务控制程序(Service Control Program)。用来执行对服务程序的开启、控制和状态查询功能。 三,服务程序(Service Program)。服务的执行代码。 四,服务配置程序(Service Configuration Program)。 用来更改,查询已安装服务的信息。
Update : 2008-10-13 Size : 14694 Publisher : lee

Visual C++ 2005中CHAR,TCHAR,CString间转换函数
Update : 2008-10-13 Size : 1217 Publisher : carl yuheng

void CMyMenu::ChangeToOwnerDraw(CMyMenu *pMyMenu) { CString str //use to hold the caption temporarily CMyMenu* pMenu //use to hold the sub menu CMyMenuData* pMenuData //use to hold the menu data //get the number of the menu items of the parent menu int iMenuCount = pMyMenu->GetMenuItemCount() UINT nID //use to hold the identifier of the menu items
Update : 2008-10-13 Size : 18302 Publisher : 郭文三

DL : 0
1. MyCoolMenu22.zip,18KB,下载 0 次,void CMyMenu::ChangeToOwnerDraw(CMyMenu *pMyMenu) { CString str //use to hold the caption temporarily CMyMenu* pMenu //use to hold the sub menu CMyMenuData* pMenuData //use to hold the menu data //get the number of the menu items of the parent menu int iMenuCount = pMyMenu->GetMenuItemCount() UINT nID //use to hold the identifier of the menu items
Update : 2008-10-13 Size : 6909905 Publisher : 郭文三

VC参考,CString详解,很有用的帖子收藏
Update : 2008-10-13 Size : 915815 Publisher : sdfasdf

Hex转换成CString-Hex conversion redeem
Update : 2008-10-13 Size : 22627 Publisher : 郭喜春

在做程序时,经常需要把文本按固定的标志进行拆分,CString 类提供了一些基本的字符串操作,本文就是利用CString类的基本函数来实现文本串的自由拆分 ,-doing procedures, the need for regular text by the fixed signs split redeem category provides some basic string manipulation, use redeem this is the basic function to achieve the free text string separation
Update : 2008-10-13 Size : 12341 Publisher : 李秉肇

利用五分钟,给程序添加播放flash的功能flash的播放,是使用Macromedia的flash播放控件来播放flash步骤如下:建立一个单文档的程序,最后一步选择CFormView作为视图编辑视图的资源添加一个EditBox作为输入文件名,一个按钮播放。添加flash播放控件Project Add To Project Components and Controls Gallary选择:Registered ActiveX Controls文件夹下面的Shockwave Flash Object,它其实是指向c:\\winnt\\system32\\macromed\\Flash\\Flash.ocx的。利用向导添加两个变量,分别对应输入的文件名和flash控件 CString m_filename CShockwaveFlash m_flash 添加播放按钮的事件,打开flash文件并且播放void CViewFlashView::OnPlay() { // TODO: Add your control notification handler code here //CShockwaveFlash UpdateData() m_flash.LoadMovie(0,m_filename) m_flash.Play() }-use five minutes, adds to the functionality flash player flash player is the use of the Macromedia flash player to player flash control steps are as follows : the creation of a single document the procedures, the last step CFormView choose Edit View View as the resources to add a EditBox as input file name, according to a NIU players. Adding flash player Control Project # 61664; Add To Project # 61664; Components and Controls Gallery options : Registered ActiveX Controls folders below the Shockwave Flash Object, it is actually pointing c : \\ winnt \\ system32 \\ macromed \\ Flash \\ the user. Using Wizard adding two variables, corresponding to the input file name and flash control redeem m_filename CShockwaveFlash m_flash add players button, and open the document flash player void CViewFlashVi
Update : 2008-10-13 Size : 47445 Publisher : 林风

与mfc中的cstring一样功能的,c语言代码,非常好-with mfc cstring the same function, c language code, a very good
Update : 2008-10-13 Size : 58047 Publisher : tom

一个可以对任意长整数进行加减的类 在Visual C++6.0 WinXp下编译通过采用类来实现,从CString继承而来数据运算的结果保存在CString类中理论上可对任意长的数据进行相加在Release目录下有可执行文件,将*.txt拖放到longadd.exe上即可,*.txt为数据文件。-A C++ class which can do the Add-Substract operation to integer with arbitrary length.Compiled with VC++ 6.0 under Windows XP.The class inherited from CString and theoretically it can do add-substract to any length integer.There is a executive file under Release directory,drag the *.txt data file on to the longadd.exe,then it s ok!
Update : 2008-10-13 Size : 14083 Publisher : 张权

在Visual C++6.0 WinXp下编译通过 采用类来实现 数据运算的结果保存在CString类中 理论上可对任意长的数据进行相加 在Release目录下有可执行文件,将*.txt拖放到longadd.exe上即可,*.txt为数据文件。-in Visual C Compiler 6.0 WinXp adopted under the category of Operational data to achieve the results stored in redeem category theoretically available for any length of the data together in the Release directory is executable file to *. txt longadd.exe to drag on the availability of data *. txt file .
Update : 2008-10-13 Size : 13772 Publisher : 里抿

函数 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 of long StrToData(CString strData,int jz) :changed character string to positive integer,changed character may be any decimal system,return:long Integer value,parameter:strData is the character string to be changed,jz is type of decimal system.
Update : 2008-10-13 Size : 13032 Publisher : 梁志洪

在Visual C++6.0 WinXp下编译通过采用类来实现,从CString继承而来数据运算的结果保存在CString类中理论上可对任意长的数据进行相加在Release目录下有可执行文件,将*.txt拖放到longadd.exe上即可,*.txt为数据文件-in Visual C Compiler 6.0 WinXp adopted under the category achieved redeem inherited from the Operational data stored in the category redeem theoretically can arbitrarily long data together in the Release directory is executable file to *. txt longadd.exe to drag on top, * . txt file data
Update : 2008-10-13 Size : 62125 Publisher : 何炜
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 28 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.