C#/C++ Tutorials - Improve your understanding of C# .Net
Welcome to the C#/C++t tutorial pages on Softwaresourcer.com - here you can find tutorials, help and information on C#/C++ and related languages from all over the internet. If you have any questions about C#/C++ programming or would like .Net Development done for your company please complete ourfree IT quotes form. If you are a company who takes on C#/C++ projects and would like to receive leads from people looking for C#/C++ or other .Net work please complete ourIT suppliers partner form.
DateDiff function in C# to simulate VBScripts
This method is used to simulate the VBScript DateDiff Function. It is in Beta right now. I have not yet implemented all of the parameters to the method, just the more commone ones. If you find any problems please email me with a description of the issue...
How to Retain the Aspect Ratio of an Image While Resizing
I needed a way to display images full screen but I did not want the image to change its aspect ratio since that would distort its shape. If the image was very narrow it would expand to fill up the whole width of the screen making the image look too wide...
Getting HTML Sources From Any Running Internet Explorer
Some time ago I was confronted with a problem: how to get HTML source code from a WebBrowser control used in an application that has disabled the copy and view source functions. This example demonstrates how to access the MSHTML object model from a runnin...
XSL Transformation in C# by Jochen Hofmann
A C# class That can transform an XMLDocument to HTML (Text) or or an XMLDocument. It is very flexible and provides several overloads for the transform method. You can post this class to your C# or XML section...
Dialog Switcher Using a Tree Control
So you want to use the new style of dialog where you pick an option from a tree on the left and the appropriate form shows up on the right. This article shows you were to start and how to accomplish this...