PDA

View Full Version : Delphi 5.1 question. Need help.


Kurylo
05-03-2002, 3:34 PM
How to add multiple items into the WMP8 in Delphi 5.1?
I thought that it should be in such way:
ShellExecute(Application.Mainform.Handle, PChar('open'), PChar('film1.avi film2.avi'), nil, nil, SW_ShowNormal);
but this doesn't work.
Need help.