The problem is i am calling one dialox from another dialox , and after returning back from that dialog box the dialog window is not enabled. in order to activate it i have to cli开发者_如何学Cckanywhe
I am trying to bring my running application on click of windows rightclick. Please note I dont want a new instance of the same application but bringing the same application to the front by us开发者_C百
I u开发者_Python百科sing MFC AppWizard and created the SDI application I need to set colour for the outputwnd debug tab in some sequence
I want to display models of different sizes fitted into a view, so that the whole model is visible inside the screen.
I have a application which uses socket connection to send and receive data from another application. While creating socket it uses the port 4998 .
I have a CExceptionHandler class that is invoked whenever my application detects a run-time exception.For example:
When my MFC DLL is loaded a class is insta开发者_开发问答ntiated in dllmain.How do I free the resources allocated for this when the DLL is unloaded or its process completes?Will this be done automatic
I need to add serial port (e.g. COM8) communications to my MFC application.Which APIs should I be looking at to do this?I need it to be able to wait for n bytes to be in the receive queue before trigg
In the past few days I have one question: In MFC, we create an application ob开发者_运维知识库ject derived from CWinApp. We create this object globally. So the MFC framework will use this object to s
As far as I can tell, Visual Studio 2008 provides two ways of making a MFC DLL: New Project -> MFC DLL