im trying to dock my mp3 player on my switch bar but its not letting me. heres waht im putting:
/dll ktools/ktools.dll DockSwitchbar $dialog(bmp3).hwnd
can someone tell me whats wrong with the code?
im trying to dock my mp3 player on my switch bar but its not letting me. heres waht im putting:
/dll ktools/ktools.dll DockSwitchbar $dialog(bmp3).hwnd
can someone tell me whats wrong with the code?
If the mp3 dialog is a seprate dialog which it sounds like you cant just dock it like that, you'd need to build the MP3 player into the actual switchbar.
"Be more concerned with your character than your reputation
because your character is who you really are while your reputation is merely what others think of you."
DesolateMx 8.0
from the ktools helpfileParameters: hwnd > top|left|right|bottomDescription: This docks windows the all 4 sides of mIRC. Right now you can only have 1 docked dialog. Also, if you want to use a @window, I suggest using a @window with the style below.
Examples: //dialog -m brad brad | //dll ktools.dll DockWindow $dialog(brad).hwnd > top
//window -pdh +d @brad 100 100 100 100 | dll ktools.dll DockWindow $window(@brad).hwnd > left
also, you have to have multiple copies of ktools for each dialog you dock(ie, 1 on left and 1 on right needs 2 dlls)
dll ktools/ktools.dll DockWindow $dialog(bmp3).hwnd > top
should be about what ya need
What one man can do, another can do!
Sign in to reply or start a new topic where your account has permission.