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
~328 People Reached
Favorite Forums
Member Avatar for GoS-ExiGo

Hi, if ever the 'tab button' is clicked at least once, that tab selection grid (as shown in the picture below) around controls appear to indicate which control is currently selected. But once it is clicked, it won't disappear even if the user continues to work with the mouse only. …

Member Avatar for Diamonddrake
0
99
Member Avatar for GoS-ExiGo

Hi, I work in C# 2005.. I use a separate thread to ping a computer IP and retrieve an approximate RoundtripTime. [CODE]Ping ping = new Ping(); PingReply reply = [U]ping.Send(myEP.Address);[/U][/CODE] This process takes some seconds and is ok. However my problem is that when I exit my program, it could …

Member Avatar for sknake
0
156
Member Avatar for GoS-ExiGo

Hi, I am working on a simple application for a game which uses udp packets to broadcast its server. However, I am having some problems to decode the main packet: [CODE]byte[] buffer = { 247, 48, 157, 0, 80, 88, 51, 87, 23, 0, 0, 0, 25, 0, 0, 0, …

Member Avatar for GoS-ExiGo
0
73