Search results for query: *

  1. T

    Change value of an item in a ListView during runtime

    Hello altogether, In my program, I have a button and a list displayed. When clicking on the button, I want simply change the value of a specific item within that list. Please see following aimed output example: [Program Start] Name Value Item Number 1 Original Value Item Number 2...
  2. T

    Question Bind IP-Endpoint to Socket

    Unfortunately I shared the wrong picture I am sorry. My cmd -> /ipconfig-settings are as follows:
  3. T

    Question Bind IP-Endpoint to Socket

    Hello everyone, on my local network, there is a udp broadcast sent by a server every 5 seconds. It is 120 Byte long.I am trying to set a socket in order to consume it: IPAddress ip = IPAddress.Parse("192.168.127.162"); IPEndPoint ipe = new IPEndPoint(ip, 55555); Socket socket = new...
Back
Top Bottom