how to m a Win+D action button visual basic ??
GR Kevin (Kzip)
Search for Key Hooking ...
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
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.