Keyboard shortcut keys let you allow commands to run after users press a key combination. You use the VB.NET "keydown" event handler to detect that a key was pressed by a user, and create your ...
I have written an application that takes in a fixed-width file (thanks in no small part to advice I recieved in a seperate thread) and then dissasembles each line, runs a fairly meaty SQL SELECT query ...
Is there any way to programmtically remove controls from a windows form at runtime with VB? I haven't done any VB development since helping friends in college (a long time ago). I have found how to ...