Make An Application To Play Movies Etc At Predefined Time?

Mar 23, 2010

i want to make an application to play movies etc at predefined time. i want to add the facility of overlaying graphics also.

View 1 Replies


ADVERTISEMENT

Play Multiple Startup Movies?

Nov 29, 2010

How do I play multiple startup movies? I have Windows Media Player embedded and it plays the first intro, as a WMV file, but I need to add another video after that one before the main menu appears.

View 2 Replies

Play Flash Movies In Windows Forms?

Dec 7, 2007

Is it possible to play flash movis in a windows form? If so can anyone point me in the right direction as to how to achieve it.

View 5 Replies

Program - Loads Flash Movies And Games To Play Offline ?

Sep 13, 2009

I have my program working that loads flash movies and games for my son to play offline. Some of the games have http links in them. Is there any way that still allows playing the game without launching a webpage request? I have no code for this part of the program because I don't know where to look. I think I am just looking on how to block requests for launching anything outside of the program, or catching the request while my program is running, but not quite sure what to do.

View 5 Replies

Create Own Track / Volume Sliders / Even A Custom 'screen' To Play Visualisations / Movies?

Feb 1, 2009

I've recently been working on a simple media player (following some guide and using my small brain ). I have created a simple playlist, with load/ save ability, add remove track and play and all the normal bull . However I was wondering if I could get some help making it more advanced: How do I create my own track / volume sliders - and even a custom 'screen' to play visualisations / movies? how do I create skip buttons (the ones on the media player controller don't work :@)? I know how to make a button skip a track (I think), but how to I make it skip to the next track in my playlist box? [code] I have created a context menu for my playlist, with buttons such as play, add and remove, but I want it so that when I right click on song the code activates on the song I right clicked on. At the minute whatever song I right click on it still runs the code on the song that selected not the one I right clicked on.Also my playlist, displays the whole file location of the tracks, how to I make it display only the tracks name.Also I have an open dialog control, I know how to set a filter, but how do i set it to filter more than one extension.please note that most of this code is from various guises, and I have simply edited it and merged different codes to suit my needs. [code]

View 4 Replies

Subtracting From Predefined Time Value?

Feb 2, 2009

I have a predefine time value of we'll say 1:30 PM. Im wanting to start a process at 5 minutes till 1:30 which would be 1:25. So this is what Ive tried

Dim MyTime As System.DateTime
MyTime = TimeString
MyTime = MyTime.AddMinutes (-5)

[code].....

View 2 Replies

VS 2010 Project - Make A Movie Center Where To Got All Movies On Computer On

Jul 30, 2010

I am trying to make a movie center where I got all my movies on my computer on. Little hard to explain in english cause it's not my native language. Well I've got some problems. 1. I don't know how to make a browse button to work. In detail, I don't know how to code it so that it will select a whole map. Well I don't even know how to code it so it can browse.
2.How do I code so if one pressed a button it will come up a new form?

View 3 Replies

VS 2008 - Code - Application That Will Organize The Movies And Their Release Dates

Sep 18, 2009

I am making an application that will organize the movies and their release dates for me and that it will notify me whenever a movie is released. So far I have the layout almost done with some parts missing.

BASICS

1. At the top as you can see I want the text to display the current day and having the tool tip to say "Today is Tuesday 19, 2009" while I want the text to be centered.

2. I want to have a poster with a specific size (dimensions) that will be displayed when the movie is selected at the data grid and I want the buttons to be able to select the previous or next data grid line, meaning next/previous movie.

3. I want to make the buttons either check all the boxes or uncheck them all. And I want the validate button to be able to compare the date of the selected movie with the current day and tell me If it was released today or not.

4. I will make a menu at the top that will be giving you the ability to add movies or select and delete movies, while when adding being able to specify a poster for the movie.

5. I want every time that I run the app to automatically check the dates and either ask me to remove those who have been released some time ago or give me a message like "Movie was released today".

View 3 Replies

Make A Play Button Play/stop Toggle?

Feb 9, 2010

How can you make a play button play/stop toggle? Currently my button plays a file in WMP but when I click it again, it just restarts the file. I would like it to toggle on and off, play and stop, not play and pause.

View 8 Replies

