windows forms dx9c

flick556

Newcomer
Hi all,
I'm trying to get the sample framework working inside of windows forms containers, like the old directx did. I have been doing this pretty easily for the last 2 versions using the user control object in visual studio. It works with this new version of dx without using the sampleframework, but the new sample framework tries to take over everything. I read a blog over at Microsoft saying this should still be possable and their are several methods that almost get me their but not quite. If I use framework.setwindow it gets the framework to try to use my window but it tries to take over the whole window and not just the control. I'm in the process of trying to use framework.setdevice and just creating my own device that uses my control but this seems to break allot of stuff inside the framework. I'm just hoping I'm not the only one going through this any help would be appreciated.
 
Back
Top