Well, I actually have 3 questions, so I hope you don't mind me puting more then one in this thread...
INPORTANT : All that I ask you reffers to vb6 code, not .NET
1. I saw somebody asking is it possible to make a new picturebox during runtime, and I understud the answer. Then I saw somebody say "anything you do in design, you can do in runtime". Ok, so here's my question : Can I make a form in runtime (maybe a bunch of forms) and controll it, put objects in it, and such? Is it the same thing like with the picturebox?
2. Let's say that I want to make a chat application. I use winsock, but I want to connect more then just one user to a server, but do it in such way that every sock is "registered" to one user. Is it also possible to make a controll array of winsocks? If it is, then how do I controll them all?
3. When I make a client and a server program, that connects via winsock, I have a problem. I send some data from server to client (or vice-versa), but the data is changed. Like it's encripted, or something. How do I fix that?
Thanks in advance