Search found 2 matches

by ddean
Mon Jul 07, 2014 11:34 am
Forum: Developer's Forum for Windows
Topic: hooking windows messages?
Replies: 2
Views: 8192

Re: hooking windows messages?

Nevermind, I decided to just have the C# WndProc call my C++ code.
by ddean
Thu Jul 03, 2014 2:10 pm
Forum: Developer's Forum for Windows
Topic: hooking windows messages?
Replies: 2
Views: 8192

hooking windows messages?

We have two editions of our product -- one entirely in C++, and a version that has a C# WPF interface which passes the HWND to C++ code for rendering. I integrated 3DxWare into the C++ code without difficulty by adding SiGetEventWinInit/SiGetEvent calls to WindowProc. It works beautifully. However, ...