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
~97 People Reached
Favorite Forums
Favorite Tags
Member Avatar for chirag0310in

Private Sub Command1_Click() Dim RetVal RetVal = Shell("cmd.exe", 1) ' Run Command window. SendKeys "telnet ip{ENTER}" ' For pinging ip SendKeys "login id{ENTER}" ' send login SendKeys "password{ENTER}" ' send password End Sub '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' Hi Friends, this is my simple program for pinging to my system and then i want …

Member Avatar for chirag0310in
0
97