How To Add Video In Form
Jun 8, 2011In my case, i want to add some video if there was 'event button click' , can visual studio vb.net 2005 do that?
View 1 RepliesIn my case, i want to add some video if there was 'event button click' , can visual studio vb.net 2005 do that?
View 1 RepliesI am monitoring 12 video feeds from video cameras. Now I have more than 12 cameras, I have 134. But I will only monitor 12 cameras at a time. By Monitoring I mean, I have 12 small video screens on the form that I can see the video. The way I know which cameras are active, so I can monitor them is by a boolean value in a sql database. I run a Store Procedure in my program, and spit out the results in a XML file. I then read the XML file in a loop. This XML file will have a list of the camera names I need to monitor.
So that is for 12 video feeds. Now, I want to have a NEXT or FORWARD button on my monitor form. So when I click this it will give me the next group of cameras, 13 to 24. Now if I only have15 cameras that are active, that means the first group is 1 to 12, then the second group is 13 to 15 cameras. So I will only have 3 to monitor on the second grouping. One thought I had was to have another field in my table to mark as already as an active monitor, so when I run the SP, i will not select that row. But I need to select 12 at a time. Or I can make a number of xml files, one xml file for each grouping of 12, but I need to figure out how I can select the next group without re-selecting the first group. I have no code at the moment, I'm on my non-programming computer.
I'm trying to make a game trainer for Visual Basics 2008, but i don't know how to get a video to screen in my form.
View 3 RepliesI have a vb.net project which i have inserted pictures and video. I inserted a video clip using the Windows Media Player control and it does work. The issue i have is that i can't move the program to another computer because the pathname for the video will be wrong. I know i could change the pathname when i move it but this is not practical because i need to present this program. Does anybody know how to make the video accessible no matter what location the program is at?
View 6 RepliesI creat audio video chat and when calling receivng video and client video is together...I want that client move his or her webcam video where want...as I know it name DROP&DRAP but I`m not know how to do it...
View 5 RepliesI was wondering if it was possible to have a program open Firefox, and have it open a bunch of tabs that all go to a link with a video, and then have it automatically play that video?
View 4 RepliesI would like to create thumbnails into a VB (2005 or 2010) form from video files.
I have a directory (in my hard drive) with video files (.mpg).
How to show video thumbnails for each video file?
My VB code (for images) is attached below and I want to convert it in order to manage video files.
Private Sub ThumbButton_Click(ByVal sender As System.Object, _
ByVal e As System.EventArgs) Handles ThumbButton.Click
Dim imagepath As String
[Code].....
i want to make a video streaming server or a Video Lan chat programe in VB.net
View 1 RepliesHow can i record a video via webcam in visual basic application and then display the video on user's request either live or recorded video.
how to develop video webcam recording application.
i want to buffer a video file on client side when it request.. what syantax i use to buffer the video the video in client's media player
View 1 RepliesDoes anyone know how to play a video on a windows form in a window like using a picturebox with a JPG?
View 4 Replieshow to play a video on the background of the form please guide i am really confused
View 7 Replieswhen form Loads i want a video to play in a picture box or panel how do i do that? This is what i have so far.
Imports Microsoft.DirectX.AudioVideoPlayback
Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
[Code]....
is it possible to use avicap32 to capture video with a web cam and save the video as a wmv format instead of avi one
View 1 RepliesOk, i know the simple media controls to play a video file on the control screen, but is there a way to play the video on the form background?
View 2 Replieshow to add a video clip into a form? My video clip will probably be in a .avi format.
View 1 RepliesHow to play a video file in vb.net ?
I need the video to automatically start playing on form load.
how to open and play video files in windows form? also save videos in a specific folder inside the project.
View 2 RepliesI need to move pictureboxes on the form with mouse as Skype, when video calling..
View 3 RepliesI want to write an application which will call the remote computer. I mean when I click on call button on my form it should call the remote computer which I want to call and display the video with audio on my form. something like making video call.
View 8 Repliescan play a SWF video but not a Flash Video?
View 14 Repliesi want to know if it is possible to develop a video format conversion software in .net (C# or VB.net).
View 1 RepliesIs there an event that will trigger at the end of a video playing in windows media player?
I don't want to run a loop to check if the status = "stopped"
^I feel like that is going to be more of a resource hog
i want to use code to get the video duration, then I need to upload to servermy os is WINDOW SERVER 2007, anycode can support it?
View 3 Repliesi'm doing a small application on embed a video in VB.NET.i have a few video and a button. When i click on the button it will play the video. but i have to link the individual video with the source in the database. How do i do that?
View 2 Repliesdoes anyone know how to get a .avi video on a splashscreen
View 4 RepliesYou know how you can put a picture in the resources file and it will be included with the exe. I was wondering how could i get a video to be apart of my program so that I would have to carry the video around.
View 1 Repliesdoes someone knows how to play video like avi files with the MCI in specific form in .net.
i want to play the video in my win form application in specific form for example open form called f_Video and play the avi file in that form
I want to stream video from a simple webcam over LAN for object detection purpose. Is it a good idea to grab frames and send them continuously over network with NetworkStream.Write()?
I did this but usually on client side i lost half of image data and I got noise, I don't know what is wrong. I'm looking for a fix or a better idea.
I put the client and server source codes here, first run the client and click "START LISTENING" then run server and click "Send pic".
[URL]
I want to play my video on my web page, video is about two houre longe. the video is stored on the same server where i host the website. i complete task. also suggest me best alternative to complete the same task.
I am using vb.net as language in asp.net and .NET 3.5 framework.