c# interface - hover delay

DeathWish

LOMCN VIP
VIP
Oct 29, 2003
1,269
1
185
ooo that actually sounds alright lol, what you stuck on? shouldn't be too difficult to do that tbh :P
 

Far

tsniffer
Staff member
Developer
May 19, 2003
20,179
30
2,783
540
the second argument. iv got no idea how to implement it to tell the server to change a location. we have no info on the server (as it has to be able to work with anyones servers).
 

DeathWish

LOMCN VIP
VIP
Oct 29, 2003
1,269
1
185
im not sure what you mean there tbh, wheres the server going to be? on local pc or wht?
 

Far

tsniffer
Staff member
Developer
May 19, 2003
20,179
30
2,783
540
server is on another pc. atm we have to make our client connect to it (done), report where a user is (done), and change where the user is (not done).

the server we're connecting to atm is the lecturers one that he made. so obviously we cant look at the source code.

and i have no idea of how to change the info on his side. done through an argument...

client.exe <ARG0> <ARG1>

my source code so far is here..

http://lomcn.co.uk/forum/showthread.php?t=54784
 

DeathWish

LOMCN VIP
VIP
Oct 29, 2003
1,269
1
185
tht cnt be your source code atm? n does the server support changing where a user is ?
 

Far

tsniffer
Staff member
Developer
May 19, 2003
20,179
30
2,783
540
yeah thats my entire source code so far for the client. all it does is connect to the server and retrieve certain users locations when u put in an argument.

and yeah the server fully supports changing users locations. but we cant get any info of the server code itself (since we are meant to write our own once the client is done).
 

Far

tsniffer
Staff member
Developer
May 19, 2003
20,179
30
2,783
540
Console.WriteLine(sr.ReadToEnd());

thats the part which returns it.
 

Far

tsniffer
Staff member
Developer
May 19, 2003
20,179
30
2,783
540
nope. because the sr links to the streamreader, and prints whats in that.

iv just realised to change the location it will be something to do with the streamwriter (told to add by our lecturer).

if you have visual studios working. compile it yourself. that code currently connects to godaddy and prints out all of its domain info.