Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - Form1
Search - Form1 - List
VB.Net查找文件的实例 Public Class Form1 查找文件 Private Sub button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles button1.Click Dim MyDir As String = Me.textBox1.Text Dim MyFiles = GetFiles(MyDir) Dim MyStartDate As DateTime = Me.dateTimePicker1.Value Dim MyEndDate As DateTime = Me.dateTimePicker2.Value Dim MyQuery = From MyFile In MyFiles _-Search files
Date : 2025-12-21 Size : 2kb User : youngcw

DL : 0
把form1中的 Private Sub Form_Load() 改为 Public Sub Form_Load() 在Form2中:Call Form1.Form_Load private sub command1_click() dim max for i = 1 to 3 n=val(inputbox("输入第" & i & "个数")) if n>max then max =n end if next print "三个数中最大的数是" & max-In the form1 Private Sub Form_Load () to Public Sub Form_Load () in Form2 in: Call Form1.Form_Load private sub command1_click () dim max for i = 1 to 3 n = val (inputbox (" Enter the first" & i & " Number" )) if n> max then max = n end if next print " The maximum number of three numbers is" & max
Date : 2025-12-21 Size : 11.16mb User : le
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.