Forms :: Display Video On 2 Forms?

Jul 5, 2010

I've been trying to create a simple program with vb 2010 to play video's (when you use multiple screens) on the main screen (with controls) and the full screen (with no controls) on the second screen.I get it to work that I can open the second screen and play a video, but the video is only played on the main screen and audio is played on the second screen.I want to play the video on the main screen as well as on the second screen at the same time.

[code]...

View 8 Replies


ADVERTISEMENT

VS 2005 - Gotchas With Docked Forms - Forms - Displayed Using Menu Items To Display Information To User

Nov 10, 2011

We have an application that has a main form with a map on it. Right now the paradigm is to have forms that are displayed using menu items to display information to the user. Most of these forms are modal forms, but a couple are non-modal forms that interact with the map. For some of the forms, it really would make for a better user experience if we could dock them in the main form of the app and allow the user to see both the form and the map. For instance. We could have a list of map features in a docked window, and select one of the items on the list and have the map zoom to that feature. Or do the reverse: let the users select a map item and have a docked window that shows details of the feature. Sounds great, but I wonder about what sort of gotchas we may encounter. In particular, what if we have two windows docked at the same time? Could we get tangled up in our event code?

View 2 Replies

Forms :: Designate Video In List Box

Sep 10, 2009

Im developing a Media Study Room program and i have this little problem,My problem is that, how can i designate the video in the list box, that when i click variable on the list, it will automatically play the video i designated to a number and its description in the bottom will appear.

View 2 Replies

Forms :: Play A Video On Form?

Nov 2, 2009

Does anyone know how to play a video on a windows form in a window like using a picturebox with a JPG?

View 4 Replies

Forms :: Convert Video From Xvid To FLV In Program

May 10, 2009

i havent found much info on this, Basically i would like to convert from Xvid to FLV in my program...?

View 5 Replies

Forms :: File Video With Windows Thumbnails?

Mar 27, 2011

I want to display files pretty much as similarly to windows explorer when set to thumbnails as I can. Most importantly I need to be able to show thumbnails of videos and images that windows can(im aware that not all videos are supported).

I'm fairly new at this. I havn't done any programming in years and I've never been amazing at it, I've already got this directory list done so this is the next step in my project...

View 5 Replies

Playing Single Video In Multiple Forms?

Mar 3, 2010

if i have mediaplayer1 in Form1 and mediaplayer2 in Form2 than how can i play and control a single video file in both mediaplayer1 and mediaplayer2 in vb.net

View 1 Replies

Forms :: Small Bug With WebBrowser Control And Flash Video?

Nov 27, 2011

I have created a VB.NET project that includes WebBrowser control. The web browser control navigates to html page that embedes a flash movie. Everything works fine except that when I want to exit the fullscreen mode of the video by pressing (Esc) key, it doesn't exit. If I view the html page with any other browser (Internet Explorer, Firefox, ...) it works perfectly. You can download the project from the link below. The files are in the Debug folder.

Download Link: FlashinWebBrowser.rar - 4shared.com - online file sharing and storage - download

View 1 Replies

VB6 - Video Series Is Focused On The Interop Forms Toolkit ?

Jun 10, 2010

Visual Basic Interop Video Series This how-to video series is focused on the Interop Forms Toolkit and working with Visual Basic .NET and Visual Basic 6 together. The Interop Forms Toolkit allows Visual Basic developers to migrate their Visual Basic 6 applications over to .NET using a phased migration strategy. Instead of having to convert the entire VB6 application at once, the toolkit enables .NET Forms and User Controls to run directly in Visual Basic 6 applications so that you can build the pieces that you need over time.

Download the Code: Videos 13

You will need: Visual Studio and the Interop Forms Toolkit 2.0 in addition to Visual Basic 6.0

#1 | How Do I: Build Interop Forms? (11 minutes, 28 seconds)

View 1 Replies

Display Choice Of Forms?

May 20, 2009

