I have a dialog box (CDialog) with owner-drawn CTabCtrl in it. Tabs content are child dialogs (one for each tab). There is an CEdit in each tab. When the user clicks a tab, I\'m hiding all child dialo
We are using MFC static control in a dialog box to display some content to user. Both static control and dialog box are defined in a resource file (.rc) as LTEXT and DIALOG. Problem is if content is m
Alright, so here\'s this function . . ON_COMMAND (ID_COLOR_RED, OnColor) ON_COMMAND (ID_COLOR_GREEN, OnColor)开发者_StackOverflow社区
I have a phone-book program written in C++, that uses the MVC model, now what I want is to replace the View component, that\'s basically开发者_如何学编程 the console window, with an MFC. How would I d
I am trying to use HRESULT GetDHtmlDocument(IHTMLDocument2 **pphtmlDoc); function in MFC programming. Basically, I am trying to render GUI in a HTML View Dialog application (C++ w/ MFC) given di
I would like to customize Windows Explorer. One thing I want to do is changing file name\'s color in list view if the file has a special condition.
I want to programmatically set the state of a tree ctrl item to be selected and then process it elsewhere. I want to do this to reuse the code that is called when the user clicks it. I try this but it
In an MFC-program I built myself I have some weird problems with the CPU usage. I load a point cloud of around 360k points and everything works fine (I use VBO buffers which is the way to do it from
There were some windows opened, And from my process I want to launch one more window(high priority) in which user has to enter cr开发者_高级运维edentials. And i want to put this credentials window to
I am trying to modify a current MFC application running on Windows NT4 to use boost libraries for ethernet communcications (originally, it used CommX for serial) and general increased performance, eff