Visual Studio Sample code from Developer Fusion https://www.developerfusion.com/t/visual-studio/code/sort/popularity/ Visual Studio Sample code from Developer Fusion http://www.rssboard.org/rss-specification en-GB Mon, 11 Jun 2012 13:09: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 Merge an .exe and a .dll into one .exe How to merge an .exe and a .dll into one .exe using ilmerge in VS.NET http://www.developerfusion.com/code/4504/merge-an-exe-and-a-dll-into-one-exe/ http://www.developerfusion.com/code/4504/merge-an-exe-and-a-dll-into-one-exe/ Tue, 02 Mar 2004 04:47:00 GMT Edward Tanguay 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 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 IE Browser Helper Objects A demonstration of how to implement an IE Browser Helper Object in C# http://www.developerfusion.com/code/4644/ie-browser-helper-objects/ http://www.developerfusion.com/code/4644/ie-browser-helper-objects/ Sun, 26 Dec 2004 14:57:00 GMT Steven Cohn C# WebCam Service with FTP and Installer A C# WebCam Windows Service demonstrating FTP upload, Windows Service Installer, and file rotation. http://www.developerfusion.com/code/4339/c-webcam-service-with-ftp-and-installer/ http://www.developerfusion.com/code/4339/c-webcam-service-with-ftp-and-installer/ Mon, 26 Jan 2004 04:21:00 GMT Dan Glass Developing your first Visual WebGui application An introduction to Visual WebGui through a sample application. http://www.developerfusion.com/code/5639/developing-your-first-visual-webgui-application/ http://www.developerfusion.com/code/5639/developing-your-first-visual-webgui-application/ Sat, 29 Apr 2006 15:57:00 GMT Guy Peled Reveal internal DLL functions Uncover internal DLL functions with Dependency Walker http://www.developerfusion.com/code/133/reveal-internal-dll-functions/ http://www.developerfusion.com/code/133/reveal-internal-dll-functions/ Sat, 14 Jul 2001 14:48:00 GMT ElementK Journals Getting Started With C# This example is to get you started using C# in Visual Studio.NET. It is intended to be used as your first program to test your Visual Studio .NET installation, and to start finding your way around in VS http://www.developerfusion.com/code/1835/getting-started-with-c/ http://www.developerfusion.com/code/1835/getting-started-with-c/ Sun, 28 Oct 2001 18:02:00 GMT Bill Burris 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 CExtStatusControlBar - Managing status bar's panes An enhanced status bar which allows you to easily add/remove almost any controls to/from its panes, on-the-fly. http://www.developerfusion.com/code/4514/cextstatuscontrolbar-managing-status-bars-panes/ http://www.developerfusion.com/code/4514/cextstatuscontrolbar-managing-status-bars-panes/ Tue, 09 Mar 2004 06:17:00 GMT Dmitriy Yakovlev How to validate an XML file with an XSD file Demonstrates an ASP.NET Web Form which tells you if your file is not well-formed and then if it is not valid it lists out the specific reason (like in XMLSpy), quite helpful to find an error in a large XML file as it returns the line number on which the error occurred as well as the tag name. http://www.developerfusion.com/code/2518/how-to-validate-an-xml-file-with-an-xsd-file/ http://www.developerfusion.com/code/2518/how-to-validate-an-xml-file-with-an-xsd-file/ Sat, 08 Jun 2002 13:50:00 GMT Edward Tanguay Integrate Web Content How to integrate web content into your site using the Internet Transfer control http://www.developerfusion.com/code/238/integrate-web-content/ http://www.developerfusion.com/code/238/integrate-web-content/ Sat, 14 Jul 2001 14:48:00 GMT ElementK Journals Debugging client JavaScript in VS 2005 Short guide how to debug client JavaScript in VS 2005. http://www.developerfusion.com/code/5918/debugging-client-javascript-in-vs-2005/ http://www.developerfusion.com/code/5918/debugging-client-javascript-in-vs-2005/ Wed, 19 Jul 2006 08:53:00 GMT Jimmy Skowronski How to create PDF files from ASP.NET pages How to create PDF files from ASP.NET pages with Crystal Reports without using Visual Studio.NET http://www.developerfusion.com/code/4266/how-to-create-pdf-files-from-aspnet-pages/ http://www.developerfusion.com/code/4266/how-to-create-pdf-files-from-aspnet-pages/ Tue, 06 Jan 2004 06:44:00 GMT Edward Tanguay Pinging a host from VB .net A class that allows ping a computer. http://www.developerfusion.com/code/2857/pinging-a-host-from-vb-net/ http://www.developerfusion.com/code/2857/pinging-a-host-from-vb-net/ Fri, 05 Sep 2003 08:50:00 GMT MstrControl Serialize and deserialize objects to an XML file This code shows the simplest way to automatically convert the information in an object to an XML file and back into an object. This is useful if you need to make information available web-server like on your server for other applications to pick it up. http://www.developerfusion.com/code/2517/serialize-and-deserialize-objects-to-an-xml-file/ http://www.developerfusion.com/code/2517/serialize-and-deserialize-objects-to-an-xml-file/ Sat, 08 Jun 2002 13:46:00 GMT Edward Tanguay How to disable uppercase/capitals menus in Visual Studio 2012 Simple registry fix to turn off the upper case menu bar in Visual Studio 2012 http://www.developerfusion.com/code/143962/how-to-disable-uppercasecapitals-menus-in-visual-studio-2012/ http://www.developerfusion.com/code/143962/how-to-disable-uppercasecapitals-menus-in-visual-studio-2012/ Mon, 11 Jun 2012 13:09:00 GMT James Crowley