VB .Net 2003 Generating Thumbnails for Videos?
Posted: Thu Dec 22, 2005 10:20 pm
I posted this at:
http://forums.microsoft.com/MSDN/ShowPo ... 4&SiteID=1
---
I'm able to use this code in my Visual Basic 6 programs to generate Thumbnails of Videos and Pictures:
http://www.vbaccelerator.com/home/NET/C ... rticle.asp
This code is in Visual C .Net and cannot be rolled into my VB .Net 2003 Project without converting it:
http://www.vbaccelerator.com/home/VB/Co ... rticle.asp
In VB.Net 2003, it is very easy to do the thumbnails for the 9 "known" picture file types.
The problem is this --> I have a large VB.Net Project that generates picture thumbnails that also needs to generate Thumbnails images from Video files on the fly.
Telling me to rewrite my project in C# or C++ just won't cut it since my code has been fully tested and running well in VB.Net 2003. The project in question is presently in use!
Don't want to have another process running in the background or to call another program to generate the thumbnails because of many reasons... such as file locking issues, etc.
I've tried a few C#/C++ to VB.Net conversion programs that just don't seem to work properly.
Tried using the VB 6 to VB .Net 2003 conversion for the VB 6 code that does the thumbnails and that has major issues too.
*** Please NO flame wars over which computer language would be best since that degrades into character assassinations in the end. ***
Any hints on where to start?
---
Maybe the above would be useful to someone else.
My VB .Net Project needs the ability to do Video Thumbnails. I'm able to get the Picture Thumbnails using the "Thumbnail" stuff in VB .Net for Pictures.
Meanwhile back to the drawing board on how to resolve this issue.
http://forums.microsoft.com/MSDN/ShowPo ... 4&SiteID=1
---
I'm able to use this code in my Visual Basic 6 programs to generate Thumbnails of Videos and Pictures:
http://www.vbaccelerator.com/home/NET/C ... rticle.asp
This code is in Visual C .Net and cannot be rolled into my VB .Net 2003 Project without converting it:
http://www.vbaccelerator.com/home/VB/Co ... rticle.asp
In VB.Net 2003, it is very easy to do the thumbnails for the 9 "known" picture file types.
The problem is this --> I have a large VB.Net Project that generates picture thumbnails that also needs to generate Thumbnails images from Video files on the fly.
Telling me to rewrite my project in C# or C++ just won't cut it since my code has been fully tested and running well in VB.Net 2003. The project in question is presently in use!
Don't want to have another process running in the background or to call another program to generate the thumbnails because of many reasons... such as file locking issues, etc.
I've tried a few C#/C++ to VB.Net conversion programs that just don't seem to work properly.
Tried using the VB 6 to VB .Net 2003 conversion for the VB 6 code that does the thumbnails and that has major issues too.
*** Please NO flame wars over which computer language would be best since that degrades into character assassinations in the end. ***
Any hints on where to start?
---
Maybe the above would be useful to someone else.
My VB .Net Project needs the ability to do Video Thumbnails. I'm able to get the Picture Thumbnails using the "Thumbnail" stuff in VB .Net for Pictures.
Meanwhile back to the drawing board on how to resolve this issue.