Most useful Visio tips and tricks

Posted by Devang Gandhi on October 11th, 2009

Check out the top 5 Visio tips from Crabby Office Lady.

Share:
  • Digg
  • del.icio.us
  • Slashdot
  • StumbleUpon
  • Technorati

WCF Test Client

Posted by Devang Gandhi on August 27th, 2009

While developing a WCF service, I had to write a client for it as well to debug/test it. I recently found out that Visual Studio tools include a WCF test client. It is a GUI tool that enables users to test their WCF service by passing parameters to it and viewing the response. It (WcfTestClient.exe) is located at C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\

Share:
  • Digg
  • del.icio.us
  • Slashdot
  • StumbleUpon
  • Technorati

Yahoo and Google comparison

Posted by Devang Gandhi on August 17th, 2009

I read this article that compares the two internet giants. A nice read indeed.

Share:
  • Digg
  • del.icio.us
  • Slashdot
  • StumbleUpon
  • Technorati

Outlook error: .pst file cannot be opened

Posted by Devang Gandhi on August 9th, 2009

If you are getting this error, one of the reasons could be that you have the same .pst file opened by two instances of Outlook on different machines. Make sure to close the .pst file by right click on the folder that is pointing to the .pst file and then selecting “Close <folder-name>” from one of the Outlook instances.

Share:
  • Digg
  • del.icio.us
  • Slashdot
  • StumbleUpon
  • Technorati

Visio trick: Align shapes automatically

Posted by Devang Gandhi on July 2nd, 2009

While putting together a Visio diagram, I have always felt a need to align my blocks/shapes in a straight line either horizontally or vertically. I was doing it manually and it was quite tedious. Then I discovered this neat little trick to auto align the shapes in the diagram. All you need to do is select the shapes that need to align, then go to the menu Shape -> Align Shapes. A pop up will appear and it will let you select between horizontal and vertical alignment.

Share:
  • Digg
  • del.icio.us
  • Slashdot
  • StumbleUpon
  • Technorati

How to add breakpoints in Visual Studio without the source code

Posted by Devang Gandhi on June 5th, 2009

I found this really handy trick here. This can be very helpful in doing development using Visual Studio as your IDE.

Share:
  • Digg
  • del.icio.us
  • Slashdot
  • StumbleUpon
  • Technorati

How to add the Back button in Microsoft Word 2007

Posted by Devang Gandhi on May 17th, 2009

The web toolbar of Microsoft Word 2003 was very useful to navigate through a large document. I realized that it is not available in Word 2007. However, there is a way to add the Back and the Forward buttons to the quick access toolbar. Follow these steps.

  1. Click the Microsoft office button in the top left corner of your Word window.
  2. Click on “Word Options” at the bottom of the menu.
  3. Click on “Customize” from the left pane.
  4. In “Choose commands from” drop-down menu, select “All Commands”.
  5. From the list of commands find “Back” and click “Add”
  6. Similarly, find “Forward” and click “Add”
Share:
  • Digg
  • del.icio.us
  • Slashdot
  • StumbleUpon
  • Technorati

Command to find logged-on users on Windows Vista

Posted by Devang Gandhi on May 5th, 2009

If you are using one of the public/lab machines and want to find out information about the users logged on to that machine, just open the command prompt (Start->Run, type “cmd”) and type

query user

For each user, it returns information like username, sessionname, id, state, idle time and logon time. If the state is “active”, that means the user is currently logged on. If the sessionname is something like “rdp-tcp#0″, that means the user is connected to the machine over a remote desktop session.

Share:
  • Digg
  • del.icio.us
  • Slashdot
  • StumbleUpon
  • Technorati

How to insert a hyperlink in a Word document?

Posted by Devang Gandhi on April 24th, 2009

To insert a hyperlink that refers to a particular section with your Word document, you first need to create a bookmark for that section. Then you can link to that bookmark anywhere in the document. Detailed instructions here.

Share:
  • Digg
  • del.icio.us
  • Slashdot
  • StumbleUpon
  • Technorati

Financial crisis timeline

Posted by Devang Gandhi on April 3rd, 2009

Check out the wikipedia Subprime crisis impact timeline. The year 2008 looks quite bad.

Share:
  • Digg
  • del.icio.us
  • Slashdot
  • StumbleUpon
  • Technorati

Copyright © 2007. Devang Gandhi. All rights reserved.