28 September 2007

FireFox has a grate Add-In which allows to save any web page to JPEG or PNG format.It's Save As Image.Click here to Download.Save whole web page or you can also crop any part of that web site.It's very usefu...

27 September 2007

www.homepagestartup.com provides a very useful service that you can have multiple home page in a single browser.It is automatically stores sites information in cookies and when you come back in this site again it will display the same, There is also Tab feature to manage more sites.Just click on icon, add URL and save it.You should have to register to get more feature...

24 September 2007

One day when I was debugging the code. It started to show hexadecimal values automatically.I don't know that how it was stared. and I also did not know that how to see decimal back at that time.but it was simple option that was in Local Window that named "Hexadecimal Display".Click on Debug Menu -> Windows -> Local.Right Click on Local Window and get this option as pop-up men...

19 September 2007

Create shapes on form as Visual Basic 6.0 can do that directly on the form.Power Pack 2.0 is a line, shape controls, printform component, and printer compatibility library.It has 4 controls.There are so many property and event.Download Microsoft Visual Basic 2005 Power Packs 2...

17 September 2007

See MSDN Magazine in a book format.Click Here.Have fun with moving page...There is also another magazine for "Dr. Dobb's Journal...

15 September 2007

I have created a user control "Any Drop Down List" anyDDL. Its use to show drop download list form database very quickly.Lets create that user control.I'm using Visual Studio 2005, Framework 2.0, SQL Server 2005, ASP.net, C# language to build it.Start Visual Studio,Click on Create New Web Site.Select ASP.net web site.Click on OK button.Now,click on Web Site menu or right click on project name in...

08 September 2007

Start to use isError formula in excel when you are calculating something.I have seen many time error, In Excel. #Ref#DIV/0#NAME?You can remove all this error and also vice some user friendly value or message there by using ISERROR formula.IsError(value) returns boolean value in True or False.try some example in your excel sheet. =IsError(1/0)it will return TRUE, it mean there is some error.Here...

07 September 2007

Lets create Outlook 2007 Add-In using Visual Studio 2005.If you have not installed VSTO then Download Microsoft Visual Studio 2005 Tools for Office Second Edition Runtime (VSTO 2005 SE) (x86).Start IDE.Click on File, New projectSelect Outlook Add-In and Click on OK.you will find some code like this:Public Class ThisAddIn Private WithEvents btn1 As Office.CommandBarButton Private Sub ThisAddIn_Startup(ByVal...