Play A Java Game In VB Form?
Sep 22, 2011Can I play a Java Game in my visual basic form?
I wan't to create a OS and add minecraft to it ...
Can I play a Java Game in my visual basic form?
I wan't to create a OS and add minecraft to it ...
in form1 it has swf object how can vb.net play this script into that swf object
<script type="text/javascript" src="http://Radioonline.ir/RadioonlinePlayer.Js"></script>
How can I use reflection to interact with Java game?
View 4 RepliesIm trying to play a mp3 on my main menu for my game however its not playing... ive tried hardcoding the file to the desktop, inserting the file into the solurtion explorer and even declaring it its own sub?I just want the file to play when the form loads up?
View 14 RepliesHow hard would it be to make a game trainer for a Play station 1 game (on PC) ?
View 5 RepliesI 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 RepliesI need to build function that will create a Games schedule structure,this function accept an integer that will represent the number of teams (4,6,8,10,12,16 etc . . .) and it create a games schedule for that teams which every team play one game against the other, another thing that will make that function perfect is if each team will play every second match at home.
View 5 RepliesTo programming and have a question with sound files. I am trying to figure out the basics and here is what I did: I created a button that is supposed to play a sound.
My.Computer.Audio.Play("C:.......file.wav")
When I click this button in my .exe file it obviously plays because I am using the computer with the above location for the .wav file. When I use the .exe on another computer it doesn't play because it does not recognize that .wav location. How do I make this work for me? Do I need to embed the .wav with my .exe somehow?
So I pretty much built the game, that was the easy part. I am having trouble entering a name on my first form(startup) and keeping track of the score on second form(game) and displaying it both combined on the first page with the current users score. Also the way it set up now if you are running the game for the first time it says can't find LowScores.Text. Start Up
CODE:
CODE:
how to run java applet from vb.net form its like when pressing a button in vb.net form the applet will run
View 7 Repliesis it possible to add an instance of a java application as a child form a .NET Form?
View 2 RepliesOk i'm loading a webpage in the WebBrowser Control, but what i need to do is manipulate that webpage. Here is the webpage (you will probably need to take a look so you know what i'm talking about). [URL] Now i'm trying to remove the advert at the top of the webpage OR somehow get the handle of the Java applet and set it to an x and y co-ord on my form.
View 2 RepliesI 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].....
Im trying to open media player (full screen) and play a movie. When i create the file path like so: Dim MoviePathVTS As String = String.Concat("""" + tempMoviePath, " \VIDEO_TS\VTS_01_1.VOB" + """")
It wont play the file but if i do it like this: Dim video1 = """F:\Movies\DvD\Angels and Deamons\VIDEO_TS\VTS_01_1.VOB"""
It plays fine? the file paths are the same including the extra "" but it just refuses to play. I need the top one because i have many movies in a treeview.
Heres my code
Private Sub watchNow_Click(ByVal sender As Object, ByVal e As EventArgs)
'get the position of the selected node
Dim i = movieTreeView.SelectedNode.Index
[CODE]...
How to play a .swf file(flash file) in vb.net form. please tell me the code. I dont usually request codes. but I dont know anything about this.Im using vs 2005.
View 2 RepliesI am trying to play an AVI file inside a form. I have added the windows media player controller to the form but dont know how to play the video i am after.
The video is called People.avi and its in images/people.avi
i dont really know where to start. this is the best i have [code]...
Need a simple way to play a wav file on my form.
View 2 RepliesI need the simplest code possible to play an AVI fullscreen on a form.
View 5 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]....
I am in the process of developing a simple game for Windows Mobile Pro. Can anyone tell me how to play a short WAV sound when a form opens?
View 5 Replieshow to make to play more than 1 waves on 1 form?
1. I made 1 wav to load with the Form:
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
' Welcome Song
If My.Resources.welcomef.CanRead Then
[code].....
2. I want to add another wav file when they click on textbox4 to play wav from my resources>songs>female>identify.wav
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 RepliesHow to play a video file in vb.net ?
I need the video to automatically start playing on form load.
How to play an audio file automatically when form loads?
View 5 Replieshow to open and play video files in windows form? also save videos in a specific folder inside the project.
View 2 RepliesNot sure if this is the right thread place or not.And I've been designing an Mp3 player. I've ran across several things that I would love to know how to fix.
1. It won't play the next song when one ends.
2. Click and drag media files into the playlist.
3. Shuffle button would be awesome.
4. Repeat button.
5. I have a pause button, but it dont pickup where it paused...
If you could get the repeat playlist and shuffle into a checkbox form.[code...]
I wonder how to put a sound clip in my vb.net form.I am using vb 2008.When a user starts my program, I want the sound to be played automatically and with a mute button.
View 1 RepliesSay I wanted to show Form1 by pressing ctrl+h ingame it would show and when i press it again it would hide. but when it shows, it overlays the game.
View 6 Replies