C++ Sample code from Developer Fusion https://www.developerfusion.com/t/cpp/code/sort/popularity/ C++ Sample code from Developer Fusion http://www.rssboard.org/rss-specification en-GB Sat, 20 May 2006 02:00:00 GMT String Concatenation How to join/append two strings together in VB http://www.developerfusion.com/code/1728/string-concatenation/ http://www.developerfusion.com/code/1728/string-concatenation/ Sun, 14 Oct 2001 18:59:00 GMT James Crowley TAPI Application This is a short application showing you how to create a small telephony application. http://www.developerfusion.com/code/1839/tapi-application/ http://www.developerfusion.com/code/1839/tapi-application/ Tue, 30 Oct 2001 13:18:00 GMT S.S. Ahmed Creating your own GUIDs 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. http://www.developerfusion.com/code/2122/creating-your-own-guids/ http://www.developerfusion.com/code/2122/creating-your-own-guids/ Sat, 09 Mar 2002 13:57:00 GMT Joseph M. Newcomer A timer without a timer control Thought this was impossible? Find out how with the AddressOf operator, and a bit of Windows API! http://www.developerfusion.com/code/1090/a-timer-without-a-timer-control/ http://www.developerfusion.com/code/1090/a-timer-without-a-timer-control/ Sat, 14 Jul 2001 14:48:00 GMT MerrionComputing Screen Capture to the Clipboard 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. http://www.developerfusion.com/code/1708/screen-capture-to-the-clipboard/ http://www.developerfusion.com/code/1708/screen-capture-to-the-clipboard/ Sat, 13 Oct 2001 10:23:00 GMT Joseph M. Newcomer How to Create a Sprite using MFC 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 http://www.developerfusion.com/code/2471/how-to-create-a-sprite-using-mfc/ http://www.developerfusion.com/code/2471/how-to-create-a-sprite-using-mfc/ Fri, 21 Jun 2002 07:06:00 GMT David Nishimoto Interacting with TinyPic from C# 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. http://www.developerfusion.com/code/5717/interacting-with-tinypic-from-c/ http://www.developerfusion.com/code/5717/interacting-with-tinypic-from-c/ Sat, 20 May 2006 02:00:00 GMT Fernando Sanchez Asynchronous Process Notification 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. http://www.developerfusion.com/code/1780/asynchronous-process-notification/ http://www.developerfusion.com/code/1780/asynchronous-process-notification/ Sat, 20 Oct 2001 13:04:00 GMT Joseph M. Newcomer Handling multiple Direct ODBC calls that fail. The article addresses the problem that sometimes occurs when making several direct ODBC calls in a sequence. http://www.developerfusion.com/code/2118/handling-multiple-direct-odbc-calls-that-fail/ http://www.developerfusion.com/code/2118/handling-multiple-direct-odbc-calls-that-fail/ Wed, 13 Mar 2002 15:13:00 GMT Dale Harkness 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