I would also like to know if/how you can create mIRC DLL's in VB.NET. I've previously tried, using the guide from the mIRC Help File, but it has got me nowhere, pretty fast .. VB.NET Parameters vs. C Parameters and what not.
int __stdcall procname(HWND mWnd, HWND aWnd, char *data, char *parms, BOOL show, BOOL nopause)
For instance, no idea how I'd come up with the HWND in VB.NET :P
If anyone has a solution for us lowly .NET Developers, it would be muchly appreciated.