Search found 9 matches

Go to advanced search

by Hani123123
25 Feb 2009 14:36
Forum: Web and scripting
Topic: *SOLVED* Quitting a VB form while VLC Runs crashes Vista x64
Replies: 11
Views: 3565

Re: Quitting a VB form while VLC Runs crashes Vista x64 Ultimate

Thank you very much chad27295 for sharing your timer code with us. I took a different approach, tough. I disabled the controls of the form (so no Alt+F4, or X on the upper right is available anymore), and added a kill process function, so that it instantly kills the VB application, as soon as you hi...
by Hani123123
20 Feb 2009 16:00
Forum: Web and scripting
Topic: *SOLVED* Quitting a VB form while VLC Runs crashes Vista x64
Replies: 11
Views: 3565

Re: Quitting a VB form while VLC Runs crashes Vista x64 Ultimate

No luck mate. It seems that the workaround I tried fails, and the VLC plugin simply won't stop running.
I am thinking to kill the process when clicking OK in the dialog Box. I'll let you know how it goes.And yes, playlist.clear() doesn't seem to work for me either...
by Hani123123
19 Feb 2009 21:37
Forum: Web and scripting
Topic: *SOLVED* Quitting a VB form while VLC Runs crashes Vista x64
Replies: 11
Views: 3565

Re: Quitting a VB form while VLC Runs crashes Vista x64 Ultimate

revolunet , the playlist.stop command didn't work either.. so I think I found a resolutoin: I added a dialog box on the "EXIT" button of the application (the one that originally included the Me.Close command). The code is: AxVLCPlugin21.playlist.items.clear() AxVLCPlugin21.playlist.add(&q...
by Hani123123
19 Feb 2009 14:22
Forum: Web and scripting
Topic: *SOLVED* Quitting a VB form while VLC Runs crashes Vista x64
Replies: 11
Views: 3565

Re: Quitting a VB form while VLC Runs crashes Vista x64 Ultimate

Thank you revolunet for your suggestion. I have written the exact code line you told me. (except for the ";"). Same thing happens. The Vista bluescreen indicates STOP 0x0000003B SYSTEM_SERVICE_EXCEPTION on win32k.sys This happens only while using axvlc. If i insert a shockwave object, the ...
by Hani123123
19 Feb 2009 13:49
Forum: Web and scripting
Topic: *SOLVED* Quitting a VB form while VLC Runs crashes Vista x64
Replies: 11
Views: 3565

Re: Quitting a VB form while VLC Runs crashes Vista x64 Ultimate

Anyone? Please? This got my project to a grinding halt... I am desperate, and the only way to avoid bluescreen is by killing it via TaskManager..
by Hani123123
18 Feb 2009 21:31
Forum: Web and scripting
Topic: *SOLVED* Quitting a VB form while VLC Runs crashes Vista x64
Replies: 11
Views: 3565

*SOLVED* Quitting a VB form while VLC Runs crashes Vista x64

Hi there.. After i managed to integrate VLC in a Visual Basic 2008 form ( thanks to revolunet ), it seems that I managed to get stuck even worse. Basically, I made a VB form, I added an axVLC, (AxVLCPlugin21) and a button. The code for the button: Dim webAddress As String = "http://86.55.3.4:80...
by Hani123123
18 Feb 2009 20:25
Forum: Web and scripting
Topic: *SOLVED* VideoLan and VIsual Basic 2008 Express Edition.
Replies: 4
Views: 1137

Re: VideoLan and VIsual Basic 2008 Express Edition. URGENT!!

You are a gentleman.

Thank you, this thread has been very useful for me!
by Hani123123
17 Feb 2009 22:27
Forum: Web and scripting
Topic: *SOLVED* VideoLan and VIsual Basic 2008 Express Edition.
Replies: 4
Views: 1137

Re: VideoLan and VIsual Basic 2008 Express Edition. URGENT!!

Merci Monsieur!!

Please let me know if by videolan dll you mean axvlc.dll.
And by Object Explorer you mean Object Browser..

The reason I ask you is because as I told you i'm a begginer so I like to know things for sure :)

PS: Thank you again for your effort to reply my desperate thread!
by Hani123123
17 Feb 2009 16:45
Forum: Web and scripting
Topic: *SOLVED* VideoLan and VIsual Basic 2008 Express Edition.
Replies: 4
Views: 1137

*SOLVED* VideoLan and VIsual Basic 2008 Express Edition.

Hello there. I am a beginner in Visual Basic and at the moment I am developing an application that runs National Televisions in Romania using Windows Media Player via mms streams. The application is under testing but can be downloaded from http://www.free-lancer.ro and is freeware. I am in desperate...

Go to advanced search