hey all,,

1)
if I have VB.NET's code could I convert it to dll and later then
use it in mIRC..
for example if I have the code written in VB.NET

Code:
Messagebox.Show(arg1)


could I convert it to dll then use it either in mIRC's remote with an alias , or from the commandline to write
Code:
/rundll dllName hey


and a message would appear?
---------------------------------------------------------------
2)if I have external executable file! could I run it with passing given parameters from mIRC?

for example if I have application placed in PATH , or in C:\ partition..
to do :
Code:
/runExe c:\hello.exe hi 1 2 3

----------------------------------------------------------------
3)is there a tool that let you convert MCL to dll?
idea: to hide/encrypt the MCL's code for example..
----------------------------------------------------------------

thanks a lot.