Implement ProgressBar to Midi Files

jeva39

Well-known member
Joined
Jan 28, 2005
Messages
135
Location
Panama
Programming Experience
1-3
I finish an VB.NET application for management a midi files catalog (I produce Digital Music). I use a Microsoft Multimedia Control to customer can heard the Midi. All work Ok but I need to implement a ProgressBar for display the Midi progress. I understand that I need to use a Timer Control but I try and the result..NOTHING! Please, what is the proper code to make this?

Thank in advanced for your help!!

Jorge Villamizar
 
Excellent!! Thanks. I go to implement this in my Midi Application now...

A question...

What is the real use of DISPOSE() (You use in your code)? I don't understand very well this

Regards

Aditional Note: In this forum, how I can to send Private Messages to any member?
 
Although there is another way to do it I’ll show you the easiest way::D

Just click on my name in the current page and select “Send a Private message to kulrom” from drop down list … Cheers ;)


edit: Dispose() is a method of class destructor ... that force the component to free up the memory straight away by calling Dispose()
 
Last edited:
Back
Top