Show Messagebox/play Sound When System Time = Time Displayed In Listview?

Nov 13, 2010

Basically i'm trying making a task manager program for myself. I want to know how I can display a message box and or play a sound when system time = time displayed in listview. I have used a dropdown box for the user to select which option they would like to select - sound or message box to popup. The data for the task will be stored in a listview box. I want it so that when the date and the time is = to the date and time set for the reminder the action will follow.Here is my code so far:

Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Dim notext As String = ""
If TextBox1.Text = notext Then[code]....

View 12 Replies

Make An Application Expire Within A Certain Time Period?

Oct 17, 2009

I have looked through couple of threads about making the trial application to be expired within certain time. Most of the advice is to set a timer and store it in somewhere in the system with encrytion. Then later decrypt and compare with the date installed in the system.

View 12 Replies

Make A Form Show When A User Uses My Application For First Time?

Apr 10, 2011

How do i make a form show when a user uses my application for the first time and only shows that time.

View 4 Replies

Make A Console Application That Will Measure HTTP Page Load Time

Aug 31, 2009

I need to make a console application that will measure HTTP page load time.

View 4 Replies

Play 2 Or More Sounds At The Same Time

May 4, 2011

What is the simplest way to play two or more sounds at the same time? It should be a light software.

View 3 Replies

Possible To Play Two Or More Sounds At Same Time?

Feb 2, 2009

Is it possible to play two or more sounds at the same time (i.e., one plays in the background and one plays a sound effect) and if so, how can I do this? I am having problems because it is cancelling one of the sounds out when the other starts.

View 7 Replies

Make Application To Be At Tray Icon Just Next To Time Displayed On Right Bottom Corner Of Task Bar?

May 31, 2009

I found some great code on capturing webcam images but the problem is the client PC will need to initiate the communication to this server (click Connect to server IP). This is like 2 way communication.How can i do something like this (door Kiosk system):when a visitor press a button on the LCD that come along a web cam (this will be the server), it will send the signal the client PC that is installed with the application i've created (window form) and pop up the images to the client PC (more like a 1 way communication). This image is captured through the web cam on the server to capture the visotor's image waiting outside of the door. How to do this?I'm really stuck as i'm not familiar with window API programming yet.

1) how to do the mentioned 1 way communication? possible in .NET?

2) how to make my application to be at the tray icon just next to the time displayed on the right bottom corner of the task bar? When a visitor press a button o the server, it will pop up a window form on the client PC showing the image captured via the server's webcam outside of the door.

View 5 Replies

Play Two Audio Clips At Same Time?

Jul 2, 2009

I do get that I'm going to need to "thread" them separately, but I've been unsuccessful so far.

I get the audio clips to play, but when one starts, the other stops.

This is code that's playing the audio, derived from examples in preior postings[code]...

View 23 Replies

VS 2010 Checking Time To Play A Sound?

Aug 21, 2011

I have a program which have to play a sound at a specific time in each day.Currently I made a timer with 450 interval and I put a code in it which check if datetime.now = mytime then it will play the sound.(the program runs in background)

It is working but the problem is that sometimes it doesn't play the sound. I think I didn't used a proper way to this.I have even tried checking datetime.now.hour & .minute & .second with mytime to make sure it does play it at the right time But I don't know why the timer sometimes miss it and the play sound won't be run.

View 4 Replies

AxWindowsMediaPlayer - Current Position And Play Time Difference?

Jan 10, 2012

I'm using VB 2010 Express with two instance of AxWindowsMediaPlayer in order to sync two videos (the videos are of the same thing but from two camera angles). Because the videos were started at slightly different times I've manually set the start time of each one using the following

AxWindowsMediaPlayer1.Ctlcontrols.currentPosition = 314.5093196
AxWindowsMediaPlayer2.Ctlcontrols.currentPosition = 237.1639908

The problem I'm having is that whilst the WMP clock initially displays the above times in each AxWindowsMediaPlayer, when I play the videos each starts a few seconds out from the stated currentPositions.

The video files are around 300MB each and when testing with smaller video files the problem does not seem to happen. I'm guessing the large file size is causing some delay and hence causing the problem.

View 1 Replies

Wmplib And Vb2010 Express How Get Duration Play Time Mp3 Files Using Fileopen Only