I'm developing a form that displays conference attendee data.I have a panel control on this form and would like to put a series of buttons at the bottom of this form that will open other forms in the panel. So for example, there would be a button to open the Address form, another button to open the Email form, and so on.There will be 10 buttons total. I have the Address and Email forms set up so far and it seems to work pretty slick.

Before I go any further, is this the best way to do this? FWIW, all forms will have a datarepeater control on them since there can be multiple addresses per attendee, multiple emails, etc.

View 9 Replies

Forms :: Display Variable In Msg Box?

Sep 20, 2010

I am struggling to find out how to use a msg box to display the value of a variable.

I've tried a number of permutations, and searched for hours to find a tip.

My code is currently:

Private Sub btnShowTotalCost_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnShowTotalCost.Click
If (radCorpTravel.Checked) Then

[Code].....

View 10 Replies

The Design Of Forms Changes With Different Display?

Sep 1, 2010

When I open a project created on a PC of XP SP3 and 24" widescreen in another PC of XP SP3 and 22" widescreen, the design of forms including the form size and layout of the components (sizes & locations) changed.

View 5 Replies

Forms :: Display A Link In BallonTipText?

Mar 24, 2009

possible to display a link in ballonTipText?

View 2 Replies

Forms :: Display Big Images In Picturebox?

Mar 7, 2009

i am developing a imageviewer like the one windows xp has. one thing i dont know how to do is: how do i display a big image(bigger then the screen) in a picturebox with bars on the left and the buttom side? like the imageviewer of windows xp does when you want to watch big images in full size.

View 2 Replies

Forms :: Display Data In Datagridview?

Jan 19, 2010

Dear Experts

Table gpass has data as
gate-----date-----c----bno----acccode----tittle----weight-------qty
1----18/01/2010---a----2--------2----------abc-----10.00-------15

[Code].....

View 1 Replies

Forms :: Display HTML In Webbrowser?

May 13, 2011

