|
-
Feb 2nd, 2000, 10:19 AM
#1
Thread Starter
Junior Member
What I am doing here, is for this irc chat program, I wanted to have a thing for private messages like an instant message on aol, i know how to bring up a bunch of forms that is from the original, but I dont know how to seperate them, because when data is recieved, im going to have to tell it which form to goto. So is there some way I can give the form a number like newform1, newform2, etc.
this is what im using to create the form, i use vb5 by the way
MyCount = frmNew.Count
frmNew = New frmPrivate
frmNew.Show
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
|