[perl-win32-gui] Need Help from Winamp Users

2000-11-08 Thread Todd McLaughlin
Winamp published a list of codes to control the program using SendMessage(). The web page is listed in my code below. I can get the set of WM_COMMAND codes to work (stop and play), but not the WM_USERS codes (mute and status. I have no way of knowing if the problem is caused by my code, Win32::

Re: [perl-win32-gui] Disabling RichEdit control

2000-11-08 Thread Aldo Calpini
[EMAIL PROTECTED] wrote: > Hello all, > > I have a RichEdit control designed on my form. When I try > to do something like $M->txtText->Disable(), this will not > disable the RichEdit control. > Please note ... $M =DialogBox, txtText = RichEdit ControlName. > However, if I convert txtText from

[perl-win32-gui] Disabling RichEdit control

2000-11-08 Thread felice . vittoria
Hello all, I have a RichEdit control designed on my form. When I try to do something like $M->txtText->Disable(), this will not disable the RichEdit control. Please note ... $M =DialogBox, txtText = RichEdit ControlName. However, if I convert txtText from RichEdit control to Textfield con