Archive: dirRequest enable/disable


dirRequest enable/disable
  Hi all,
I'd like to enable/disable a dirRequest dynamically.
I know (if i've understood correctly) that i can't write in the ini file since there is no "live update" (http://forums.winamp.com/showthread....hreadid=128370)

But for me it could be enoght disable using this code:


 GetDlgItem $DLGITEM $HWND 1203 

>
But this let to be grey (or white) only the text part of a DirRequest, leaving enable the button at the right.

Is there a solution.
Thanks a lot.

The button should have the next id. In your case, it should be 1204.


Thanks a lot