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
Ranked #107.68K
~3K People Reached
Favorite Forums
Favorite Tags
1 Posted Topic
i use this code but it return false...help required... zkemkeeper.CZKEM macobj = new zkemkeeper.CZKEM(); string ipaddress = "192.168.1.101"; int port = 4370; status = macobj.Connect_Net(ipaddress, port); if (status == true) { MessageBox.Show("Connected"); } else { MessageBox.Show("Not Connected"); }
The End.
salmankhalid