VB.NET Sample code from Developer Fusion https://www.developerfusion.com/t/vb.net/code/ VB.NET Sample code from Developer Fusion http://www.rssboard.org/rss-specification en-GB Wed, 06 Aug 2008 09:35:00 GMT Making a .NET app run on Vista with Administrator priviledges If you're targeting Windows Vista and your application requires administrator priviledges (such as accessing the program files directory), then it will fail unless you include a manifest so Windows knows. Here's how. http://www.developerfusion.com/code/7987/making-a-net-app-run-on-vista-with-administrator-priviledges/ http://www.developerfusion.com/code/7987/making-a-net-app-run-on-vista-with-administrator-priviledges/ Wed, 06 Aug 2008 09:35:00 GMT James Crowley How to empty a recycle bin Here is a little snippet that allows you to clean your recycle bin without any confirmation from the user, no progress ui and the sound is removed. http://www.developerfusion.com/code/5673/how-to-empty-a-recycle-bin/ http://www.developerfusion.com/code/5673/how-to-empty-a-recycle-bin/ Sat, 06 May 2006 14:57:00 GMT Peter Rekdal Sunde VB Express Color Object to Hex String This function takes one color type variable and returns the hex code in a string. http://www.developerfusion.com/code/5664/vb-express-color-object-to-hex-string/ http://www.developerfusion.com/code/5664/vb-express-color-object-to-hex-string/ Fri, 05 May 2006 05:42:00 GMT Chris Buske Visual WebGui a unique approach to AJAX development Visual WebGui is not just another AJAX framework but rather a different approach to web application development, specially designed to simplify building highly complex applications like Outlook Web Access (OWA). Visual WebGui makes it possible for developers to create applications that were previously developed only by the "big guys". http://www.developerfusion.com/code/5638/visual-webgui-a-unique-approach-to-ajax-development/ http://www.developerfusion.com/code/5638/visual-webgui-a-unique-approach-to-ajax-development/ Sat, 29 Apr 2006 15:45:00 GMT Guy Peled Health Monitoring in ASP.NET 2 This is a code sample for using health monitoring... http://www.developerfusion.com/code/5543/health-monitoring-in-aspnet-2/ http://www.developerfusion.com/code/5543/health-monitoring-in-aspnet-2/ Sat, 01 Apr 2006 17:47:00 GMT GDI+ Image Encoder and Decoder Info Sample code to display useful information about the built in GDI+ Image Encoders and Decoders. Easily used to display information about any Encoder and Decoder as well. http://www.developerfusion.com/code/5505/gdi-image-encoder-and-decoder-info/ http://www.developerfusion.com/code/5505/gdi-image-encoder-and-decoder-info/ Mon, 20 Mar 2006 09:49:00 GMT Mitch ★ Date And Time Validation Functions This function is used for VB.Net developers. It is useful for Date validate when the date format is "dd/MM/yyyy" or "dd/MMM/yyyy". Time validation is also useful for Validating the given time in the format of "HH:mm:ss" http://www.developerfusion.com/code/5480/date-and-time-validation-functions/ http://www.developerfusion.com/code/5480/date-and-time-validation-functions/ Wed, 08 Mar 2006 14:23:00 GMT Hari K SQL Data Provider VB.NET Class This class includes some useful methods for working with Misrosoft SQL Server in .NET simply and quickly. http://www.developerfusion.com/code/5445/sql-data-provider-vbnet-class/ http://www.developerfusion.com/code/5445/sql-data-provider-vbnet-class/ Sat, 25 Feb 2006 08:59:00 GMT Convert Decimal Integer Values to Binary String in VB6 A small function to convert decimal integer values to a binary string. The number of bits can be optionally specified but this will be increased if insufficient. http://www.developerfusion.com/code/5430/convert-decimal-integer-values-to-binary-string-in-vb6/ http://www.developerfusion.com/code/5430/convert-decimal-integer-values-to-binary-string-in-vb6/ Wed, 22 Feb 2006 13:52:00 GMT Alex Etchells VB.NET Stylise Your Forms like you would with CSS on a webpage How to Programatically change properties of all the controls on your form. http://www.developerfusion.com/code/5246/vbnet-stylise-your-forms-like-you-would-with-css-on-a-webpage/ http://www.developerfusion.com/code/5246/vbnet-stylise-your-forms-like-you-would-with-css-on-a-webpage/ Thu, 19 Jan 2006 06:32:00 GMT phill Printing with formatting in VB.NET This code demonstrates how to print formatted text using VB.NET, with a a printing class which allows text to be formatted at the character level. http://www.developerfusion.com/code/5232/printing-with-formatting-in-vbnet/ http://www.developerfusion.com/code/5232/printing-with-formatting-in-vbnet/ Tue, 17 Jan 2006 21:27:00 GMT Jereme Guenther IP2Location Geolocation .NET Component in VB.NET IP2Location .NET component that translates IP address to country, city, region, latitude, longitude, ZIP code, ISP and domain name. Developers use this component for projects related to: 1. Display native language and currency; 2. Redirect based on country; 3. Digital rights management; 4. Prevent password sharing and abuse of service; 5. Reduce credit card fraud; 6. Web log stats and analysis; http://www.developerfusion.com/code/5159/ip2location-geolocation-net-component-in-vbnet/ http://www.developerfusion.com/code/5159/ip2location-geolocation-net-component-in-vbnet/ Fri, 06 Jan 2006 06:00:00 GMT IP2Location Inc Priority Queue .NET Priority queue is collection like stack or queue. Objects are pushed into priority front in any order, and a priority is assigned to each object. They can be then popped from priority front ordered by priority. It is able to specify if objects with lower priority are popped first or objects with greater priority are popped first. http://www.developerfusion.com/code/5052/priority-queue-net/ http://www.developerfusion.com/code/5052/priority-queue-net/ Fri, 16 Dec 2005 10:45:00 GMT Rasto Novotny Generate an Image of a Web Page Demonstrates how to fetch images and thumbnails of web pages using a hidden web browser control. http://www.developerfusion.com/code/4712/generate-an-image-of-a-web-page/ http://www.developerfusion.com/code/4712/generate-an-image-of-a-web-page/ Fri, 22 Jul 2005 15:50:00 GMT Alan Dean Using the Credential Management API Following secure development best practice, an application should obtain and store user credentials securely. Microsoft has provided a means to accomplish this on the desktop: the unmanaged Credential Management API, which exposes the capability to provide a standard login experience for the user which is also secure. This code demonstrates how to create a generic dialog implementation using this API. http://www.developerfusion.com/code/4693/using-the-credential-management-api/ http://www.developerfusion.com/code/4693/using-the-credential-management-api/ Thu, 28 Apr 2005 16:39:00 GMT Alan Dean Parse a UK Date String Ever wondered why DateTime.Parse doesn't recognise non-US date format? Here's how to get it to! http://www.developerfusion.com/code/4690/parse-a-uk-date-string/ http://www.developerfusion.com/code/4690/parse-a-uk-date-string/ Fri, 15 Apr 2005 12:11:00 GMT James Crowley Spoofing the Referrer using HttpWebRequest Here's a simple way to spoof the referrer to a web page during a web request. http://www.developerfusion.com/code/4672/spoofing-the-referrer-using-httpwebrequest/ http://www.developerfusion.com/code/4672/spoofing-the-referrer-using-httpwebrequest/ Sun, 20 Feb 2005 10:54:00 GMT Dave Wanta Calculate Age How to calculate someone's age from their birth date. http://www.developerfusion.com/code/4671/calculate-age/ http://www.developerfusion.com/code/4671/calculate-age/ Sun, 20 Feb 2005 10:33:00 GMT James Crowley Double buffering in .NET Ever wondered how to double buffer with a Graphics object so your GDI+ based game/control doesn't flicker annoyingly? Here's how! http://www.developerfusion.com/code/4668/double-buffering-in-net/ http://www.developerfusion.com/code/4668/double-buffering-in-net/ Fri, 11 Feb 2005 13:59:00 GMT Simon Soanes Execute a Process and Fetch its Output Demonstrates how to redirect the output of a shell program (such as a batch file) so you can fetch the text it returns. http://www.developerfusion.com/code/4662/execute-a-process-and-fetch-its-output/ http://www.developerfusion.com/code/4662/execute-a-process-and-fetch-its-output/ Sun, 30 Jan 2005 14:15:00 GMT James Crowley