Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~293 People Reached
Favorite Forums
Favorite Tags
Member Avatar for jianhe99

Hi anyone could help me... let say i have a button click event example : Private Sub btnSave_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSave.Click Call Save_Action() End Sub then i can call the event using this btnSave_Click(sender, e) now my question is...i use LabelLink Private Sub lnkFromPR_LinkClicked(ByVal …

Member Avatar for jianhe99
0
90
Member Avatar for jianhe99

Hi, I looking for a solution for how to check if a connection to a remote computer exist or not using vb.net. I 'm writing a program which will request data from a remote sql server. I need to check if the connection to the remote server exist, before open …

Member Avatar for jianhe99
0
203