Open/Hide Render window from C#

Hi, i would like to open, hide render window from the C# code?
Any clue on that. So far i can get window handle, move resize window, but what about Open hide?
There is this patch xml hack to do that, but i’ve would like to avoid it that ;]

what do you mean with xml-hack?
anyway see my answer in this related post:
C# setpatch getpatch

imho setting xml is a perfectly valid route of doing that. If you want something completely independent from vvvv windowing system you can instance your own window in a separate thread controlling the event loop yourself and such. In that case you can show/hide/manipulate your window without vvvv even knowing about it.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.