https://www.developerfusion.com/t/cpp/code/sort/popularity/ C++ Sample code from Developer Fusion 2006-05-20T02:00:00.00Z http://www.developerfusion.com/code/1728/string-concatenation/ String Concatenation 2001-10-14T18:59:00.00Z How to join/append two strings together in VB James Crowley http://www.developerfusion.com/code/1839/tapi-application/ TAPI Application 2001-10-30T13:18:00.00Z This is a short application showing you how to create a small telephony application. S.S. Ahmed http://www.developerfusion.com/code/2122/creating-your-own-guids/ Creating your own GUIDs 2002-03-09T13:57:00.00Z GUIDs are a useful entity to guarantee that you have a unique name for a kernel object, Registered Window Message, clipboard format, or other object that must be guaranteed to be unique. However, there are times when a program needs to create a GUID; for example, a program that writes .h files. This essay tells how I created my own unique IDs. Joseph M. Newcomer http://www.developerfusion.com/code/1090/a-timer-without-a-timer-control/ A timer without a timer control 2001-07-14T14:48:00.00Z Thought this was impossible? Find out how with the AddressOf operator, and a bit of Windows API! MerrionComputing http://www.developerfusion.com/code/1708/screen-capture-to-the-clipboard/ Screen Capture to the Clipboard 2001-10-13T10:23:00.00Z This is a very simple subroutine that illustrates a technique for capturing the bitmap of an arbitrary window, and then shows how to save it to the clipboard. Joseph M. Newcomer http://www.developerfusion.com/code/2471/how-to-create-a-sprite-using-mfc/ How to Create a Sprite using MFC 2002-06-21T07:06:00.00Z This sample demonstarates how to create a bitmap, create a DC in MFC VC++, and then how to tell the DC to draw the bitmap David Nishimoto http://www.developerfusion.com/code/5717/interacting-with-tinypic-from-c/ Interacting with TinyPic from C# 2006-05-20T02:00:00.00Z The following tutorial will demonstrate how to interact with http://tinypic.com, an image mirroring service, directly from a C# application using the WebRobot component. Fernando Sanchez http://www.developerfusion.com/code/1780/asynchronous-process-notification/ Asynchronous Process Notification 2001-10-20T13:04:00.00Z This example consists of a simple dialog-based application that can launch another application and have the GUI remain alive while the launched process runs, instead of just blocking and being non-responsive. Joseph M. Newcomer http://www.developerfusion.com/code/2118/handling-multiple-direct-odbc-calls-that-fail/ Handling multiple Direct ODBC calls that fail. 2002-03-13T15:13:00.00Z The article addresses the problem that sometimes occurs when making several direct ODBC calls in a sequence. Dale Harkness http://www.developerfusion.com/code/4514/cextstatuscontrolbar-managing-status-bars-panes/ CExtStatusControlBar - Managing status bar's panes 2004-03-09T06:17:00.00Z An enhanced status bar which allows you to easily add/remove almost any controls to/from its panes, on-the-fly. Dmitriy Yakovlev