Activex Control ->Running Programaticly [modified]
-
Hello Im Having some problems with a ocx file i got from the company im working with... basically the control is working with winforms,but i dont want to use this control on a win forms, i want to use on a simple console app... can someone guide me what to do? this is the only code im using in win forms... axVCLogAgent1.RecServerIPAddress = "172.20.1.189"; axVCLogAgent1.RecServerPort = 3001; axVCLogAgent1.VL_connect_rec_server(); axVCLogAgent1.AgentID = UserProperties.AgentId; axVCLogAgent1.Extension = UserProperties.Extension; axVCLogAgent1.VL_log_in(); axVCLogAgent1.VL_start_record();
modified on Sunday, September 7, 2008 5:06 AM
-
Hello Im Having some problems with a ocx file i got from the company im working with... basically the control is working with winforms,but i dont want to use this control on a win forms, i want to use on a simple console app... can someone guide me what to do? this is the only code im using in win forms... axVCLogAgent1.RecServerIPAddress = "172.20.1.189"; axVCLogAgent1.RecServerPort = 3001; axVCLogAgent1.VL_connect_rec_server(); axVCLogAgent1.AgentID = UserProperties.AgentId; axVCLogAgent1.Extension = UserProperties.Extension; axVCLogAgent1.VL_log_in(); axVCLogAgent1.VL_start_record();
modified on Sunday, September 7, 2008 5:06 AM