Hi guys I was hoping to get some help here.
I wrote a small application to display the computers IP address and hostname.
The problem is, it returns the IPv6 the whole time(windows 7 PCs), only on windows XP machines it displays the IPv4.
What to I add to my code to display IPv4 only...
Hi guys
I'm sure someone can help me, Im trying to just write this very basic app.
One function, user open the .exe and it displays the local IP and host name.
What I have used:
Please click to view the form,
using System;
using System.Collections.Generic;
using...