CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Form1
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Form1 - List
[
Software Engineering
]
20070508
DL : 0
Visual Basic 6.0可以通过调用API函数格式化一个磁盘,无论是软盘还是硬盘。 打开一个新的项目(工程1) ,如果你没有更改过缺省模式,那么Visual Basic 6.0会自动添加一个form1文件,在form1上添加一个命令控件,将下面的代码拷入。 Option Explicit Private Declare Function SHFormatDrive Lib"shell32"( ByVal Hend AS Long,ByVal Drive AS Long,ByVal FormatID AS Long,ByVal Options AS Long) as Long Private Sub FormatDisk(intDrive as integer,blnQuickFormat as Boolean) dim lngReturn As Long if (blnQuickFormat) then lngReturn= SHFormatDrive(0,intDrive,0&,1&) else lngReturn= SHFormatDrive(0,intDrive,0&,0&) end if end Sub Private Sub Command1_Click() call FormatDisk(0,True) End Sub 运行此程序。 注意FormatDisk函数的第一个变量很重要,他的值是0,1,2时代表格式化的分别是:A、B、C盘。 -Visual Basic 6.0 can be seen by calling the API function formatting a disk, both floppy disk or hard disk. Open a new project (a project), if you have not changed the default mode, Then Visual Basic 6.0 will automatically add a <form documents, <form in adding a control order, it is copyed into the code below. Option Explicit Private Declare Function SHFo rmatDrive Lib "shell32" (ByVal Hend AS Long, ByVal Drive AS Long, ByVal FormatID AS Long, ByVal Options AS Long) as Long Private Sub Forma tDisk (intDrive as integer, blnQuickFormat as Boolean) dim lngReturn As Lo Vi if (blnQuickFormat) then lngReturn = SHForm atDrive (0, intDrive, 0
Date
: 2025-12-21
Size
: 1kb
User
:
hasia
[
Software Engineering
]
yuanwenjian
DL : 0
Private Sub cancel_Click(Index As Integer) Unload form1 End Sub
Date
: 2025-12-21
Size
: 5kb
User
:
scf
[
Software Engineering
]
Form1
DL : 0
usb to serial ic2303
Date
: 2025-12-21
Size
: 1kb
User
:
dinu
[
Software Engineering
]
Form1
DL : 0
该程序实现GPS与计算机的串口通信,并进行GPS数据解析和坐标转换等功能。-The program realization of GPS and the computer' s serial letter and make GPS data parsing and coordinate conversion functions.
Date
: 2025-12-21
Size
: 2kb
User
:
赵伟
[
Software Engineering
]
Form1
DL : 0
该程序是一个完整的画图板实现功能,有直线,矩形,椭圆,文本和图像的处理功能。-The program is a complete drawing board to achieve function, there is a straight line, rectangle, ellipse, text and image processing capabilities.
Date
: 2025-12-21
Size
: 1kb
User
:
赵伟
[
Software Engineering
]
Form1
DL : 0
该程序运用C#中的GDI+功能的双倍缓存功能实现了一个点的动态显示功能。-The program using C# in the GDI+ functionality implements a double buffer function of the dynamic point of display.
Date
: 2025-12-21
Size
: 1kb
User
:
赵伟
[
Software Engineering
]
Form1
DL : 0
看看 玩玩 开山之作 ok-have a look
Date
: 2025-12-21
Size
: 1kb
User
:
cyd
[
Software Engineering
]
Form1.Designer
DL : 0
小学生数学自测系统,可实现加减乘除的运算-test system
Date
: 2025-12-21
Size
: 1kb
User
:
戴露萍
[
Software Engineering
]
form1
DL : 0
this document contains a list of mathematical formula
Date
: 2025-12-21
Size
: 38kb
User
:
tatta
[
Software Engineering
]
Form1
DL : 1
圆弧条分法计算边坡稳定 瑞典圆弧条分圆弧条分法计算边坡稳定 瑞典圆弧条分-Circular slice method for slope stability Swedish arc circular slice slice method for slope stability calculation circular slice of Sweden
Date
: 2025-12-21
Size
: 6kb
User
:
胡宇祥
[
Software Engineering
]
COMPUTERCODE4VB
DL : 0
VB计算器源代码,简单易用,完全版的前后台代码... 请把源代码的保存为 form1.frm-VB source code calculator
Date
: 2025-12-21
Size
: 3kb
User
:
jammy
[
Software Engineering
]
Form1
DL : 0
这是一个记单词的小软件,其中包括四级和六级的单词,很方便。-This is a small software remember the words,The words including level 4 and level 6,it s very convenient .
Date
: 2025-12-21
Size
: 4kb
User
:
望月
[
Software Engineering
]
Form1
DL : 0
从很多拟合公式中进行数据插值,输入必要参数,即可得到插值。-Data from many fitting interpolation formula, enter the necessary parameters, you can get interpolation.
Date
: 2025-12-21
Size
: 7kb
User
:
陈大宝
[
Software Engineering
]
Establish-magnetic-form
DL : 0
建立磁性窗体,实现窗体的粘贴: 实现粘贴的难点在于什么时候进行这个操作,假设有两个窗体Form1和Form2,移动Form2向Form1靠近,当Form2与Form1的最近距离小于distance时粘贴在一起。显然,应该在移动Form2的过程中进行判断,问题是在程序的什么位置插入判断代码 -Establish a magnetic form, to achieve a form of paste: Paste realize the difficulty that when this operation, assuming that there are two forms Form1 and Form2, Form2 move closer to Form1, Form2 and paste when the closest distance is less than the distance Form1 together. Obviously, it should be judged in the process of moving Form2, the problem is to insert the code to determine at what point in the program
Date
: 2025-12-21
Size
: 1.24mb
User
:
李逵
[
Software Engineering
]
Form1
DL : 0
电脑真人语音,Computer human speech 。-Computer human speech
Date
: 2025-12-21
Size
: 1kb
User
:
简单
[
Software Engineering
]
Form1
DL : 0
Go-Back-N ARQ is a specific instance of the automatic repeat request (ARQ) protocol, in which the sending process continues to send a number of frames specified by a window size even without receiving an acknowledgement (ACK) packet the receiver. It is a special case of the general sliding window protocol with the transmit window size of N and receive window size of 1.-Go-Back-N ARQ is a specific instance of the automatic repeat request (ARQ) protocol, in which the sending process continues to send a number of frames specified by a window size even without receiving an acknowledgement (ACK) packet the receiver. It is a special case of the general sliding window protocol with the transmit window size of N and receive window size of 1.
Date
: 2025-12-21
Size
: 1kb
User
:
xiao
[
Software Engineering
]
Form1
DL : 0
code to create one form
Date
: 2025-12-21
Size
: 1kb
User
:
rohit sharma
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.