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.
V1.0 Guestbook in C#
This application was adopted from Steve Schofield's original VB Guestbook DotNet application - I converted it to C# and added a few features that work better for me...
Dynamically Switchable Control Type
This article shows how a control can be switched at run-time between a number of controls including edit, combobox, static, and checkbox controls....
Building An Outlook COM Add-In With VC /ATL
Just recently I developed an Outlook 2000 COM add-in as part of a CRM tool that I was creating. While coding the project, I thought that the details of a similar add-in would make a good topic for an article, especially since most of the Office related CO...