代码搜索:GetPrivateProfileString
找到约 459 项符合「GetPrivateProfileString」的源代码
代码结果 459
www.eeworm.com/read/393724/8268340
frm frmrestore.frm
VERSION 5.00
Object = "{CE671F01-259E-40DA-92FE-95803E2ECBB5}#1.0#0"; "SmartXPButton.ocx"
Begin VB.Form FrmRestore
BackColor = &H00E7DFE7&
BorderStyle = 1 'Fixed Single
C
www.eeworm.com/read/293618/8282178
~pas ufconfig.~pas
unit UFConfig;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, ComCtrls, CheckLst;
type
TForm2 = class(TForm)
www.eeworm.com/read/293618/8282214
pas ufconfig.pas
unit UFConfig;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, ComCtrls, CheckLst;
type
TForm2 = class(TForm)
www.eeworm.com/read/192685/8300605
html 12976.html
Re: 如何自制INI档,让VB程式起动时读取INI VALUE 呢?
Re: 如何自制INI档,让VB程式起动时读取INI VALUE 呢?
www.eeworm.com/read/368537/9690084
frm frmrestore.frm
VERSION 5.00
Object = "{CE671F01-259E-40DA-92FE-95803E2ECBB5}#1.0#0"; "SmartXPButton.ocx"
Begin VB.Form FrmRestore
BackColor = &H00E7DFE7&
BorderStyle = 1 'Fixed Single
C
www.eeworm.com/read/268745/11123528
frm frmrestore.frm
VERSION 5.00
Object = "{CE671F01-259E-40DA-92FE-95803E2ECBB5}#1.0#0"; "SmartXPButton.ocx"
Begin VB.Form FrmRestore
BackColor = &H00E7DFE7&
BorderStyle = 1 'Fixed Single
C
www.eeworm.com/read/413872/11138558
frm form1.frm
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 6780
ClientLeft = 60
www.eeworm.com/read/249011/12527184
bas read-write_ini.bas
Attribute VB_Name = "INI"
Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String, lpKeyName As Any, ByVal lpDefault As String, ByV
www.eeworm.com/read/247905/12613429
bas read-write_ini.bas
Attribute VB_Name = "INI"
Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String, lpKeyName As Any, ByVal lpDefault As String, ByV