Thread: create log file
View Single Post
  #7 (permalink)  
Old 05-21-2008, 08:55 AM
scsefrmr scsefrmr is offline
Learning Programmer
 
Join Date: May 2008
Posts: 39
Credits: 0
Rep Power: 3
scsefrmr is on a distinguished road
Send a message via MSN to scsefrmr
Default Re: create log file

For creating a log, the code I provided will work fine - I use it myself for the same purpose in another application I've made in the past.


Quote:
Originally Posted by yonghan View Post
The application was putted on the server,the clients are using it..Some sort of creating a shortcut to the application i suppose..Is it possible to get the clients ip that access the application??thanks..
Right... I originally thought there were 2 applications (a server side and a client side) which may have used winsock to communicate between them.

From the quote I've included, it seems as though there is only one application which is kept on the server which I wouldn't know how to get the client's IP address from
Reply With Quote