Link to home
Start Free TrialLog in
Avatar of fsharer
fsharer

asked on

IP Address in textbox

I am doing a project in VC++ .NET, I am wondering can anyone help me get a text box I have on a GUI to display my IP Address when I click a button?
This is what I have so far
private: System::Void startBtn_Click(System::Object *  sender, System::EventArgs *  e)
{
ipLbl->Text =
}

thanks
ASKER CERTIFIED SOLUTION
Avatar of mpf1748
mpf1748
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of fsharer
fsharer

ASKER

That was perfect, I thank you for your help