Zoidberg
5th April 2002, 15:35
I am working on a vis plugin for winamp.
I have seen some plugins minimize winamp before starting, but I can't figure out how to do this. This Code doesn't work:
SendMessage(this_mod->hwndParent,WM_SIZE,SIZE_MINIMIZED,0)
Winamp doesn't respond to this.
Anybody knows how to do it?
I have seen some plugins minimize winamp before starting, but I can't figure out how to do this. This Code doesn't work:
SendMessage(this_mod->hwndParent,WM_SIZE,SIZE_MINIMIZED,0)
Winamp doesn't respond to this.
Anybody knows how to do it?