Search found 5 matches

Go to advanced search

by Fritivi
09 Nov 2006 23:49
Forum: Web and scripting
Topic: how to handle the mouse message to vlc window
Replies: 3
Views: 1977

Just put your Active X on a panel with Enabled property set to False ;)
by Fritivi
07 Nov 2006 17:55
Forum: Web and scripting
Topic: Is it possible to use libvlc.dll directly instead of ActiveX
Replies: 15
Views: 10895

Another implementation and example can also be found here : http://tothpaul.free.fr/zip/VLD.zip I use Paul Toth's version and it has the advantage of having a clearer to use type (TValue) to send and retrieve data with vlc functions. It also finds vlclib using the Registry, i think you should includ...
by Fritivi
29 May 2006 10:21
Forum: Web and scripting
Topic: I install ActiveX, but it doesn't seem to work.
Replies: 1
Views: 1725

Do you have windows 98 ?
by Fritivi
24 May 2006 10:19
Forum: Web and scripting
Topic: ACtiveX Scrrenshoot
Replies: 8
Views: 5612

I have the same problem : crash when using snapshot. But ... there's one simple way to take snapshots anyway : try tempo := (VLCPlugin.getVariable('key-snapshot')); VLCPlugin.setVariable('key-pressed',tempo); except on e:exception do ; end; It's still crashing in debug mode, but no more at runtime :)
by Fritivi
24 May 2006 10:09
Forum: Web and scripting
Topic: Preventing mouse double-click in Activex control
Replies: 11
Views: 6092

Ok Gabi, i'll try to paste some code here this weekend.

Go to advanced search