Click here to Skip to main content
Page 1 of 59
Page Size: 10 · 25 · 50


Tag filtered by:  VC7 [x]
Catalog 11 May 2013   license: Limited Time Trial
IncrediBuild is an easy-to-use platform for accelerating Windows-based processes through advanced Grid Computing technology. IncrediBuild speeds up Visual Studio and make based code builds as well as data builds, scripts and applications.
Catalog 5 May 2013   license: Fully Function Evaluation version
Graphical modeling, vector graphics editor, scientific analysis, data acquisition and display component library, software, Source code for C/C++, .NET , 100% VC++ Source Code is Shipped.
Catalog 2 May 2013   license: Commercial
Help authoring tool. Create CHM help files, manuals in PDF, Web help, RTF files, QtHelp, JavaHelp, EPUB and MOBI and even publish to WordPress. WYSIWYG editor with spellchecker and styles. Screenshot capture and image editor.
Article 25 Apr 2013   license: CPOL
Unmanaged code application accessing data in a database via Web Services without a database provider.
Article 24 Apr 2013   license: CPOL
A simplified explanation of Factory Method and Abstract Factory Patterns with sample C++ code.
Question 24 Apr 2013   license: CPOL
I'm working on an app to show webcam preview using directshow libraries.I'm getting video but there is no audio.Can anyone suggest me how I can add this audio to my application.I have asked this on this also:...
Catalog 23 Apr 2013   license: Fully Function Evaluation version
Ticket printing, bill printing, label printing, document printing, barcode printing, batch printing, packaging printing and design, variable data printing, database printing, Source Code Solution for C/C++, .NET and Web, 100% VC++ Source Code is Shipped.
Catalog 17 Apr 2013   license: Fully Function Evaluation version
Equipment and instrumentation, control and simulation, automatic control OCX, Source code components, middleware development platform for C/C++, .NET, 100% VC++ Source Code is Shipped.
Catalog 16 Apr 2013   license: Fully Function Evaluation version
Coal, mining, monitoring and simulation, information management, software, graphics component library source code for C/C++, .NET , 100% VC++ Source Code is Shipped.
Catalog 9 Apr 2013   license: Fully Function Evaluation version
Workflow design, operational flow chart of the drawing and editing, workflow software, workflow source code component library, development platforms, development engine source code for C/C++, .NET and Web, 100% VC++ Source Code is Shipped.
Catalog 3 Apr 2013   license: Fully Function Evaluation version
Electronic form design, form printing, form filling, data dissemination, C/C++ visualization, VB/.NET, source code component library, 100% VC++ Source Code is Shipped.
Catalog 2 Apr 2013   license: Commercial
EZShellExtensionsMFC enables fast and painless development of any kind of Windows shell extensions including context menu, property sheet, infotip, thumbnail, icon and drag-drop extensions as well as Active Directory extensions and explorer bars.
Catalog 31 Mar 2013   license: Fully Function Evaluation version
CAD drafting, mechanical CAD, Architectural CAD, electrical CAD, CAD design, CAD annotation, printing, software development, Source code control for C/C++, .NET, 100% VC++ Source Code is Shipped.
Catalog 31 Mar 2013   license: Fully Function Evaluation version
HMI-SCADA Graphics Visualization Source Code Solution For C/C++, .NET and Web, 100% VC++ Source Code is Shipped.
Catalog 27 Mar 2013   license: Fully Function Evaluation version
Power systems, wiring diagrams, distribution maps, geographic wiring diagram, the power system configuration and simulation, power dispatch, automatic control, C/C ++ and DELPHI and .NET, and web application examples and , 100% VC++ Source Code is Shipped.
Catalog 25 Mar 2013   license: Shareware
With the SDK/DLL,Developers can read barcodes regardless of orientation, skewing or flipping. Barcodes can be detected and read from specific areas of interest. and barcodes can be read from a variety of supported image file formats.
Article 24 Mar 2013   license: CPOL
A beginner's guide to talking like a computer.
Article 18 Mar 2013   license: CPOL
Automatic thread synchronization classes which throw exceptions instead of error codes.
Catalog 18 Mar 2013   license: Commercial
EZNamespaceExtensionsMFC is a framework for fast, painless and easy development of Explorer namespace extensions using MFC, ATL or plain C++. Its powerful API supports sub-folder navigation, context-menus, background context-menus drag-drop and more!
Article 21 Feb 2013   license: CPOL
To protect your application's unauthorized copy by using image integrity functions (Platform SDK's ImageHlp APIs) and to manage certificates in a portable executable (PE) image file.
Answer 20 Feb 2013   license: CPOL
Please do not post the same question in multiple forums. I already responded to this at http://www.codeproject.com/Messages/4500317/On-displaying-two-images-second-image-overlapps-fi.aspx[^].
Question 19 Feb 2013   license: CPOL
I'm writing a program to display multiple images on character select:my code is on WM_CHAR:case WM_CHAR: { switch((char)wParam) { case 'A': case 'a': hbmp = LoadBitmap(hInst, MAKEINTRESOURCE(IDB_BITMAP2)); break; case 'B': case 'b': hbmp = ...
Catalog 18 Feb 2013   license: Commercial
CryptoLicensing For MFC is a licensing management and copy protection software featuring trials, activation, floating/leased licenses, hardware-locking, domain-locking and more. It supports all your MFC, ATL or C++ applications, libraries, components and controls.
Answer 12 Feb 2013   license: CPOL
Additionally, to all answers:1. In my articles there is an example to drawing text over the video, yes it is in C# but in old DirectX SDK you can find similar examples in C++.2. Another way you can capture frames with Sample Grabber and draw text this way.3. Easy way is to use VMR...
Answer 12 Feb 2013   license: CPOL
Another option is to render bot the video and the text to a texture, and an example on how to render the video to a texture is included with the SDK:Source: (SDK root)\Samples\C++\DirectShow\Players\Texture3D[^]To render the text you do something like this:Enable...
Answer 12 Feb 2013   license: CPOL
What you normally do is overlay text on a video - you don't need to add a label.There are some filters that would allow you to do this for e.g. Pure .NET DirectShow Filters in C#[^] describes a filter that adds text to a video.
Answer 12 Feb 2013   license: CPOL
Please see my comment to the question.Could you simply place a label control over the video? Not fancy, but simple.Otherwise, dig in DirectX; but it will need time and nerve…—SA
Question 12 Feb 2013   license: CPOL
I want to write a text or a label on Preview Window that is showing the webcam preview using directshow.-> Text will be on window when there will be preview or frames on screen.Is here anyone having idea about this, how to do it? Thanks!
Answer 10 Feb 2013   license: CPOL
read the docs carefully: http://msdn.microsoft.com/en-us/library/windows/desktop/dd183376(v=vs.85).aspx[^]You better code with a clear and known sample image, and check whether the header and data are transmitted and retreived corectly.My tip is, that the backcast goes wrong.
Answer 6 Feb 2013   license: CPOL
I did not check the complete code. But a cite from the MSDN GetDIBits() function shows one problem:Quote:The bitmap identified by the hbmp parameter must not be selected into a device context when the application calls this function. To locate such errors, it is helpful to check the return...
Question 5 Feb 2013   license: CPOL
I want to display my image on window without saving it.When data is received window size changes but there is no displayon window.My Code is:int iBufferLength; int iEnd; int iSpaceRemaining; int i; iBufferLength = iSpaceRemaining = sizeof(chIncomingDataBuffer); iEnd =...
Catalog 5 Feb 2013   license: Limited Time Trial
BCGControlBar Pro is an MFC extension library that allows you to create MS Office and Visual Studio-like applications with full customization options (Ribbons, Customizable Toolbars, Menus) and a rich set of professionally-designed GUI components.
Answer 5 Feb 2013   license: CPOL
You might try this article[^]. It's got a good rating and is all about Bitmaps on Windows.Glad to see your project is making progress.
Question 5 Feb 2013   license: CPOL
I'm trying to write a code to show a bitmap on window loaded from a bufferin a win32 application.when I'm trying to write the image using fwrite then its ok but I don't want tosave it and want to show it directly on window.Are you people having any idea?Thanks in Advance!
Article 3 Feb 2013   license: CPOL
KeePass is a free, open-source, light-weight and easy-to-use password safe.
Question 1 Feb 2013   license: CPOL
Hello all!I'm working on a program in which, I'm receiving the bytes of an image and after storing this creating a bitmap to display.This is my Main code Please see this..static char buff[MAX_SIZE]; int num; //receiving the bytes from a client num=recv(Socket, buff,...
Article 27 Jan 2013   license: CPOL
The topic discusses how to safely access the pointers, which are considered as bomb shells if used unsafely.
Question 28 Dec 2012   license: CPOL
Hi guys ,I want to develop FBD editor in mfc .Please give me the suggestion where should i start and from where i whould get the benchmark for it.Thanks,
Question 23 Dec 2012   license: CPOL
free online stream of Seattle Seahawks - San Francisco 49ers justintv 23th Decfree online stream of Seattle Seahawks - San Francisco 49ers justintv 23th Decfree online stream of Seattle Seahawks - San Francisco 49ers justintv 23th DecLINK http://tinyurl.com/d9ty2nm[^]free online stream...
Article 22 Dec 2012   license: CPOL
An introduction to context handles in RPC. A simple RPC client/server application using context handles is explained.
Article 22 Dec 2012   license: CPOL
An introduction to RPC programming. A simple RPC client/server application is explained.
Answer 20 Dec 2012   license: CPOL
Then you must override the drawing of the non-client area yourself, and perhaps even handle the mous clicking and window dragging as well. That area above the client area where the title bar is drawn is called the non-client area, and some legacy articles here or on CodeGuru might explain how...
Answer 17 Dec 2012   license: CPOL
I'm not in front of a Windows OS right now, but I think the MFC framework adds a little "drop-down" button at the right of the toolbar that will open a menu of some kind displaying the buttons that cannot be displayed.Have a look at the CMFCToolbar documentation.
Answer 17 Dec 2012   license: CPOL
This is not a good design, 90 buttons in a single toolbar is just going to confuse people. You should either use multiple toolbars, or the new Ribbon style bars as used in the newer Microsoft Office products. Take a look at these links[^] for help on using the Ribbon.
Question 16 Dec 2012   license: CPOL
Hi guy,My tool bar work fine with limited buttons on it like,i have 20 buttons on of 30x30 size then ok, my tool bar works fine,Problem arised when my number of buttons on tool bar increase,like,If my toolbar have 90 buttons on it then more than 20 buttons cross the mainframe...
Article 8 Dec 2012   license: CPOL
A non-MFC class to encapsulate the FTP protocol.
Answer 29 Nov 2012   license: CPOL
OSVERSIONINFO osvi; memset(&osvi, 0, sizeof(OSVERSIONINFO)); osvi.dwOSVersionInfoSize = sizeof(OSVERSIONINFO); LPWSTR pProfileXml = NULL; DWORD dwFlags = 0; DOT11_BSSID_LIST DesiredBssidList ; WLAN_CONNECTION_PARAMETERS...

Page 1 of 59
1 2 3 4 5 6 7 8 9 10


Advertise | Privacy | Mobile
Web03 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid