|
Feature Requests, Feedback And Suggestions Post your suggestions and feature requests here, what would you like to use in BS.Player. Any feedback is appreciated and will be reviewed by our team. |
| LinkBack | Thread Tools | Search this Thread | Display Modes |
| |||
What do you mean by "..how to get the width and height of the window.."? If you have any clues on VisualBasic programming, you can use the code I wrote here to retrieve the MovieWindow dimensions. The code you need is the second one, and in specific the following line: 'Retrieve the MovieWindowSize GetWindowRect ParentHwnd, Rec Then if you want the window size, you only have to make the following subtractions: MovieWindowWidth = Rec.Right - Rec.Left MovieWindowHeight = Rec.Bottom - Rec.Top If you didn't mention this.. don't consider my post Otherway tell me if you found it usefull or if you have problems in useing it. Bye :)
__________________ BSP SkinMaker (v1.07) the one and only Skin Editor for BSplayer BSP Definitions Manager (v1.02) BS.Player's FAQ (by BSPeter) | Italian language file (v2.57 build 1051) |
| |||
10x for the info Tizio, but I still need to find out how to draw a bitmap on the OVERLAY. I need to know this because I'm working on a custom subtitle format with complete HTML 3.02 formatting (full color support, fonts, IMAGES, position, tables, div, etc). If I manage to make this plugin I would post it here (freeware) as well as an editor for creating subtitles. |
Tags |
drawing, overlay, plugin |
| |