From: rony g on 25 Feb 2010 14:03 Hello , Currently I use api socket ocx downloaded from www.planet-source-code.com. I plan to replace it with other ocx that works better soon. Could you give me information about the best socket ocx ? I also have another question : Is there any socket ocx that has multithread capability on windows ? Thanks Rony *** Sent via Developersdex http://www.developersdex.com ***
From: mayayana on 25 Feb 2010 15:18 You didn't provide much detail about what you're doing, or what exactly the control is that you're using. If you'd like to avoid the dependency you might want to look at this class wrapper, originally from vbip.com: http://www.koders.com/noncode/fid8F45DF43059FCEE77CD99F26786B8A6696CC5E88.as px That class, along with the bas linked from the same page: http://www.koders.com/vb/fid943F2756BB30A4AAF783E322D25B13088D13302D.aspx make up an API version of the winsock OCX.
From: Henning on 25 Feb 2010 18:37 "rony g" <nospam> skrev i meddelandet news:uPqm00ktKHA.3536(a)TK2MSFTNGP06.phx.gbl... > > Hello , > > Currently I use api socket ocx downloaded from > www.planet-source-code.com. I plan to replace it with other ocx that > works better soon. Could you give me information about the best socket > ocx ? > I also have another question : Is there any socket ocx that has > multithread capability on windows ? > > Thanks > Rony > > > > *** Sent via Developersdex http://www.developersdex.com *** I've started using SocketWrench wich works well for me. /Henning
From: MikeD on 25 Feb 2010 19:45 "rony g" <nospam> wrote in message news:uPqm00ktKHA.3536(a)TK2MSFTNGP06.phx.gbl... > > Hello , > > Currently I use api socket ocx downloaded from > www.planet-source-code.com. I plan to replace it with other ocx that > works better soon. Could you give me information about the best socket > ocx ? > I also have another question : Is there any socket ocx that has > multithread capability on windows ? It might help if you mentioned what the current OCX you're using lacks that you'd like to have. That way, people won't waste their time making suggestions that don't offer what you're looking to do. -- Mike
From: Nobody on 25 Feb 2010 22:52 "rony g" <nospam> wrote in message news:uPqm00ktKHA.3536(a)TK2MSFTNGP06.phx.gbl... > > Hello , > > Currently I use api socket ocx downloaded from > www.planet-source-code.com. I plan to replace it with other ocx that > works better soon. Could you give me information about the best socket > ocx ? > I also have another question : Is there any socket ocx that has > multithread capability on windows ? Like Henning suggested, SocketWrench has an ActiveX freeware edition that is okay for commercial use. The only issue is that it only works for Windows 2000+, but this may or may not be a problem for you. http://www.catalyst.com/products/socketwrench/freeware/index.html
|
Next
|
Last
Pages: 1 2 3 Prev: Add Property to MS VB Objects Next: Creating formatted XLS file with VB6 |