button click

  1. B

    Android Play mp3 onload body code

    Im trying to play sound onload body //section 1 works only if i click button on click test1() my code works...but doesn't play the file once body onload fucntion call runs in , function test1 trying to play sound tried doesn't run onload body i placed my explanation inside my code...
  2. S

    Windows 7 Launching a text file in windows 7 using process.start in C# is crashing the entire application

    1) Develop a simple forms application( add one button and implement its button click handler with the following code) 2) System.Diagnostics.Process.Start("C:\\Test\\Example.txt"); 3) Create the text file in the above specified path. 4) Now run the windows form application and invoke the button...
Back
Top