I want to build开发者_如何学编程 a obj to draw a realtime graph but I have performance limitations
I create class with base class of CPropertySheet, sho开发者_Go百科w this dialog using d.DoModal()
I have created an abstract base class to allow for multiple implementation of a task, which can be called generically via MFC dialog. This task needs to be able to be interrupted if the user clicks ca
Whenever I run my ap开发者_如何学Pythonplication under the debugger, I get the following exception when using CFileDialog to browse for a file to open
We\'re using OLEDragDrop Event in one of our bigger products and have stumbled upon a strange issue. On my machine, if I build the application and run the exe-file, the application sees a drag-drop-ev
I am writing a C++ MFC Dialog based Application and my program has lots of sliders. I want the program to call a function depending on which Slider is being changed by the user. I tried using GetPos()
:-D Long story short, I would like to catch an event fired once the user sets checked to a dialog\'s check button of some windows (not my windows application). I understand littl开发者_开发技巧e about
I am having a button in main dialog,if I click that,pop up dialog box will be opened.Now,I should st开发者_Go百科op creation of so many pop up dialog boxes when I click that button.So,I need to check
I am working with legacy C++/MFC/Win32 code.The project multiplexes various serial protocols over separate physical serial ports, one per client system, to a common front end data repository.
How can开发者_开发问答 I load jpeg file into CImage in true color? When I load it and then save to disk it\'s written correctly saving old palette, but if i draw it on form it\'s drawn in poor 256-lik