Click here to Skip to main content
15,896,201 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Question64 bit enum? Pin
Rob Caldecott30-Jul-08 3:30
Rob Caldecott30-Jul-08 3:30 
AnswerRe: 64 bit enum? Pin
sashoalm30-Jul-08 3:52
sashoalm30-Jul-08 3:52 
GeneralRe: 64 bit enum? Pin
Rob Caldecott30-Jul-08 3:57
Rob Caldecott30-Jul-08 3:57 
GeneralRe: 64 bit enum? Pin
Randor 30-Jul-08 4:29
professional Randor 30-Jul-08 4:29 
AnswerRe: 64 bit enum? Pin
toxcct30-Jul-08 4:03
toxcct30-Jul-08 4:03 
AnswerRe: 64 bit enum? Pin
CPallini30-Jul-08 5:13
mveCPallini30-Jul-08 5:13 
QuestionHow can I hide main window and modal dialogs of a third-party app? Pin
sashoalm30-Jul-08 2:32
sashoalm30-Jul-08 2:32 
AnswerRe: How can I hide main window and modal dialogs of a third-party app? Pin
Alan Balkany30-Jul-08 3:31
Alan Balkany30-Jul-08 3:31 
You can use EnumWindows () http://msdn.microsoft.com/en-us/library/ms633497(VS.85).aspx[^] to go through all the open windows on your system.

For each one, you can examine its attributes (title, position, size) until you find the ones you're looking for. Then you can hide them.

GDI+ supports all the images types you mentioned.
GeneralRe: How can I hide main window and modal dialogs of a third-party app? Pin
sashoalm30-Jul-08 3:45
sashoalm30-Jul-08 3:45 
AnswerRe: How can I hide main window and modal dialogs of a third-party app? Pin
vikas amin30-Jul-08 4:42
vikas amin30-Jul-08 4:42 
GeneralRe: How can I hide main window and modal dialogs of a third-party app? Pin
sashoalm30-Jul-08 5:03
sashoalm30-Jul-08 5:03 
QuestionOffice 2007 styles not working in dialogs Pin
Redeye9230-Jul-08 2:06
Redeye9230-Jul-08 2:06 
AnswerRe: Office 2007 styles not working in dialogs Pin
Rob Caldecott30-Jul-08 5:17
Rob Caldecott30-Jul-08 5:17 
GeneralRe: Office 2007 styles not working in dialogs Pin
Redeye9230-Jul-08 6:51
Redeye9230-Jul-08 6:51 
GeneralRe: Office 2007 styles not working in dialogs Pin
Rob Caldecott30-Jul-08 8:07
Rob Caldecott30-Jul-08 8:07 
QuestionCListCtrl: max number of rows Pin
Gerhard-E30-Jul-08 1:54
Gerhard-E30-Jul-08 1:54 
AnswerRe: CListCtrl: max number of rows Pin
_AnsHUMAN_ 30-Jul-08 1:59
_AnsHUMAN_ 30-Jul-08 1:59 
GeneralRe: CListCtrl: max number of rows Pin
Gerhard-E30-Jul-08 2:08
Gerhard-E30-Jul-08 2:08 
QuestionProgress bar is not updated. while background process is running on the dialog Pin
ptr_Electron30-Jul-08 1:44
ptr_Electron30-Jul-08 1:44 
AnswerRe: Progress bar is not updated. while background process is running on the dialog Pin
CPallini30-Jul-08 2:01
mveCPallini30-Jul-08 2:01 
AnswerRe: Progress bar is not updated. while background process is running on the dialog Pin
Mark Salsbery30-Jul-08 6:51
Mark Salsbery30-Jul-08 6:51 
GeneralRe: Progress bar is not updated. while background process is running on the dialog Pin
ptr_Electron30-Jul-08 19:55
ptr_Electron30-Jul-08 19:55 
GeneralRe: Progress bar is not updated. while background process is running on the dialog Pin
Mark Salsbery31-Jul-08 7:32
Mark Salsbery31-Jul-08 7:32 
QuestionProviding an implementation of virtual void CMyFormView::PreTranslateMessage(MSG* pMsg) in order to know when the user presses return, focus, CListCtrl Pin
Sternocera30-Jul-08 1:24
Sternocera30-Jul-08 1:24 
QuestionC++ MySQL without libmysql Pin
aceralex30-Jul-08 0:35
aceralex30-Jul-08 0:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.