i have a winsock component to display my ip address (ws.localip).
If i run this program it shows my ip correctly,
but if my ip changes when my programm is running the winsock componentt doesnt display the new ip , so i have to close the program and open it again.
How could i refresh or update the component so that i will get the current ip that i have. i tryed something with ws.refresh and ws.update but it doesnt solve the problem.