Well thanks guys, I am willing to update my DLLs upon new builds of mIRC, but one of the main reasons is just creating a function that allows the user to specify which mIRC Menu Item to call.

In response to mIRC adding a new commands menu, those ID's are generated dynamically (right now, I believe they start at 7000) so they won't much interfere with the Resource defined ID's because those are mostly in the hundreds.

I have a new question though. This one may involve a signifigant amount of thought, but how do you create an Owner Drawn Menu Bar? I know how to create ownder drawn popup menu's (kinda) but I would like to make an owner drawn bar that encapsulates them.

One last question. I have used a dll call menuedit. the menuedit DLL allowed you to edit/replace mIRCs menubar. It said something along the lines that it "fixed mIRC trying to redraw the commads menu" when it replaced the menubar. I would like to know a couple things.
1) mIRC closes if I try to use the SetMenu API on it. I can't replace the menu with a different one. Is this because mIRC is trying to redraw the commands menu?
2)If so, do you have any ideas how I could fix this? I'm playing around with it as we speak, but mIRC closes to quickly for me to find out any information on it.

Thank you everyone very much for the help.