I\'m developing a face recognition login application in MFC. How can I run my application when the windows login s开发者_StackOverflowcreen appears and how can I login (having the username and passwor
I want to draw in Pictu开发者_JAVA百科re Box control my purpose is picture box have scroll bar that I can draw in it bigger than what It\'s size I mean have scroll to move It\'s picture,
I\'m writting an application that autofills saved data in any win32 application. This application is done in vc++ for MFC.
I\'m currently having a problem with bitshift operators. I\'m not familiar with it so pardon the lame question.
I have this job of implementing a library that provides a file-sharing feature. This has already happened twice:
I\'ve recently came across a DLL (github) that uses MFC dialogs (it imports \"afxdlg.h\" and calls CFileDialog, for example) and appears to statically link to MFC, but doesn\'t have a class based on C
I am trying to implement a classic Windows Explorer kind of Application, CpliterWnd has two panes : Left pane is CLeftTreeView : public CTreeView
I want to get the开发者_StackOverflow中文版 time at UTC or GMT with respect to the current System Time in MFC. I have tried with the GetGmtTm() of the CTime as below
I have a rather large app that displays many differen开发者_运维百科t MFC CDialog-derived dialog windows.All of the dialogs are displayed from a central function that is similar to this:
Is there a way to开发者_运维知识库 lock a dialog box\'s size in one direction (restrict only width or only height) in MFC? You need to override OnGetMinMaxInfo. In OnInitDialog you can capture the cur