View Full Version : VB .net console application
Unregistered
June 1, 2005, 16:16:04
Has anyone tried to run a VB .net 7.1 console program using the MontiVision development kit? All I want is to get the parameters from my filters in a console program.
ramoe
June 1, 2005, 18:32:58
Nevermind. I figured it out. I just need to cast the MV Smart control to the filter interface that I need. For example:
Dim imageControl As MVSmartControl.MVSmartControl
Dim graph As MVSmartControl.IMVSCFilterGraph2
imageControl = New MVSmartControl.MVSmartControl
graph = imageControl
etc...
Stefan Geissler
June 2, 2005, 11:30:14
Hello,
Thank you for posting your solution!
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.