I have started building a chat application which in its early stages is working great. When I open a room (multiple rooms may be open at any one time), if that room is already open I would like to set the focus to that specific room. Any advice would be appreciated.
Screenshots of my application so far are below (including the code for this particular operation).
roomList is a List in a Module: Public roomList As New List(Of String)
Dim myForms As FormCollection = Application.OpenForms
For Each frmName As Form In myForms
MessageBox.Show(frmName.Name.ToString)
Next
Dim myForm As Form = Application.OpenForms(NAME)
Kevin RobertsonOP
@Reply 3 years ago
Thanks. I haven't gotten as far as actually connecting the application yet. Still building the user interface. Probably going to be a huge learning curve as I'll need to use features I've never used before.
Kevin RobertsonOP
@Reply 3 years ago
Got some new forms. They look really cool and, in my opinion, professional. Still need a bit of work but I'm getting there.
If you are a Visitor, go ahead and post your reply as a
new comment, and we'll move it here for you
once it's approved. Be sure to use the same name and email address.
This thread is now CLOSED. If you wish to comment, start a NEW discussion in
Visual Basic Forum.