Click here to Skip to main content
15,878,871 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
I need a little help with VB.NET plz.

How can i display a paused video inside picturebox.

for example;
I started a video in AxWindowsMediaPlayer1 and paused in specific position, now i want to display the showed screen into picturebox

Thanks..
Posted
Updated 26-Aug-11 18:07pm
v4

1 solution

You'll need to capture the display area of the mediaplayer to a bitmap, then set the picturebox's Image property to it. Search around the articles at CP - there are several about capturing part of the screen to an image.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900