I am working on the gateway Simulator where Simulator will stream image/video to Data center I have JPEG file for 30 min(lot of individual JPEG images).
I\'m working on a project that currently exists as a user-interactive application w/ MFC dialog boxes.I have to extend it so that it can be used as an application that accepts command-line parameters.
I got the two following CDialog-class created for creating dialog windows from templates and a class CMainDialog that is dereived from CDialog and has some methods do manipulate controls on the dialog
I\'m working on writing an application that straddles the line between C# and C/++ on Windows Mobile 6.1/6.5. We currently have a kiosk application running on our devices, and would like to add the ab
I\'m trying to draw a few simple 3D rectangular prisms, but glBindTexture does not seem to be working properly.
I have an MFC MDI application that annoyingly loads up the previous state of toolbars, etc, when I run it.I\'ve set
I have an mfc dll that I like to load into an C s开发者_StackOverflow中文版harp program! My source tutorial:
I have a C++ MFC Project that calls a C# COM, and whilst I can successfully call my C# COM, I have hit a problem which has me stumped.
I\'m creating a program for s开发者_高级运维ending mail.I want to use Javascript for validation of email id. Can anyone say how to call a Javascript function from MFC?Package the Javascript into a Win
Is it possible to set the font size of a CLinkCtrl? I tried the following code, but it does nothing! EDIT: Oops, forgot to include my attempt: