mIRC Homepage
Posted By: iamaloser dialog positioning - 11/10/03 07:46 AM
how can i position a dialog to open in the corner instead of right in the center.
Posted By: LocutusofBorg Re: dialog positioning - 11/10/03 09:11 AM
One option (don't know if there are better ones) is the following:

Code:
dialog name {
  size x y w h
  option dbu
  ...
}


The x and y specify where on your screen the top left corner of your dialog appears if I recall correctly. Just play with the numbers till you get it right. x/y = -1/-1 is centered.
© mIRC Discussion Forums