Is there anyway to put a graphic window onto a dialog? I have a need to show both an original video feed on a window with buttons and the associated callbacks, but also want to show the video with alterations on the same window separate from the source video. Right now I can do this with two separate windows, but this is very suboptimal.
So the question is whether it is possible to get the capabilities of a graphic window (e.g. - trapping mouse events and coordinates and then drawing lines on the video) on a dialog. It does not seem that dialogs can contain graphic windows or vice versa.
Any ideas?
Muchos Gracias...
Kevin
So the question is whether it is possible to get the capabilities of a graphic window (e.g. - trapping mouse events and coordinates and then drawing lines on the video) on a dialog. It does not seem that dialogs can contain graphic windows or vice versa.
Any ideas?
Muchos Gracias...
Kevin
Comment