how to m a Win+D action button visual basic ??

GR Kevin (Kzip)

Recommended Answers

All 2 Replies

use

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        Dim processID As Integer

        processID = Shell("tsdiscon.exe", AppWinStyle.NormalFocus)



    End Sub

GR Kevin

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.