January 20th, 2006
Visual Studio 2002 and 2003 contains many sophisticated tools but it misses one of the most important - new procedure/property builder. MZ Tools add-in makes a great job here.
If you only need to create new property, I'll show you a simple macro which will help you. It will ask you for property name and type [...]
Posted in Visual Studio Tips | 2 Comments »
January 13th, 2006
Unlike VS 2005, there is no Import/Export Settings function in VS .NET 2002 and 2003. This is really useful if you want to backup your IDE settings (fonts&colors, toolbars, external tools, editor settings etc.) for the case you'll need to reinstall Visual Studio. Or you might want to share IDE settings among all users.
There is [...]
Posted in Visual Studio Tips | No Comments »
January 5th, 2006
Did you ever want to write very long string constant in your source code? You surely did if you wanted to display longer text in message box, for example. Or you wanted to create a macro which generates some longer source code. In this case you needed the code template stored in a string if [...]
Posted in Visual Studio Tips | 1 Comment »
December 27th, 2005
VS 2005 introduced new feature which confuses many people. Newly opened documents are placed in reverse order - to the left of already opened pages and not to the right as it used to be in VS 2002/2003 and as we know it from majority of programs that use tabbed interface. Existing documents are scrolled [...]
Posted in Visual Studio Tips | 1 Comment »
December 20th, 2005
"How can I share one source code file across several projects? I want to have this file on one place only and use it in multiple projects so when I modify it in one project, the changes get automatically reflected in all projects. When I add existing file to the project, a local copy is [...]
Posted in Visual Studio Tips | 2 Comments »