I want to create full screen topmost (screen saver) window with MFC? How to create such full screen window in MFC? I tried to create win32 application and i am able to create fullscreen top most 开发者
I am using CPropertySheet class for my design in MFC application,normally in CPropertySheet there would be 4 default buttons..I want to hide/delete the HELP button..I tried the following..but its not
I have several forms that have common sections and I would like to pull them out into their own resource.Basically I am looking for a way to make a CF开发者_开发百科ormView into a windows control that
Is it possible to create an MFC static library (.lib) and link it to a non-MFC C++ application? If so, does anyon开发者_如何学运维e know how to create an MFC static library? Visual Studio doesn\'t see
I\'m trying to install some files from a batch file (through code).开发者_高级运维 However the command should only run as \"elevated command\" in Vista and Windows 7
I am developing a MFC program under windows CE. It is unicode by default. I can use TRACE to print some message like this
Is there a way to loop through all MFC Child Dialogs, MDI frames 开发者_运维百科and etc? And is there a way to find out which dialog or window I am looping through?Taken from Анатолий Туто
I\'m having trouble getting a RichEdit control to display unicode RTF text. My application is Unicode, so all strings are wchar_t strings.
In an attempt to try to confirm another SO posters suggestion for key handling in an ActiveX control hosted on a winforms window, I tried making a bare-bones MFC ActiveX control, then placing it on a
I am wo开发者_开发知识库rking on a Windows MFC application. I am preparing a report list in my design