06-22-2012 01:02 PM
06-22-2012 02:32 PM
You can't: CVI controls are not standard Windows controls and do not have a window handle (they actually aren't "windows").
10-01-2012 01:48 AM
Hi Roberto,
Proceed the question, I want to use the canvas control to display video via the VLC sdk, there is a function, "ibvlc_media_player_set_hwnd(m_plibvlc_media_player, (void*)hwnd, &m_libvlc_ex);", where the parameter hwnd should be set as the control handle, is there any to map a windows handle?
David
10-01-2012 01:50 AM
The full function is "libvlc_media_player_set_hwnd(m_plibvlc_media_player, (void*)hwnd, &m_libvlc_ex);"
10-01-2012 02:06 AM
Based on what O wrote earlier in this thread, I tend to say that you can't do that but I have no direct experience on this matter. Let's see if somebody has some solution to suggest.