Announcing ThumbGen 1.1

by Andrew Jackson 28. August 2007 21:37

Now available for download is a new revision of ThumbGen.

I've taken the time to convert it to .net 2, fix some annoying UI inconsistencies, give better progress feedback when creating thumbnails and also wrap it all up in a nice installer. 

If you've never used ThumbGen before it is a utility for Windows XP & Vista that allows easy creation of thumbnail graphics.
Just drag your files onto the ThumbGen file list, choose your image size, filename prefix or suffix and the file type then press Create Thumbnails.
Thumbnails of your chosen images will be placed in the original images folder.

Available for free from my Desktop Enhancements download area.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

Site News

Speed up your development day

by Andrew Jackson 10. August 2007 18:05

One thing that seems to be a bit hidden to most developers is that opening files within Visual Studio works the same as opening them within a standard file explorer window in that you can specify the default way of opening a file.

This is particularly useful for forms/user controls in that 90% of the time you'll want to dive straight into the code, not go into the form designer even though Visual Studio defaults to opening the form designer which takes an age if you have lots of controls on your form.

To change the default is easy, this example will illustrate changing a VB form from the designer to the code editor.

  • Right click on a form within the Solution Explorer window and select Open With...
  • A dialog appears listing applicable editors within Visual Studio you can use.
  • Select Microsoft Visual Basic Editor
  • Click the Set As Default button.

And that's it, from now on every time you double click on a VB form you'll bring up the code window rather than the designer.

The association is for the whole of Visual Studio, regardless of solution/project loaded.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

Development | Productivity | VB.net

Powered by BlogEngine.NET 1.4.5.0
Theme by Mads Kristensen