搜索资源列表
-
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下载:
WinCe CF2.0 MessageWin使用源代码C#
C#开发WinCE自定义消息传递机制代码-WinCe CF2.0 MessageWin use source code C# C# Development WinCE custom code messaging mechanism
-
-
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下载:
WritePrivateProfileString
GetPrivateProfileString
Wince & Win Mobile
-
-
0下载:
读写ini文件,主要使用windows中的API、函数:GetPrivateProfileString和WritePrivateProfileString-R/W INI files,useing by windows API:GetPrivateProfileString() and WritePrivateProfileString()
-
-
0下载:
读写配置文件,windows下, 用windows 读写配置文件的api 函数WritePrivateProfileString 这一系列函数-read and write config file using windows api function WritePrivateProfileString
-
-
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下载:
VC++让程序在开机启动时就自动运行,利用win.in文件实现相关程序的自动启动。在该文件的“【Windows】”数据段中,有两个数据项“load=”和“run=”,它们的作用就是在系统启动之后自动地装入和运行相关的程序。如果我们需要在系统起动之后装入并运行一个程序,只将需要运行文件的全文件名添加在该数据项的后面,系统启动后就会自动运行该程序,这里是通过WritePrivateProfileString函数来实现。-VC++ to allow the program to run automat
-