Jump to content

i need help with mirc


lil_azn

Recommended Posts

ummm does anyone know how to put a bar in a script like this :

 

=====================================================

Toolbar and all that crap

=====================================================

 

 

 

 

 

 

How do u put a bar going down vertical there --------------->

 

 

 

 

 

 

 

 

 

=====================================================

Stuff u type !!!

=====================================================

So Does anyone know how to put a bar on the right of the script . Please help!! i really want to add a bar to my script

 

Any Help would be greatly appreciated

Link to comment
Share on other sites

the silver is just my windows xp theme.

 

as for docking a dialog

 

Some people use ktools for docking.. I prefer ReBaR.dll

 

First you need to make a dialog you want to dock and load it into remotes.

 

next to dock it you will need the dll.. You can download that HERE

 

next you need to put this coding into your remotes somewhere

 

this is your alias

 

alias RebaR { return $shortfn(dlls\RebaR.dll) }

 

as you can see my rebar.dll is in a subfolder called dlls .. change this to fit yours

 

now you need the actual docking command.

 

alias control {
 //dialog -m control control
 //dll $RebaR Dock $dialog(control).hwnd > left
}

 

now you see the name of the dialog i docked was called control. and it is being docked to the > left.. you can change that to top, bottom, or right depending on your needs.

 

no you can do a on start command to auto dock it like so

 

on *:start: { control }

 

 

hope this helps.. if you have more questions please feel free to ask

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...