当前位置:
首页 资源下载
搜索资源 - GetPrivateProfileString
搜索资源列表
-
0下载:
这是一个文件管理程序,就像windows资源管理器一样。它对于windows explorer是一个更好的替换程序。功能包括,文本编辑器,可简为初学者演示了如何使用GetPrivateProfileString和WritePrivateProfileString APIs来读取和编写.ini文件。-This a document management procedures, like windows for the same resources management. Windows explo
-
-
0下载:
在工程控制软件中,有许多设计到系统配置的参数,可以将所有参数写到一个ini文件中,在VC程序中利用系统提供的GetPrivateProfileString及WritePrivateProfileString函数直接读写系统配置ini文件(指定目录下的Ini文件),而无需添加ini文件读写类.-project control software, there are many design to the system configuration parameters, all parameters
-
-
0下载:
在工程控制软件中,有许多设计到系统配置的参数,可以将所有参数写到一个ini文件中,在VC程序中利用系统提供的GetPrivateProfileString及WritePrivateProfileString函数直接读写系统配置ini文件(指定目录下的Ini文件),而无需添加ini文件读写类.-project control software, there are many design to the system configuration parameters, all parameters
-
-
0下载:
功能:实现ini文件的读写操作。
主要函数:GetPrivateProfileInt(),
GetPrivateProfileString(),
WritePrivateProfileString()
-function : to achieve the ini file read and write operations. Main functions : GetPrivateProfileInt (), GetPrivateProfileString (), WritePri
-
-
0下载:
EVC 实现GetPrivateProfileString的功能,并且可以转换成CRect、CSize、COLORREF等类型
-
-
0下载:
用c++编写的的中国联通SGIP协议,内容挺全。
MultiByteToWideChar WideCharToMultiByte CString CFile CFileException CWinApp CDialog CDataExchange CWnd DestroyIcon LoadIcon GetSystemMenu CMenu LoadString AppendMenu SetWindowText SetTimer IsIconic CPaintDC SendMessage Get
-
-
0下载:
是一个在EVC下开发的闹钟定制程序。其中一个难点就是如何创建、写、读一个ini 文件。由于是在EVC下,所以很多API函数都不被支持比如关于.ini文件读写GetPrivateProfileString和 WritePrivateProfileString函数。于是我开始在网上搜寻可以轻松读写ini文件的方法。最后找到了一个人写好的,可以实现类似 GetPrivateProfileString功能的函数。-EVC is a customizable alarm clock, developed
-
-
0下载:
在工程控制软件中,有许多设计到系统配置的参数,可以将所有参数写到一个ini文件中,在VC程序中利用系统提供的GetPrivateProfileString及WritePrivateProfileString函数直接读写系统配置ini文件(指定目录下的Ini文件),而无需添加ini文件读写类.-Control software in the works, there are many design to the system configuration parameters, all parame
-
-
0下载:
MFC函数读写ini文件,内有详细的参考资料和,试用说明!所用函数GetPrivateProfileInt,GetPrivateProfileString,WritePrivateProfileString等-MFC function to read and write ini files, there are detailed reference materials and trial descr iption! The function GetPrivateProfileInt, GetPr
-
-
0下载:
在工程控制软件中,有许多设计到系统配置的参数,可以将所有参数写到一个ini文件中,在VC程序中利用系统提供的GetPrivateProfileString及WritePrivateProfileString函数直接读写系统配置ini文件(指定目录下的Ini文件),而无需添加ini文件读写类.-Comm Initilation file Get Private Profile
Write Private Profile
-
-
0下载:
wince下文件的读写操作,在wince上是没有的函数GetPrivateProfileString,GetPrivateProfileInt等
-
-
0下载:
在LINUX下自己实现windows里读配置文件信息的两个函数GetPrivateProfileString和GetPrivateProfileInt-LINUX achieved under the windows in your profile information, read the two functions and GetPrivateProfileInt GetPrivateProfileString
-
-
0下载:
WritePrivateProfileString
GetPrivateProfileString
Wince & Win Mobile
-
-
0下载:
读写ini文件,主要使用windows中的API、函数:GetPrivateProfileString和WritePrivateProfileString-R/W INI files,useing by windows API:GetPrivateProfileString() and WritePrivateProfileString()
-
-
0下载:
在读写ini配置文件时,往往同学们直接使用系统自带的api函数GetPrivateProfileString,这个api函数会在代码实现内部对windows注册表进行操作。但商业环境下,往往会对系统的注册表操作权限进行设置,那么这个函数将会发生操作失败。于是我们最好的办法是放弃此类函数,重写对ini的操作。本代码实现了此功能。很方便偶-The read and write ini configuration file, often students use the system api func
-
-
0下载:
Imports the Win32 Function "GetPrivateProfileString" from the "Kernel32" class.
-
-
0下载:
利用C语言实现配置文件(.ini)的读写操作,可跨平台使用,实现的功能与windows API 函数
GetPrivateProfileString 和WritePrivateProfileString的功能一样-Using C language to complete two functions which can read and write config files, like that with suffix .ini
-
-
0下载:
读写ini文件,非常易用。(在GetPrivateProfileInt和GetPrivateProfileString基础上的扩展)(ini file oprate,easy to use (base on GetPrivateProfileInt and GetPrivateProfileString))
-