MFC -> CIpAddressCtrl
-
hi,
ich weiss das thema war schon 4 mal hier, da ich schon alles durchsucht habe.
donnoch will ich auf normale art und weise, die SetAddress() und GetAddress() funktion nutzen, kann mir bitte jemand erklären wie ich die ip
192.168.0.1 setzten kann?so wohl nicht:...
m_serverip.SetAddress( 192, 168, 0, 1 );
-
Doch, genau so.
-
das stimmt, scheint so als wär das auch nicht mehr mein problem, sondern
das ich beim inizialisieren des dialogs die ip setzten will und da kommt dann diese fehlermeldung:Assertion Failed
File: dlgdata.cpp
Line: 703
-
Ich hoffe doch in OnInitDialog und nach CDialog::OnInitDialog().
-
CDialog::OnInitDialog();
das hatte wohl gefehlt (schäm)
danke schön