代码搜索:GetPrivateProfileString

找到约 459 项符合「GetPrivateProfileString」的源代码

代码结果 459
www.eeworm.com/read/192685/8362854

txt 怎样使用vb5.0读写msdos.sys文件.txt

MSDOS.SYS是 一 个 文 本 文 件 , 你 可 以 使 用 记 事 本 打 开 , 它 的 内 容 : [Paths] WinDir=D:\PWIN95 WinBootDir=D:\PWIN95 HostWinBootDrv=D [Options] BootMulti=0 BootGUI=1
www.eeworm.com/read/189150/8488492

cpp caps.cpp

//Twain标准中用来设置属性的函数集合 // #include #include #include #include #include #include #include "stdafx.h" #include "twain.
www.eeworm.com/read/188554/8528987

txt ini操作.txt

使CWinApp::GetProfileString读取自己的INI文件vc++技术 写MFC程序程时,向导会自动在注册表中建立本程序的键,用于保存程序的一些设置信息。但有时我们不希望将这些配置信息保存到注册表中,而要存在自己指定目录中的ini文件(或其它文件),我们不用自己重写一个CIniFile类,只需要要CWinApp::InitInstance()中修改CWinApp的几个成员变量就 ...
www.eeworm.com/read/432888/8566138

cpp systemprofile.cpp

// SystemProfile.cpp: implementation of the CSystemProfile class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "SystemProfile.h" #inclu
www.eeworm.com/read/285928/8800906

cs inifile.cs

using System; using System.Runtime.InteropServices; using System.Text; using System.IO; namespace LTP.Common { /// /// INI文件读写类。 /// 李天平 /// 2006.10.1 ///
www.eeworm.com/read/377313/9281101

cpp linksqldlg.cpp

// LINKSQLDLG.cpp : implementation file // #include "stdafx.h" #include "AccountInput.h" #include "LINKSQLDLG.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[
www.eeworm.com/read/373679/9443579

frm form2.frm

VERSION 5.00 Begin VB.Form form2 BorderStyle = 0 'None Caption = "Form2" ClientHeight = 5985 ClientLeft = 0 ClientTop = 0 ClientWidth
www.eeworm.com/read/177140/9468611

frm form2.frm

VERSION 5.00 Object = "{CFA7AFF4-3242-4269-9172-7389D695AE01}#1.0#0"; "StoneXP.ocx" Begin VB.Form Form2 BackColor = &H00C0C0FF& BorderStyle = 1 'Fixed Single Caption
www.eeworm.com/read/371872/9532391

frm form2.frm

VERSION 5.00 Object = "{CFA7AFF4-3242-4269-9172-7389D695AE01}#1.0#0"; "StoneXP.ocx" Begin VB.Form Form2 BackColor = &H00C0C0FF& BorderStyle = 1 'Fixed Single Caption
www.eeworm.com/read/168617/9905057

cpp dialdlg.cpp

// DialDlg.cpp : implementation file // #include "stdafx.h" #include "Dial.h" #include "DialDlg.h" #include "DialPhone.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static cha