2. Viewex MFC example flickering
3. MFC, example
4. Flash activeX MFC example - R3
I'm wondering is there a way to use the flash player activeX included in R3 in a mfc dialog based program? Thanks, Thomas
5. Seek for example of ActiveX containner write with C++ (without using MFC)
6. Examples of using WM_COPYDATA or Sockets between C# and MFC
Hi, I have a server application (MFC) which communicates through the serial port. I need to have a graphical user interface, in c#, which needs to communicate with the server. At present the user interface is a very dull MFC dialog app which communicates with the server via WM_COPYDATA. How easy is it to write a new user interface in C# and communicate with the server using WM_COPYDATA ? We have a load of messages defined in C++ which needs to shipped between the C# and the MFC components. Would using sockets be more appropiate, easier ?? Thanks in advance !!