Library code snippets tagged with c++

Search filter
Tags
Page 1 of 1
  • Interacting with TinyPic from C#

    by Fernando Sanchez

    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. c++, image, thumbnail, website

  • CExtStatusControlBar - Managing status bar's panes

    by Dmitriy Yakovlev

    An enhanced status bar which allows you to easily add/remove almost any controls to/from its panes, on-the-fly. c++

  • How to Create a Sprite using MFC

    by David Nishimoto

    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 c++

  • Handling multiple Direct ODBC calls that fail.

    by Dale Harkness

    The article addresses the problem that sometimes occurs when making several direct ODBC calls in a sequence. c++

  • Creating your own GUIDs

    by Joseph M. Newcomer

    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. c++

  • Asynchronous Process Notification

    by Joseph M. Newcomer

    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. c++

  • Screen Capture to the Clipboard

    by Joseph M. Newcomer

    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. c++