May 2, 2011

I am using wmplib and i like to know a duration time of a lot of files onto a same folder (software for audiobook for low vision persons)

View 2 Replies

Inserting A Wait - So That Animation Has Time To Play And Stop Then Rest Of Code Will Display Other Picture And Numbers

Nov 4, 2011

I have the following

Public Class Form1
Private GIFAnim As Image = Image.FromFile("c:cointosscointoss_ani.gif")
Private frames As Integer
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

[CODE]...

Now I would like to put a wait in after the line:

frames = GIFAnim.GetFrameCount(Imaging.FrameDimension.Time)
ImageAnimator.Animate(GIFAnim, AddressOf paintFrame)

This is so that the animation has time to play and stop and then the rest of the code will display the other picture and the numbers. Is this possible? I tried timer and sleep but I cant get them to work.

View 16 Replies

Make The Display Update Without Having To Actually Go Into 'play'?

Oct 14, 2010

After changing the .currentposition property of a Windows Media Player control in vb.net, the slider position changes but the display does not update to show the current frame of video. How do I make the display update without having to actually go into 'play'?

View 5 Replies

How To Make String And Play It When Button Clicked

May 17, 2009

I've few Button on my form and when i press these button, Music has to play, and collect the word in label1 like what ever button i pressed those button's name has to catch on that label and make a string and there is one more button that button has to play that whole string music which one is in label1.I've done 1st part but i don't know how to make string and play it when button click.

[code...]

View 2 Replies

Make A Game Trainer For A Play Station?

Aug 20, 2009

How hard would it be to make a game trainer for a Play station 1 game (on PC) ?

View 5 Replies

VB 2010 (click Bot) Make A Little Bot For A Game - Play

Apr 7, 2012

I try to make a little bot for a game that i play. But i don't know how to make a functie that click on a resources (looks like this: [URL]

View 1 Replies

Audio Playback - Make The Shuffle Never Play The Same Song Twice

Mar 21, 2011

Basically my program has a "shuffle" music feature:

vb For i = 0 To 26 num = randomObject.Next(0, 27) My.Computer.Audio.Play("C:UsersMcturtlesMusicSongs" & num & ".wav", AudioPlayMode.BackgroundLoop) Next

Which selects a random number 0 - 26 and selects the corresponding song.

And a straight play feature:

vb Dim counter As Integer Do Until counter > 26 My.Computer.Audio.Play("C:usersmcturtlesmusicsongs" & counter & ".wav", AudioPlayMode.WaitToComplete) counter += 1 Loop

All of these activated by a button(separate for each)

When I click one, it makes the program stop responding. I'm pretty sure it is the .WaitToComplete mode, but I can't find a way to make it continuously play without it. If you can find my error. Also if you could tell me a way to make the shuffle never play the same song twice, that would be awesome as well.

View 2 Replies

Cannot Make The Media Player Play The Next Song In A List Box

May 18, 2010

Im making a media player and have a listbox and a player so I need to make the media player play the next song in the list box btw I have a list of strings named fullfilepaths because the listbox displays name and duration

heres the code:

Private Sub AxWindowsMediaPlayer1_PlayStateChange(ByVal sender
As Object,
ByVal e As AxWMPLib._WMPOCXEvents_PlayStateChangeEvent)

[code]....

View 5 Replies

Make Touch Button Color And Play Sound?

Jan 25, 2012

how to make the button color changed while we move mouse on it with play sound effect in the same time.

Ex:

My Button name = Search

Normally "Search" is black color while touch on it change to Blue color.

View 7 Replies

VS 2008 WMP Control - Make The Music Play Through It Loop

Jun 15, 2009

I added the WMP control to my project, but I can't figure out how to make the music I play through it loop!

View 1 Replies

Click The The Song To Play, Even The Play Song Finish But Does't Play Automatically?

May 8, 2010

I want to the song can auto start one by one when import the song to list box. But it doesn't work that I need to select one by one. Besides, the program can repeat all the song or individual song when checkbox enable.

If AxWindowsMediaPlayer1.playState = WMPLib.WMPPlayState.wmppsMediaEnded Then
If playlistbox.SelectedIndex < playlistbox.Items.Count - 1 Then

[code].....

View 4 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved