1. Open a new windows form application program. 2. Add the mscomm32.ocx to the toolbox in your project if not added. refer to Figure 1.…
1. Create a Hot key class to deal with the hotkey registry and unregistry Public Class Hotkey #Region “Declarations – WinAPI, Hotkey constant and Modifier Enum”…
Enable VBA Editor if not enabled Open Excel Options window from File menu and check the Developer Open VBA editor Click Developer on…
Most of the applications allow users to open or display an empty document. This indicates that such an application expects the user to create a…
Find out all the installed printers and add them into the ListBox1 Imports System.Drawing.Printing PrivateSub FindInsttaledPrinters() Dim InstalledPrinter As String ForEach InstalledPrinter In PrinterSettings.InstalledPrinters…