|
-
February 15th, 2000, 08:41 AM
#1
Is it possible to add a Winsock control at run time?
Im creating an array of winsock controls, I can place the first instance at design time and then create and kill more instances programmatically, however, I want to be able to create the 1st instance programmatically, is it possible???
-
February 15th, 2000, 09:06 AM
#2
Re: Is it possible to add a Winsock control at run time?
yes, it is possible.
use the Add method of the Controls collectÃ*on.
-
February 15th, 2000, 10:12 AM
#3
Re: Is it possible to add a Winsock control at run time?
sample
Licenses.Add "MSWinsock.winsock.1"
me.Controls.Add "MSWinsock.winsock.1", "s1"
-
February 15th, 2000, 11:05 AM
#4
Re: Is it possible to add a Winsock control at run time?
Thank you very much Lothar
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|