Archive for January, 2006
Saturday, November 29, 2008 10:16
Google has just released a new beta version of the their toolbar.Google Toolbar 4.0 (beta) can now be downloaded via this link.The following features are currently included in Google Toolbar 4.0 :
Add buttons to the Toolbar to search your favorite sites
Bookmark frequently visited pages and access them from anywhere
Search smarter with instant suggestions as you [...]
Saturday, November 29, 2008 10:16
This plug-in allows you to see a preview of your XML document comments – real-time, as you edit the comments in Visual Studio.CR_Documentor offers the ability to choose the level of tags you want to be "compatible" with, the manner in which "unrecognized" tags are handled, and other formatting options.CR_Documentor offers context-menu support to aid [...]
Saturday, November 29, 2008 10:16
PureComponents NicePanel is container component of active look, which will enrich your applications. NicePanel has header and footer, which widen its usage. Using gradient fill and color schemes you can easily and quickly set nice look, which can be further enhanced with images from integrated Clip Art or from file.
Unlike standard Panel, NicePanel has [...]
Saturday, November 29, 2008 10:16
This code snippet forces windows to delete the file on reboot.
[System.Runtime.InteropServices.DllImport("kernel32.dll")]
private static extern bool MoveFileEx(string lpExistingFileName, string lpNewFileName, int dwFlags);
const int MOVEFILE_DELAY_UNTIL_REBOOT = 0×00000004;
static void MarkFileToDeleteOnReboot(string fileName)
{
MoveFileEx(fileName, null, MOVEFILE_DELAY_UNTIL_REBOOT);
}
Bookmark It
Hide Sites
$$(‘div.d731′).each( function(e) { e.visualEffect(’slide_up’,{duration:0.5}) });
Saturday, November 29, 2008 10:16
These code samples show you how to build VSMacros projects,add ins, and wizards to make your teams more productive and to customize Visual Studio .NET 2005 to the ways you like to work.
Intercept commands when they are invoked, and either provide preprocessing or implement the command yourself.
Control the solution, projects, and project items by [...]
Saturday, November 29, 2008 10:16
SWiK is a community driven resource for open source projects. Try starting a page about your favorite project, syndicating a weblog for a topic, or browsing through tags people have added to projects or pages. SWiK contains information and news about thousands of open source software and people are constantly adding cool [...]