Forum: NSIS Discussion
2nd October 2012, 14:24
|
|
Replies: 9
Views: 6,002
|
Forum: NSIS Discussion
6th December 2011, 22:31
|
|
Replies: 9
Views: 6,002
|
Forum: NSIS Discussion
6th December 2011, 20:13
|
|
Replies: 9
Views: 6,002
Why my install is blocked by svchost.exe
Hello. Why my setup exe is blocked by svchost.exe (I know it from LockHunter
which cannot unlock) after finished instaling. When I change OutFile line in
script below and add some text before...
|
Forum: Winamp Technical Support
7th October 2011, 23:22
|
|
Replies: 0
Views: 1,233
Minimize to tray by SendMessage.
Hello. Is it possible to minimize WinAmp 5.X to tray by Windows Api SendMessage function? If yes, what kind of message should be? And what wParam and lParam must I give? Thanks.
|
Forum: Winamp Development
8th December 2009, 14:38
|
|
Replies: 5
Views: 3,195
|
Forum: Winamp Development
7th December 2009, 15:29
|
|
Replies: 5
Views: 3,195
|
Forum: Winamp Development
30th November 2009, 18:45
|
|
Replies: 5
Views: 3,195
I handled by myself. I set timer in Init...
I handled by myself. I set timer in Init function:
SetTimer(WinAMP_WND, 1, 100, @EQTimerProc);
EQTimer procedure code:
procedure EQTimerProc;
begin
if GetForeGroundWIndow = EQ_WND then...
|
Forum: Winamp Development
30th November 2009, 06:51
|
|
Replies: 5
Views: 3,195
How to handle keys in Equalizer Window
Hello. This is my first post here. I'm writing because I do
not found any hints to do this. I made my first plugin for a
WinAmp in Delphi because it is only language I know. I used
example code...
|