Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Looping Midi Music In VB 6.0
Name: Roger Ngo Date: February 17, 2003 at 12:19:06 Pacific OS: Windows Me CPU/Ram: P4 1.7 Ghz/256 MB
Comment:
Hello. I would just like to know, how do I add a looping MIDI Music using the MM Control in Visual Basic 6.0.
Name: eaw8806 Date: February 17, 2003 at 16:07:07 Pacific
Reply:
if you know how long the midi file is in seconds, you could possibly make a timer of that length...then re-load the midi every time the timer goes off.
Summary: I am writing a software program in VB 6.0 that accepts input from a user and stores it to an Access database - both text and numeric. How do I declare the variables for these items. For instance, I ha...
Summary: In VB 6.0, I had write the following script: Set cn = New ADODB.Connection cn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.3.51;" _ & "Data Source=" & App.Path & _ ...
Summary: Hi friends I am making a project in VB 6.0 I have values like -0.004 and 5.98. I need a function which can convert them into (0 and 5 respectively) Plz tell me. I will be very thanful to u. ...