vb.net广播消息 mfc广播消息( 二 )


Handles Button1.Click
Dim ipadress As IPAddress
ipadress = IPAddress.Parse(TextBox1.Text)
'sendport = Int32.Parse(TextBox2.Text)
'ipend = New IPEndPoint(ipadress, sendport)
Try
sendudp.JoinMulticastGroup(ipadress)
MessageBox.Show("启动完成vb.net广播消息!")
Catch ex As Exception
MessageBox.Show(ex.Message)
【vb.net广播消息 mfc广播消息】End Try
End Sub
vb.net广播消息的介绍就聊到这里吧,感谢你花时间阅读本站内容 , 更多关于mfc广播消息、vb.net广播消息的信息别忘了在本站进行查找喔 。

推荐阅读