hi ,
thanks for repying , i'm sorry i was'nt specific.. i'm using C# and
..NET 2 ....
i'm kaing a booking application for a hotel . .. and there one main pc
with a set of local pcs connected to it. The database fr the customers
is on the main pc.
basicaly i hav a listview that should have icons (pc icons) .. for
local pcs connected to it (the main pc ,lets call it server)
Now there (hopefully) will be an add function tht brings a
BrowseFrFolder dialog and allows the user to add a path. When this is
done . .the application is kinda intalled on this (client) local pc ..
..and the client then connects to the "server" for the database (this
should happen all via th UNC path) ....
Now.. .everytime the listview loads .. i wanna check whether the
ADDED pcs are offline or on and depending on that.. i want the icon to
be coloured or black and white.
I thought of doing what dave said in the first place... but was'nt
exactly sure.. .i'm new to C#...
and Dave , what do u mean by :
Dave said:
That may work for the local computer but it doesn't help the OP find out if a
different computer is online.
problem is i dont have a network here to test it all out i have to goto
a cyber cafe to test it.. and i cant do that often (it costs)
Thanks so much
Gideon