getemerson Posted March 7, 2003 Posted March 7, 2003 Putting the ole (video) clip into access is easy but using vb.net to launch the video clip appears to be a challenge... I can read the data but I cannot find any code anywere to launch it. Does anyone have any clue how to Launch a video clip stored in access using vb.net code?. Any clues will be greatly appreciated. This is an extension of a previous thread on file io and decryption. I figured I could use access to store the video clips fairly secure and retrieve and launch them from my vb.net app. Quote
*Gurus* divil Posted March 7, 2003 *Gurus* Posted March 7, 2003 I remember the previous thread. If I recall, the problem was (and still will be) writing that data out to file so that realplayer can play it. Your problem really lies with realplayer, and what it can support playing. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
getemerson Posted April 2, 2003 Author Posted April 2, 2003 Activate ole object field via VB.Net (automation) In VB6 we could automate access/word/excel - we could open docs/databases, tables etc and access the methods and properties including using the 'activate' method to activate an ole object (image or movie). This would provide a solution for me. My knowledge dosnt yet extend to automation in VB.net Does anyone know how to activate the contents of a ole object field in access using Vb.Net. Ive scanned the web and my books do not reveal anything obvious to me. Then im using the MCAD study material for web and desktop applicatoins and they dont cover what I need in this job. So before anyone suggests I go and buy myself some books and figure it out ... I though Id mention that as Ive seen some stern remarks to other members. This has nothing to do with streams - just automation. thank you for your expertise in advance. Mark Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.