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;