how to display an HTML in webbrowser class What i mean is something like a <html> and </*html> tags

View 1 Replies

Forms :: Display Picture In Picturebox

Nov 24, 2008

this is so simple its embarrassing to ask. How do you display a picture in a picturebox? I want to have a static picture displayed on my single form application. I tried adding a picturebox control to the form and setting the InitialImage setting to my pgn file. But when the app loads they image is not displayed. I've googled around and found many references to adding pictures out of databases and etc, but nothing as simple as my. I just want to display the one image.

View 10 Replies

Forms :: Display Value In Datagridview Columns?

Jan 1, 2010

Datagridview1 has three columns as S.No-------Porducts--------Price

When I enter s.no in column1 then product name and price must display in relevant columns as

S.No-------Porducts--------Price 1------------Mango---------12

I wrote folloiwng codes as example

[Code]...

View 1 Replies

Forms :: Format - Display INT Value In Textbox

Jan 8, 2010

How to display INT value in textbox1 in this format 45,75,147.45 I do not want to use MaskedTextbox

View 4 Replies

Forms :: Get The Icon Of A Program To Display?

Jul 25, 2010

May I know how do I get the icon of a program to display along with the name of it?TBProgram.jpg

Public Partial Class MainForm
Public Sub New()
' The Me.InitializeComponent call is required for Windows Forms designer support.
Me.InitializeComponent()

[Code]...

EDIT: I know this has been asked a billion time. But when I tried to get the codes together, I get many warnings and exception errors.

View 4 Replies

Forms :: Html Display In Webbrowser?

May 22, 2010

i want to create a Program containing a RichTextBox and a WebBrowser Control now i want to write html code into the RichTextBox and it should be displayed in the WebBrowser Control. I just could find how to open html files and display them in the browser but how do I get the html code from the RichTextBox into a Website without saving it to a file?

View 1 Replies

Have Two Forms With The Output Display Carrying On To The Next

Apr 8, 2011

I have several forms, the first one the user chooses the pizza type, size and topping, the second they choose the side orders such as chip, garlic bread etc and the third, the user choose the drinks, the last form is the summary form which i want it to display everything the user chose and the overall total.

So for this i want on each form the thing they chose and the price. For example form 1, user chooses 8" Maryland with onions, then they click subtotal button, this adds it up, then they click next to go to the next form and when the user clicks the button for chip it is displayed with the pizza that was displayed on previous form and is added to that subtotal etc. At the mo I can get on each form the the output being displayed but i do not know how to get the output from the previous to already be in the second form. so really for ever form i want the output boxes to be linked.

ps. I have attached a very quick print screen of what my program looks like for each form to give a better understanding.

View 6 Replies

Use 1 Or 2 Forms But Still Be Able To Display The Same Amount Of Content?

Jun 12, 2011

how can i use for example, 1 or 2 forms but still be able to display the same amount of content. Similar to a web browser using tabs, its all still inside of the same "form/window" but has different sections.

View 4 Replies

VS 2010 - Possible To Display Several Forms In Single One

Jan 16, 2011

Is it possible to display several other forms in a single WindowsForm (by using a table layout or something else) ?

View 4 Replies

Cannot Display New Information In DataGridView Without Closing One Of Forms

May 3, 2009

I am currently working on a school database that I am having troubles with. I have the Table Adapters, Binding Source, and DataGridView all working, along with the Insert, Update and Delete Commands. I have the user open up the SubjectForm. On this form the user is looking at a DataGridView of the subjects table and everything that is in it. When the user clicks add new on the right side, it opens up a new form called AddNewSubject. When the user gets done adding the new subject in, a dialog box appears and says that the subject was added successfully. After the user clicks exit, it takes them right back to the SubjectForm where the DataGridView is. My question is, how do I update the data in that grid so that after the user clicks exit on the AddSubject Form, the new data will appear in the grid? I have tried a combination of things and they haven't worked. I will add my code at the bottom.[code]....

View 10 Replies

Forms :: Display A Button If No Records Exist?

Dec 7, 2009

I would like to display a button if no records exist and hide the same button if a record exists.

View 7 Replies

Forms :: Component To Display The Time Only With The Specific AM - PM?

Feb 13, 2009

does vb.net have the component to display the time only with the specific AM,PM? i know that VS 2008 got datetimepicker as choose the date and time but does it can display in term of the AM and PM? if got any better solution and component about display and set the time,

View 8 Replies

Forms :: DataGridView Display - Hiding And Showing

Mar 31, 2009

I have a form e.g. Form1 , which displays a datagridview.
1) On form load, the datagridview doesn't have any data
2) The user clicks on a button called filter, this opens a form where the user can specify parameters to filter the data by
3) This form calls a setData() in Form1, which fills the dataset with the data

This works fine. If I click on a button called controlPanel it launches another form and hides this. E.g.
dim cp as new ControlPanel()
this.hide()
cp.show()

On the controlpanel I have a button that links to form1. If I click on it. E.g.
dim frm as new Form1()
this.hide()
frm.show()
It redisplays Form1 but without any data in the datagridview.

I think the problem is that since I am creating a new instance for Form1 it comes up with the blank Form1. Is there a way to redisplay Form1 so that it retains the data that was displayed last, without having to retrieve the data from the database.

View 1 Replies

Forms :: Display All The Toilet Locations Via PictureBoxes?

Sep 2, 2011

I am creating an Interactive map which displays the facilities when the user clicks on the Checkbox, such as toilets. It will display all the toilet locations via PictureBoxes. I want to do this without having to write all this code?

Private Sub chkCash_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles chkCash.CheckedChanged

[Code]...

View 9 Replies

Forms :: Display Data Being Processed In Loop?

Sep 28, 2011

I have a procedure that loops through the directories and subdirectories on a file server and sets the permissions. Procedure is called on a button click on a form.

I need to display on the form which directory is being processed. Similar to if we use the Debug.writeline which writes to the output in Visual Studio. I tried using a ListBox but it only displays the last one and only displays the last one once processing is done. I want to be able to display each directory name as it is being processed.[code]...

View 1 Replies







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