W
Weikang Ding
In VB.net
Dim fm As frmLogin = New frmLogin
fm.ShowDialog()
Why there are two icons created in the task bar, which is more like two
separate programs are running. Although when I click the first icon the 2nd
model form will popup.
Dim fm As frmLogin = New frmLogin
fm.ShowDialog()
Why there are two icons created in the task bar, which is more like two
separate programs are running. Although when I click the first icon the 2nd
model form will popup.