I\'m usi开发者_JS百科ng MFC\'s CArhive class to save off a project file for my app. One of the class names is wildly inaccurate and I\'d like to change it, but simply changing the name everywhere rend
I\'m trying to keep my C++ project cross开发者_如何转开发-platform as much as possible.Albeit I do have dependencies on the following MFC\\ATL classes: CString, CTime, CTimeSpan.
I run a process by CreateProcess(...). I get and keep the PROCESS_INFORMATION. In a normal situation, I\'m waiting for the process to be finished by:
I want to add a CComboBoxEx on my form, but I have to align it with other controls and makeit the same height.
let\'s say I\'ve got a handler of the wm_paste message in a CEdit descendant: LRESULT CMyEdit::OnPaste(WPARAM wParam, LPARAM lParam)
in a C++ MFC application. using the dcof ( CPaintDC dc(this); ) How do i draw a rectangle ( LPRECT ) with an alpha transparencythat i can adjust.?
Does anyone know a good document/article about GDI resource handling? I need to share some resources like icons and bitmaps among classes that can have different lifetime, and I want to understand ho
I got a stupid question on ListView Control usage. I created a Windows Form App in VS2005. No I dragged a ListView Control from the toolbox. I want to implement my code to show some content(including
I am using mfc CDialog.I need to show the close and minimize/maximize butto开发者_运维问答n, but they should not close or maximize the dialog.I have overriden OnClose method and kept the dialog open e
According to this,开发者_如何学运维 some members (specifically the one I am interested in is the initial directory member lpstrInitialDir is not supported on Vista.