↧
C++ and C# Form
The C++ message loop isn't doing the special window message processing required to handle control navigation with the Tab and arrow keys, nor any short-cut keys. Check out this KB article for...
View ArticleC++ and C# Form
I have a C# Form which I want to use inside a C++ Application. I have a thread and a message queue (both in c++) which shall handle messages SHOW, HIDE, CLOSE and show, hide or close the c# form...
View Article