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

Search list

[assembly languagelesson6

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

[Windows DevelopStringA_StringW

Description: CStringA 和 CStringW 与 CString 一样的接口,及其方便的Ansi 和 Unicode编码转换和字符操作
Platform: | Size: 20911 | Author: 梁雨 | Hits:

[OtherCode5

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

[OS programCString CPage1

Description: 开机关机程序设计-boot shutdown program design
Platform: | Size: 4342 | Author: 书架 | Hits:

[JSP/JavaJniSRC

Description: JAVA与MFC混合编程 调用过程J->(入口)(MFC dlg->cdlg(jstring))->(c->java类->javadlg(cstring))->(返回)(J->jdlg(cstring))
Platform: | Size: 5506101 | Author: zhy | Hits:

[GUI DevelopkalaOk

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

[Other resourceIImage

Description: 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() }
Platform: | Size: 20617 | Author: lzy | Hits:

[Othermfcxiaojiqiao

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

[Windows DevelopChar_Cstring_TCHAR

Description: Visual C++ 2005中CHAR,TCHAR,CString间转换函数
Platform: | Size: 1217 | Author: carl yuheng | Hits:

[Menu controlMyCoolMenu22

Description: 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
Platform: | Size: 18302 | Author: 郭文三 | Hits:

[Menu controlmoasicmenu

Description: 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
Platform: | Size: 6909905 | Author: 郭文三 | Hits:

[Other resourceDriverBuckUp

Description: VC参考,CString详解,很有用的帖子收藏
Platform: | Size: 915815 | Author: sdfasdf | Hits:

[Mathimatics-Numerical algorithmsHexToCString

Description: Hex转换成CString-Hex conversion redeem
Platform: | Size: 22627 | Author: 郭喜春 | Hits:

[Windows Developcsplitstring拆分字符串

Description: 在做程序时,经常需要把文本按固定的标志进行拆分,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
Platform: | Size: 12341 | Author: 李秉肇 | Hits:

[ActiveX/DCOM/ATL[笑语制作]播放flash

Description: 利用五分钟,给程序添加播放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
Platform: | Size: 47445 | Author: 林风 | Hits:

[Multimedia programstd字符串处理C++源程序

Description: 与mfc中的cstring一样功能的,c语言代码,非常好-with mfc cstring the same function, c language code, a very good
Platform: | Size: 58047 | Author: tom | Hits:

[Windows Developcn700_vc511445788846

Description: 一个可以对任意长整数进行加减的类 在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!
Platform: | Size: 14083 | Author: 张权 | Hits:

[Other一个可以对任意长整数进行加减的类

Description: 在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 .
Platform: | Size: 13772 | Author: 里抿 | Hits:

[Windows Develop2-16进制正整数字符串转为数值11

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 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.
Platform: | Size: 13032 | Author: 梁志洪 | Hits:

[Other resource一个可以对任意长整数进行加减的类

Description: 在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
Platform: | Size: 62125 | Author: 何炜 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 28 »

CodeBus www.codebus.net