View Single Post
  #5  
Old 14-09-2004, 12:30
Team Crystal Team Crystal is offline
Banned
 
Join Date: Jun 2004
Location: Brazil
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Team Crystal is on a distinguished road
Quote:
Originally Posted by Megalexxx
I'm sorry, but I don't have much time indeed...

I think I know your problem : Adx2Mp3.com takes all the CPU and your program can't refresh. You should try using threads...
Which programming language do you use ?
Borland Delphi (Pascal).

I've tried some events like "OnActivate" to use the Update.

For example:

frm_adx2mp3.update;

or

frm_adx2mp3.refresh;
Reply With Quote