Cannot Add Real Player In Form
Jul 10, 2009
My Program is Visual Basic 2008 professional..I have problem, when I add Real Player in form.url...When I add Real Player In the form, I cannot open the form, and it comes this error.url...This is important information..My laptop is HP, and I have vista 64 bit.I have new version of Real Player.I added the Real Player to form from here,,url...How can open the form with Real Player?
View 4 Replies
ADVERTISEMENT
Jan 9, 2011
im creating a stock management system for a cycle shop and i had a thought about creating an interactive help video e.g.
how to add a customer - featuring the steps shown and how to handle errors. I have seen tutorials for flash player embedding but im unsure as to whether they have it installed on their workstation.
How would i go about streaming a video that is stored in the debug folder of the program onto a live form that includes stop, pause, play and volume buttons?
View 1 Replies
Jul 7, 2009
I have problem, when I add Real Player in form. This one..
This is a problem...
I reinstalled real player , and nothing happened , the problem still with me.
The VB in the attachment....
View 6 Replies
Apr 7, 2010
How can I display a running stopwatch on my form? I am creating a timer but I do not want to use the timer class.
View 4 Replies
Sep 14, 2009
I have a string I want to parse. I could write the code to do so, but I figured that VS.NET has a parser that should do this for me.however, I can't find it. All the searches I do return info on how to parse numeric values in string form into real numbers. It would be nice if the MSDN search had some ways to allow users to enter more details than just search text and 3 ways to filter out irrelevant stuff. In any case, I also tried things like string.parse (nope - although I kinda figured this would be it.) I also looked at Enum.parse, but the code indicates that it works with arrasy of items, not strings.
View 5 Replies
Dec 14, 2009
I have an app that I'm trying to keep single threaded, mostly for reasons to do with simplicity of ongoing maintenance. I've structured it so that I can eventually multi-thread it if need be but I'd rather not at this point. It's semi-real time and does perpetual looping to display a number of different graphs and do various work with both the graph display and the work being hosted in their own respective objects. If you're familiar with the Windows dispatch manager it's that general paradigm run synchronously. And yee haw, it pretty much works at this point and runs fast enough to meet requirements by a happy margin. I have a cosmetic problem that I'd like to solve if I could. When I left-click and move any form around, my graphs stop updating until I release the left click button. I was thinking about a doevents somewhere in the click event catalog.
View 1 Replies
Jun 28, 2011
Public Class EasyPlayer
Private Sub EasyPlayer_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
System.Diagnostics.Process.Start("MediaPlayer")
End Sub
[code]....
View 1 Replies
Jan 19, 2012
So I am trying to make a program that allows you to move two shapes using two KeyPress events, one to move the first object and another for the second. It works, but it can only move one of the two objects, not both at the same time.
Private
Sub
Form_KeyPress1(ByVal[code]......
View 9 Replies
Jul 12, 2009
Ok. I want to put a Music Player on my Windows Form App. I have the control on the form but i don't know which Import to use or how to get it to play the music I have on my computer.
View 3 Replies
Apr 10, 2009
I want to know that how to add FLV payer component in VB.Net..cz windows Media Player doesn't play the FLV player.
View 2 Replies
Jan 17, 2009
I am trying to add a windows media player control to my form. However I do not see the control in the toolbox. Is there a way to add it?
View 3 Replies
Mar 11, 2010
I'm using VS 2008 pro version under windows 7. I'm developing an app, and my app has 2 forms. When i press a button in form 1, form 2 will show up. Form 2 contains an axwindowsmediaplayer control and I set the autostart to true. The problem is: When i start debugging the app, the form 1 shows up and I click the button to call form 2, the form 2 shows up and the player start playing ( this is really good, at first), when i close form 2, the player stop, the app takes me to form 1 again, now is the problem, when i call form 2 again, the player seems don't want to show up, i don't know how to describe, here is the image .
View 1 Replies
Oct 15, 2011
I would just like to know if there is a way to embed a VLC media player inside windows form in visual basic 2010?
View 2 Replies
Apr 16, 2012
Trying to setup some basic functions for the windows media player in a VB form. Its telling me playstate is readonly. anyway to change this?
[Code]...
View 2 Replies
Aug 13, 2009
i am using following code to play a mp3 with build action for mp3 after adding to application is set to copy always...
Public
Class Form1
ivate Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles
[code].....
View 4 Replies
Aug 27, 2011
How can I check if media player in my vb form has ended the song?
View 4 Replies
Aug 25, 2010
I have been trying to tweak the form and all of a sudden it doesn't show anymore. I have tried reversing all the settings back to original but nothing. Then I have tried:
[Code]...
View 3 Replies
Jan 28, 2011
how you display a live or current date and time on a Windows for application.
I am working with Visual Basic 2008(VS Studio 2008).
Example: January 28, 2011 8:00AM.
I have several books, strangely this subject is not properly covered.
This is my
Private Sub lblDisplayDateTime_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles lblDisplayDateTime.Click
Dim currentDateTime As Date = #8/2/2007 1:02:00 PM#
[Code]....
Finally, how do I make the time load when the form runs? I can't seem to find an event, that allows the time to display when I run the form. Currently, I have to click the area containing the label to get the time to display.
View 5 Replies
Apr 26, 2012
I want to insert a Windows Media Player object in my Form, but I have not the control on my Toolbox.
I have done the steps:
Right-click
the Toolbox -> Choose item -> COM Components -> add Windows Media Player component
(which references to C:WindowsSystem32wmp.dll)
But there is not the control on my Toolbox.
In my project references I see "MediaPlayer" into "Imported namespaces" and it is checked. In the references window it is also present "Windows Media Player". Where is the error?
View 4 Replies
Nov 23, 2010
I get an unhandled exception when I use a windows media player control on the form in order to play a movie file.It only happens when I run the program. But in debug, the error does not occur. What do I do?
View 4 Replies
Nov 23, 2010
I'm making a speed card game [URL] for the final in one of my programming classes. I'm looking for a little assistance with how to go about getting it done the best way. I've included the code I have so far below. How does it look? What would you do differently? Would you do anything the way I did? I need to have one AI player and a human player.
Code:
View 3 Replies
Jun 9, 2011
make media player in vb6 or vb2010.. not using windows media player..
View 1 Replies
Jan 31, 2011
When I right click on the component area, a contextmenu appears.I want to disable this OR remove "Settings" and "About Adobe Flash Player..".I searched the internet for a solution,but almost all the suggestions were about the Visual Basic 6. Anyone knows how to correct this in Visual basic 2008 ? (And sorry for my English if there is a mistake )
View 1 Replies
Feb 25, 2011
How to get my real IP using vb.net?
View 3 Replies
Sep 4, 2009
I have written a VB (6.0) progam that pulls data from a Comm Port. I get two bytes back everytime I real the data (i.e. FF E1).Does anyone know how to represent this as a Real number (or floating point)?
View 5 Replies
Jul 29, 2009
How does a real life connectionString look like? I my sample application, I have this in the app.config file:
[Code]...
View 9 Replies
Jan 16, 2010
ConnectionString on real website
View 1 Replies
May 19, 2011
I am working on a project in which I would like to generate a map. It should be in bitmap form, and should include such things as roads and cities. I DO NOT want to generate a map of a real place.
View 6 Replies
Feb 24, 2011
Get real assembly version? [code]...
View 8 Replies
Mar 13, 2011
If an external window (external to my program) is set to TopMost it will be always visible, even if it is not the active window.This means that, for example, if I press a Internet Explorer page, the external TopMos window loses it active state, but remains over the IE web page.Now the question is: How to retrieve by a Timer routine the Hwnd of the REAL Top windows, intending for Real Top windows the ones that MY EYES see as top windows?If the TopMost window is not active both GetForegroundWindow() and GetActiveWindow() get the Handle ot the Internet Explorer window....
View 5 Replies