This document contains the keyboard shortcuts that are set by default when you use the Visual Basic Development Settings. To set the Visual Basic Development Settings, on the Tools menu, click Options. In the Options dialog box, select Show all settings, and then, under Environment, click Keyboard. Click the Visual Basic 6 keyboard mapping scheme in the drop-down list and then click OK.
Read the rest of this entry »
10 Jun
Posted by jj as Visual Basic.Net
Developing programs for multiple languages used to be long and daunting tasks. Changing a program so it can be used in another language used to involve making major adjustments to the original program and sometimes used to require writing a totally different program for the new language. For example, developing a program in English and then changing it so it could be used in Arabic would take making major modifications to the original code, adding routines and introducing new tools to make the changes.
Read the rest of this entry »