Skip to content
MSN

mircustom.dll simple task help

A TG007 community discussion started by sugarboy.

Discussion 4 posts
Page 1 of 1
Open
Topic #4888 · 4 published posts · 677 views

Okay, I have read teh readme.html file that comes with this dll I downloaded it ofcourse from here. now. I was trying to why this isn't working correctly. the mircustom.dll it is a folder in the mIRC directory named dlls for the record. this is currently what i have, and I am getting no response. Please let me know if i have made an error somewhere as I am still in my noob stages of using dlls. Thank you for any support and assistance.

 

/dll dlls\mircustom.dll SetIcon -m images\tinkerbell.ico

*Insert interesting signature here*

you didn't supply an index for the icon, as it's from a normal icon file just use 0

 

//dll dlls\mircustom.dll SetIcon -m 0 images\tinkerbell.ico

"the important thing was, that i had an onion on my belt, which was the style at the time"

Thank you nimbus this is what i came up with after you supplied that i needed to specify an index

 

on *:start:{
 /dll dlls\mircustom.dll SetIcon -m 0 images\tinkerbell.ico
}

 

Works! Thank you

*Insert interesting signature here*

What is it?