I use the Activex with my Delphi 7. It works fine. I would like to take a screenshot, it is possible ?
Thanks.
VLC is great !!!
Code: Select all
tempo := (VLCPlugin.getVariable('key-snapshot'));
VLCPlugin.setVariable('key-pressed',tempo);
Code: Select all
try
tempo := (VLCPlugin.getVariable('key-snapshot'));
VLCPlugin.setVariable('key-pressed',tempo);
except
on e:exception do ;
end;
Users browsing this forum: No registered users and 15 guests