<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16788" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>hi,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>i am new in developing with VLC and i have a 
problem with overlapping of the vlc and own pictures in the same 
App.</FONT></DIV>
<DIV><FONT face=Arial size=2>i created a small application wich plays streams in 
c++ under windows xp.</FONT></DIV>
<DIV><FONT face=Arial size=2>the vlc media player is added into my application 
with:</FONT></DIV>
<DIV><FONT face=Arial size=2> libvlc_media_player_set_drawable (mp, 
(libvlc_drawable_t)hwnd, &ex);</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>thats working fine ;-)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>i created another window (as child of the 
Main-window) which should show pictures from the HDD. these pictures should be 
in the foreground of the vlc player.</FONT></DIV>
<DIV><FONT face=Arial size=2>i use SetForegroundWindow(hwnd_child); in the 
MessageLoop but it is not working correct. Sometimes the VLC-Video is in 
foreground and not the picture.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>do you have any ideas how i can overlay pictures 
over the vlc-player in my app?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thank you very much</FONT></DIV>
<DIV><FONT face=Arial size=2>Best regards,</FONT></DIV>
<DIV><FONT face=Arial size=2>Mario</FONT></DIV></BODY></HTML>