本文介绍了如何让按钮在延迟时间内运行很多应用程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想让按钮运行很多应用程序.exe有延迟时间请帮助



我尝试过:



i want to make button run a lot of application .exe with delay time please help

What I have tried:

Private Sub RButton1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles RButton1.Click
       Process.Start(My.Computer.FileSystem.CurrentDirectory & "\dbsrv\admin.txt")
       Process.Start(My.Computer.FileSystem.CurrentDirectory & "\dbsrv\Omar.txt")
   End Sub

推荐答案


这篇关于如何让按钮在延迟时间内运行很多应用程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-24 08:19