Getting Winform References

He Who Is

09-04-2007 18:42:49

My question is simple:

Is there some way to retrieve, from a RenderWindow object, either the Form object it represents, or that Form object's Handle?

lancore89

09-04-2007 23:55:40

RenderWindow window;
IntPtr windowHnd;
window.GetCustomAttribute("WINDOW", out windowHnd);