Showing posts with label 【Visual Studio Visual VB net】Network Connection. Show all posts
Showing posts with label 【Visual Studio Visual VB net】Network Connection. Show all posts

Tuesday, June 1, 2021

【Visual Studio Visual VB net】Network Connection

 Public Class Form1

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

How to Launch a D2C Startup?

Discover why successful D2C startups validate identity before building products and how paid pilots can prove demand before an MVP exists...