Add ContextMenu for each datagridview cell at run time in vb.net

In this article i will explain you how we can create dynamic context menu with cut,copy and paste menu items and how to add the this context menu to every cell of the datagridview at run time. Continue reading “Add ContextMenu for each datagridview cell at run time in vb.net”

How to register hotkeys for your application in vb.net

This article is for how to register hotkeys for your application in vb.net.

Introduction:

How to perform various task or operation in application while it is not in focus (such as being minimized to tray). For example if we have a data entry application that is running in the system tray. When the user click on ALT + N keys, Continue reading “How to register hotkeys for your application in vb.net”