Windows Application with Control Panel VB .NET Program




                         We can create a complete control panel in our application. This application will use the short keys that are used to invoke the programs contained in the control panel.

Public Class Form1

    Private Sub BtrnAddHW_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BtrnAddHW.Click
        System.Diagnostics.Process.Start("hdwwiz.cpl")
    End Sub

    Private Sub BtnAcc_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BtnAcc.Click
        System.Diagnostics.Process.Start("access.cpl")
    End Sub

    Private Sub BtnADDSW_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BtnADDSW.Click
        System.Diagnostics.Process.Start("appwiz.cpl")
    End Sub

    Private Sub BtnUpdates_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BtnUpdates.Click
        System.Diagnostics.Process.Start("appwiz.cpl")
    End Sub
End Class


OUTPUT


Contact:
Mr. Roshan P. Helonde
Mobile: +91-7276355704
WhatsApp: +91-7276355704
Email: roshanphelonde@rediffmail.com
Share:

Total Pageviews

CONTACT US

Prof. Roshan P. Helonde
Mobile: +917276355704
WhatsApp: +917276355704
Email: roshanphelonde@rediffmail.com

Enter Project Title

Popular Projects

All Archive

Contact Form

Name

Email *

Message *