代码搜索:GetPrivateProfileString
找到约 459 项符合「GetPrivateProfileString」的源代码
代码结果 459
www.eeworm.com/read/133678/14030111
~pas uscomm.~pas
unit USComm;
interface
uses
Windows,SysUtils,Forms,USControl;
type
TSComm = Class(TSerialControl)
published
function SComInit:Longbool;
procedure SetParity;
procedure
www.eeworm.com/read/133678/14030125
pas uscomm.pas
unit USComm;
interface
uses
Windows,SysUtils,Forms,USControl;
type
TSComm = Class(TSerialControl)
published
function SComInit:Longbool;
procedure SetParity;
procedure
www.eeworm.com/read/235850/14049222
bas glbf.bas
Attribute VB_Name = "GlbFunction"
Option Explicit
Declare Function SetWindowPos Lib "user32" (ByVal hwnd As Long, ByVal hWndInsertAfter As Long, ByVal X As Long, ByVal Y As Long, ByVal cx As Long,
www.eeworm.com/read/110567/15530726
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic
www.eeworm.com/read/102552/15776143
htm subject_43244.htm
序号:43244 发表者:Tony JI 发表日期:2003-06-09 18:34:34
主题:关于GetPrivateProfileInt的问题
内容:GetPrivateProfileInt都要传什么参数,我知道有四个。但是不知道每个参数的含义!GetPrivateProfileString是怎么用的?2003-6-9 1
www.eeworm.com/read/101790/15812204
htm subject_43244.htm
序号:43244 发表者:Tony JI 发表日期:2003-06-09 18:34:34
主题:关于GetPrivateProfileInt的问题
内容:GetPrivateProfileInt都要传什么参数,我知道有四个。但是不知道每个参数的含义!GetPrivateProfileString是怎么用的?2003-6-9 1
www.eeworm.com/read/392142/8361794
cpp bbb.cpp
// bbb.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "bbb.h"
#include "bbbDlg.h"
#include "DlgLogin.h"
#include "PrintDoc.h"
#include "PrintFram.h"
#
www.eeworm.com/read/188366/8545723
cpp sgip_api_test.cpp
/**
* 说明:中国联通SGIP1.2接口库示例程序
* 作者:PrinceToad
* Email:princetoad@zealware.com
* Http://www.zealware.com
* 版本: 1.0 2003/09/09
* 1.1 2003/11/08
* 1.11 2003/11/25 针对1.23版本作了更新.
* 1.12 2003
www.eeworm.com/read/386565/8738144
cpp restoredlg.cpp
// Restoredlg.cpp : implementation file
//
#include "stdafx.h"
#include "NoteManage.h"
#include "Restoredlg.h"
#include "ADOConn.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
stat
www.eeworm.com/read/181437/9255296
bas skin.bas
Attribute VB_Name = "Module5"
Option Explicit
Public Fso As New FileSystemObject
Public Function PicProc(picSkin As PictureBox) As Long
Dim i As Long, j As Long, StartLineX As Long
Di