.net - Transparent GIF in windows forms application -
i have created windows forms application has live view (from camera) displaying in picture box. need include transparent gif on live view. problem is, since windows forms controls don't allow true transparency, can not set parent , set color transparent, since redraws graphic parent fill transparent parts , parent dynamic. have read wpf image supports true transparency not gif. work around create user control(wpf) , break gif several images , loop on them. have created control , used elementhost host if place elementhost on picturebox isn't visible. know how fix this, or can suggest better solution problem? please help....
Comments
Post a Comment