MDIGetActive returns only the active frame.
But I have 2 (or more) doc-view pairs all displayed in the same MainFrame.
Each doc runs a thread that has to update its CMDIChildWnd object....
I'm developing an MDI(MFC) application (with MSDEV 2010) that creates few pairs of doc-view.
From the CDocument object I want to access the CMDIChildWnd object to update the status BAR. ...
In Visual 6, MFC 4.2 I had AfxGetApp. I used it to get the application object from all other objects. In this class I added some fields and some set\get methods.
In C# I want to call a C++/CLI method that get 2 parameters:
The first parameter (int a) is passed "by value"
The second paramter (int *b) is passed 'by reference".
The second parameter...
I have an MFC application developed under Windwsow XP professional SP2.
The application is installed and run on a Windows Embedded standard image (which is SP3).
Are there any risks mixing SP2...
I want to install a KMDF checked driver with the checked co-installer.
According to KMDF documentation this can be done on a PC with checked version of
windows.
I want to distribute a...
I created boot loader (bootrom.bin) for vxWorks 6.4 on pentium4.
But when I tried using bootrom_uncmp.bin or vxWorks_rom.bin
I got "...++++++++++++++++++++++++++!Rd" and vxworks did not...
I'm using the Pci9x5x sample from DDK (Version 6000) for Windows 2000
It seems that Win2000 does not recognize the INF file I created.
The same INF file works on Windows XP.
The sample INF file...
Hello,
My PC contains 2 ethernet cards each has different IP.
I wrote a simple UDP client application that works OK on the default card.
How can I change the application so that packets will be...
I guess UUIDGEN creates a number which is unique on the local PC I'm working.
How can I be sure that this number is unique among all PCs in the world ?