Monday, May 31, 2021

【Visual Studio Visual VB net】Date and Time Properties

 Public Class Form1

Dim cmdProcess As Process = New Process() Dim fileArgs As String Dim path As String = "C:\Windows\System32\" Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click fileArgs = "shell32.dll,Control_RunDLL timedate.cpl" cmdProcess.StartInfo.Arguments = fileArgs cmdProcess.StartInfo.WorkingDirectory = path cmdProcess.StartInfo.FileName = "RunDll32.exe" cmdProcess.Start() cmdProcess.WaitForExit() Me.Show() End Sub End Class

No comments:

Post a Comment

Forget Hustle, Discipline, and Willpower: Master the Founder Energy Curve

Burnout isn’t a discipline problem. It’s an energy problem. Learn how founders manage circadian, infradian, and ultradian rhythms to work wi...