how can create a windows move maker like application in vb.net....
if we want to create a media player than we can i add windows media player in our forms is there any way to add windows movie maker in our forms...
how can create a windows move maker like application in vb.net....
if we want to create a media player than we can i add windows media player in our forms is there any way to add windows movie maker in our forms...
No, you can't directly embed WMM into a .Net form like you can WMP. You can, however, use the WMM API to talk to it, although it seems to be a very limited API.