Click here to Skip to main content
15,895,011 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralForm z-order between apps Pin
bherman697-Apr-05 3:21
bherman697-Apr-05 3:21 
GeneralRe: Form z-order between apps Pin
Dave Kreskowiak11-Apr-05 8:22
mveDave Kreskowiak11-Apr-05 8:22 
GeneralRe: Form z-order between apps Pin
bherman6911-Apr-05 8:30
bherman6911-Apr-05 8:30 
Generalplateform Pin
_tasleem6-Apr-05 23:59
_tasleem6-Apr-05 23:59 
GeneralRe: plateform Pin
Kevin McFarlane7-Apr-05 5:32
Kevin McFarlane7-Apr-05 5:32 
Generalcheck if a port is free Pin
madretierra6-Apr-05 20:42
madretierra6-Apr-05 20:42 
GeneralRe: check if a port is free Pin
S. Senthil Kumar7-Apr-05 20:55
S. Senthil Kumar7-Apr-05 20:55 
GeneralRe: check if a port is free Pin
madretierra8-Apr-05 5:41
madretierra8-Apr-05 5:41 
Hei, thank you for your answer. I have finally coded like following (with MFC) :

// Adresse ip local du pc
CString CSipAddLocal = CTool::GetLocalIP();

CAsyncSocket *ClassMySocket = new CAsyncSocket;

//ClassMySocket->Create(atof(portUnicast));
ClassMySocket->Socket();

int i = 0;
while (ClassMySocket->Bind(atof(portUnicast),CSipAddLocal)==0)
{...try another port...}
..................................................................

I think this method is working well !
I wish you a nice week-end, bye !
alain costanza


There is no way to happiness, happiness is the way !
GeneralDatagrid column problem Pin
pgonc6-Apr-05 3:16
pgonc6-Apr-05 3:16 
GeneralTcpClient being blocked on Local host Pin
Will Willow6-Apr-05 2:05
Will Willow6-Apr-05 2:05 
GeneralRe: TcpClient being blocked on Local host Pin
S. Senthil Kumar6-Apr-05 2:14
S. Senthil Kumar6-Apr-05 2:14 
GeneralRe: TcpClient being blocked on Local host Pin
Will Willow6-Apr-05 3:00
Will Willow6-Apr-05 3:00 
Generalhelp me to resolve this expection if any body nows Pin
imran.arshad6-Apr-05 0:24
imran.arshad6-Apr-05 0:24 
Generalhelp about biztalk server Pin
satishrg4-Apr-05 5:43
satishrg4-Apr-05 5:43 
GeneralRe: help about biztalk server Pin
Dave Kreskowiak11-Apr-05 8:34
mveDave Kreskowiak11-Apr-05 8:34 
GeneralWriting Evaluation Software Pin
Phil Kan4-Apr-05 3:21
Phil Kan4-Apr-05 3:21 
GeneralRe: Writing Evaluation Software Pin
rwestgraham4-Apr-05 9:52
rwestgraham4-Apr-05 9:52 
GeneralSome little projects in Java Pin
Member 18347913-Apr-05 22:03
Member 18347913-Apr-05 22:03 
GeneralRe: Some little projects in Java Pin
Dave Kreskowiak11-Apr-05 8:14
mveDave Kreskowiak11-Apr-05 8:14 
Generalretrieving executing machine's IP (not 127.0.0.1) Pin
De'Boss2-Apr-05 19:36
sussDe'Boss2-Apr-05 19:36 
GeneralRe: retrieving executing machine's IP (not 127.0.0.1) Pin
S. Senthil Kumar3-Apr-05 20:23
S. Senthil Kumar3-Apr-05 20:23 
GeneralRe: retrieving executing machine's IP (not 127.0.0.1) Pin
Dave Kreskowiak11-Apr-05 8:11
mveDave Kreskowiak11-Apr-05 8:11 
Questionhow to Add Uninstall Option in Start Menu Pin
Adnan Siddiqi1-Apr-05 23:08
Adnan Siddiqi1-Apr-05 23:08 
AnswerRe: how to Add Uninstall Option in Start Menu Pin
rwestgraham3-Apr-05 9:10
rwestgraham3-Apr-05 9:10 
GeneralRe: how to Add Uninstall Option in Start Menu Pin
Adnan Siddiqi3-Apr-05 18:48
Adnan Siddiqi3-Apr-05 18:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.