|
General Talk And Support General talk and peer-to-peer support about BS.Player and other video and audio multimedia players. |
| LinkBack | Thread Tools | Search this Thread | Display Modes |
| |||
Problem with the BSplayer API my project in delphi 7 compile without error( i have enter the unit bsp.pas 'uses bsp in bsp.pas' in the project code) but the BSplayer didn't accept the message i try to send with the following code: procedure TfrmBSLoader.btnPlayMovieClick(Sender: TObject); var bsp_handle: HWND; i, j: Integer; begin ShellExecute(bsp_handle,'Open','bplay.exe',' "BSinit.bsi" ', ' ' ,SW_SHOWNORMAL) ; bsp_handle:=FindWindow('BSPlayer',nil); SendMessage(bsp_handle,WM_BSP_CMD,BSP_CycleSub,0); Application.Terminate; end;
__________________ Nemo regit meus vita |
Tags |
api |
| |