In windows 7 the task开发者_开发技巧bar will preview all the mdi childs, any way to disable this with MFC?Adding a FALSE parameter to the EnableTaskbarInteraction(...) call in the InitInstance method
i\'m trying to write an alarm program for PocketPc 6 emulator and for wince 6.0 ,,,,where the alarm time is set by user and at that pirticular time the win mobile has to give some alert message,,,,,
I want to get a doc* in dlg class, and i know in view class we 开发者_开发问答can get doc* like
after calling the DoModal method the dialog will be shown immediately. bu开发者_开发知识库t i need to make it invisible until the page is loaded. is that possible?
Now I\'am working on a MFC program. What I want to know is the speed a process receive/send to the network. Suppose I have a process named chrome.exe, it may receive 1008B/s, send 2987B/s. I know I ca
I\'m trying to develop a WinCE Pocket PC application I have to take bitmap images from an SQL server from a web service in base64 encoded dataand I want to de开发者_Go百科code that base64 encoded stri
I like todesign a workplace or form(not decided) in VC++ (MFC) or (C++) where I can select and place different objects like car , bike etc and move them programmatically.Each object has its own proper
How can I group several mfc radio boxes into a single group? Is it possible to bind a variable (preferably integer indicating the checked radio or boolean array) to such group. By binding I mean us开
Background http://msdn.microsoft.com/en-us/library/b17bescz(v=VS.90).aspx \"The TVS_NOTOOLTIPS style disables the automatic tool tip feature of tree view controls. This feature automatically displays
I want to delay initialization of a CDockablePane derived window until the window is actually shown. If the window is simply docked then WM_SHOWWINDOW is pretty effective but when the window is in Aut