Click here to Skip to main content
15,906,296 members

Comments by Mike Kuchma (Top 2 by date)

Mike Kuchma 3-Dec-12 10:08am View    
In windows i can use it as parent handle for creating windows in native code.
Also you can just create a separate window via pinvoke call (not embedded in form), and update it with timer or else.
P.S. I also had similar problem, i used sfml for this.
Mike Kuchma 1-Dec-12 6:17am View    
You can get handle : Form.Handle (or Control.Handle) and pass it further