Added: Nov 21, 2008
From: sanddobby
Duration: 7:42
sound parthelp label i.e label 1 : MsgBox("Press any of the following keys to make a sound Z = error sound X = exclamation C = Atrisk Spacebar = beep")fun form codeing 1.seleced key down from right top list in keydown code put : If e.KeyCode = Keys.Z ThenMedia.SystemSounds.Hand.Play() ElseIf e.KeyCode = Keys.X ThenMedia.SystemSounds.Exclamation.Play() ElseIf e.KeyCode = Keys.C ThenMedia.SystemSounds.Asterisk.Play() ElseIf e.KeyCode = Keys.Space Then Beep() End Ifmedia partopen file: OpenFileDialog1.InitialDirectory = My.Computer.FileSystem.CurrentDirectory OpenFileDialog1.ShowDialog() AxWindowsMediaPlayer1.URL = OpenFileDialog1.FileNamep.s whach the other bits for codingthis is made by sanddobbywait for part 2
Channel: Education
Rating: ( ratings) Views: 69 Comments: 1
sanddobby Says:
Dec 27, 2008 - Ok i will Try and find my memory stick which has it on and i will have a look kk
sanddobby Says:
Dec 27, 2008 - what form are you doing im confused


pivothenkjanbig Says:
Dec 24, 2008 - Plz help me!!!!! I try to set my code to:If e.keycode = keys.left thenPicturebox1.hide()Picturebox2.show()End ifEnd SubThen i run game and then i press left:*Nothing happens*What should i do?