I have a problem with glut, I would like to have a callback to know when the user is moving the window of my application, and I didn\'t found anything in glut.
AppActivate seems to be what i need, I am fairly sure there must be an c++/mfc equivalent. Is ther开发者_Go百科e one?You can try these:
I tried to design the ui with some ui mocking software, but i found it\'s hard for me to settle down all the de开发者_Python百科tail of the design, since the database didn\'t design yet.
There is开发者_StackOverflow a need to pass CArray instance to an external DLL from my application written in C++ Builder. Is there a way to utilize MFC from C++ Builder? If yes, how?
In MFC, is there an Open Folder Dialog? That is, rather than choosing a filename, it chooses a folder name? Ideally, I\'d like it to be the way Visual Studio does it when开发者_高级运维 navigating for
I would like to retrieve the process ID and handle of a process by querying for it by process name.Is this poss开发者_StackOverflowible to do on the Win32 Windows Mobile platform?
I have a CStdDlg thats inherits from a CDialog class. In the CStdDlg dialog, I have a list box (m_lcList1), edit box (m_ceEdit1), a radio button(m_rbButton2) and buttons OK, Cancel and Button1.
Environment: Visual Studio 2008, Visual Studio Feature Pack, MFC Dialog App, Windows XP, New Common Controls.
I am creating a simple Windows form through Visual Studio->Visual c++->MFC->MFC Application. It only contains one static edit (label), a browse button and on开发者_运维知识库e button. Here I put a bro
I want to print a customized report to a specific printer, bypassing the print dialog. The printer is to be selected by the user for each report template.