mIRC Homepage
Posted By: ATMA dll + fun! - 28/08/03 07:57 PM
ok i just need to figur out a way to dock a dialog to the bottom of mirc instead of the top any one have any ideal ways of doing this?
Posted By: lammkott Re: dll + fun! - 28/08/03 08:35 PM
I thought the most recent version of kTools.dll allowed this?
Posted By: Ancyker Re: dll + fun! - 28/08/03 09:06 PM
/dll Files/dll/ktools.dll DockWindow $dialog(dialogname).hwnd > bottom
Posted By: ATMA Re: dll + fun! - 29/08/03 01:55 AM
thx man i will try that
Posted By: ATMA Re: dll + fun! - 29/08/03 02:13 AM
ok ok now this is strange its not even activating the dll for some reason....

Code:
dialog google {
  title "Google Search script"
  size -1 -1 1000 18
  option dbu
  text "Google Search:", 1, 1 4 50 11
  edit %google.lastserach, 2, 40 2 100 11
  button "Search", 3, 140 2 50 11, ok
}
on *:dialog:google:sclick:3: {
  echo Searching Google
  set %google.lastserach $did(google,2)
  run http://www.google.com/search?hl=en&lr=&ie=UTF-8&oe=UTF-8&q= $+ $replace( $+ $did(google,2) $+ ,$chr(32),+)
}
on *:dialog:google:init:0: {
  dll $mircdirdlls\kTools.dll DockWindow $dialog($dname).hwnd > bottom
} 
alias google { dialog -m google google }


this is only v1.0 beta 1 hope you ppl will like what i have done so far ;p lol
© mIRC Discussion Forums