Blake81
Well-known member
I'm trying to make a class library with a form that includes a Windows Media Encoder object. This is going to be another mIRC DLL. The DLL part probably won't have much to it. I'm just trying to add webcam support to mIRC, so the DLL just needs to send the person's IP address, and start/stop commands to the WME object. I can't set a startup object in a class library, so is there a way to have Form1 load when the right parameter is passed? Also, is there a way to reference the Windows Media Player control (used to view the other cam) from the class library? I need to do this because the URL for WMP to connect to will be the other person's IP. Thanks. I hope I explained that clearly. If you need any more explanation, let me know.