Play A Video As A Splash Screen?
May 10, 2011
I have a splash screen set as Form9. When Form9 loads, I want it to play a video automatically. I have the video in MPEG format. I'm just not sure what tool to use, and what code would go with it.
View 3 Replies
ADVERTISEMENT
Jun 2, 2011
I have already completed my projects by using visual basic 2008 express
but i want to know is it possible for me to add a video in splash screen..after the 10 seconds video finish, i want the want the main form to be appear.
View 19 Replies
Jul 7, 2009
I 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 Replies
Dec 20, 2009
I'm coding a splash screen in VB.Net that displays for 3 seconds then shows a login screen. But the splash shows up even when login shows and I have told the splash to hide. Here is my code:
[code]...
View 3 Replies
Jan 23, 2008
can play a SWF video but not a Flash Video?
View 14 Replies
Oct 21, 2009
I am in a dual monitor environment. I have developed an application using VB.NET 2005.When I start my application, the splash screen always displays on the monitor where the mouse cursor is at, even if it is not the same monitor that the login and primary form open on.
View 3 Replies
Dec 8, 2009
does 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
View 2 Replies
Jul 24, 2009
I want to know how to add a splash screen, but i can't do it through the properties because i use another file as startup so that i can close the main form and leave other open for it to minimize to taskbar, so how would acomplish this?
View 7 Replies
Mar 13, 2009
I am trying to add Splash Screen to my app.
I use the one provided with VB. However, the splash screen fade time is too fast, how do I set it to lengthen the display time?
View 9 Replies
Feb 21, 2009
How to use splash screen
View 9 Replies
Apr 1, 2010
Ii want a welcome screen like Nero have: This welcome secrren should appear after the user has logged into his account.Do i need to use the splash screen? How to do this?
View 5 Replies
Jan 26, 2010
i just wanna ask how to play a video clip using .net
View 2 Replies
May 1, 2009
I have played .swf file in VB.Net using Shockwave Flash Object. But i need it with controls(mute,volume control.. )
I tried with using Windows MediaPlayer, i can play only .mp3 cannot play .swf or .avi..
View 2 Replies
Apr 9, 2011
I have a WPF 4/VB.net project, and I'm trying to play video in it. I've been using a mediaelement, much to the chagrin of the program's overall performance. Thus, I'm looking into the only other viable alternative that I can find for my project...directx.
Which brings me to my question. Is it possible to play video (either Theora [.ogv] or Flash Video [.flv]) in DirectX?
View 1 Replies
Nov 1, 2010
how to start a video on vlc player embedded in a form?I add the VideoLAN VLC ActiveX Plugin v1 and v2 to toolbox, and place both to my form.What is the code to start a video playing on VLC embedded to forms?
View 2 Replies
Feb 1, 2011
I'm trying to play video on Visual Basic 6 but no success.
View 2 Replies
Jun 11, 2010
I want to randomly play a video clip "possible different format" on a continues loop. Can I get how long the video will run or when the video has finished so the program knows when to select the next video.
View 4 Replies
Jan 14, 2010
I have an application I am working on and have a projector connected and working as the second monitor.I would like to setup my application to play, in fullscreen mode (using Windows Media Player) on the second monitor.I would like the application to then close WMP after the end of the one minute video clip? I am using Visual Basic 2008.
View 1 Replies
Jan 20, 2010
I made a splash screen and want to have some text change on it as different parts of the program are loaded but the screen isnt updating when i use refresh or update.
[Code]...
View 4 Replies
Jun 3, 2011
i want my program to have a splash screen as the starting screenbut i need it to automatically count 10 minutes after it closes and form 1 loads.
View 3 Replies
Feb 21, 2012
My objective is to have a splash screen that displays a status and steps a progress bar. I have created a custom splash screen form with all the controls that I require. Note: This form has not been designated
as the splash screen in the application settings. I tried that earlier and it got me nowhere. On the main form's load event I show the splash screen. All that seems to work. What doesn't work is getting an update to the splash screen. Actually the function gets called and the label control text gets changed
(I think) but the splash screen never shows the update. I have tried to refresh the control and the form itself but that doesn't work. After spending all morning on the search engines I tried using a delegate but that doesn't seem to
[Code]...
View 1 Replies
Apr 13, 2010
creating a splash screen that looks like this:
how to vary the colors from 0 To 255..
this is what i have done so far:
this is what i wrote in the paint event handler:
Dim graCurrent As Graphics = e.Graphics
Dim pintYCurrent As Integer
Dim penBlue As Pen
[Code]....
View 6 Replies
Dec 30, 2005
How do I delay my splash screen in 2005?Ive tried this function but it does not work as stated in the documentation:[code]
View 6 Replies
May 22, 2012
I am trying to disable a splash screen and go directly into an existing prog. Here is the code for the splashscreen. I have changed the startup project to the reports.vb where reports.vb holds the Class reports but i have an error, object reference not set to an instance of an object. I am able to click around in the prog and have the same functionality but the cursor is a wait cursor .[code]...
View 6 Replies
Dec 5, 2009
[code]I would like to have a smooth fade in effect.no fade out.This code doesnt work.It juts loads the form with no fade in effect.
View 3 Replies
Jan 14, 2011
I'm trying to get my splash screen to stay up for more that a second.I have used the code suggested by the book I have, the problem is that the book isn't specific about where the code goes.
I'm using the SplashScreen template. I've added the code in various places. Either the code will delay the splash screen from showing, then it flashes up for half a second, or the code will do nothing.
[Code]...
View 2 Replies
Jul 23, 2009
how I can have progressbar in a splash screen I made I have a splashscreen called SPLASH_SCREEN and I have choosed it in the compiler so it works fine,but I wonder how I will fix the code for the loading to next form the next form is called Form1
My code is like this
Private Sub SPLASH_SCREEN_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
ProgressBar1.Maximum =?
ProgressBar1.Value = ?
End Sub
View 2 Replies
Jun 8, 2011
I use the splash screen of the vb.net found on windows form.Is there a way that i could put an initializing while my splash screen is running?like other programs do instead of progress bar.
View 16 Replies
Apr 7, 2011
I am wondering how to Only have a splash screen start once after installing the application
View 4 Replies
Oct 14, 2010
I develop a spalsh screen with progress bar. My application consist of 10 forms and access database. How i operate the progress bar untill resources are loaded. any example of code to run the progress bar actual not fake.
View 4 Replies