--- experimental/host/vb_net_test/nettest.frm 2001/02/26 09:23:34 1.21 +++ experimental/host/vb_net_test/nettest.frm 2001/02/26 09:25:41 1.22 @@ -165,6 +165,10 @@ Dim responseNumber As Integer Private Sub Form_Load() + If App.PrevInstance Then + x = MsgBox("There is already an i-scream Winhost running on this machine.", 48, "i-scream host already running") + End If + protocolVersion = "1.1" Status.Caption = "Loading"