Click here to Skip to main content
15,887,746 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: split the media files by specified size Pin
David Crow26-Sep-07 2:27
David Crow26-Sep-07 2:27 
Questionport number Pin
p_23-Sep-07 18:37
p_23-Sep-07 18:37 
AnswerRe: port number Pin
Waldermort23-Sep-07 19:49
Waldermort23-Sep-07 19:49 
GeneralRe: port number Pin
p_23-Sep-07 19:56
p_23-Sep-07 19:56 
GeneralRe: port number Pin
Mark Salsbery24-Sep-07 7:59
Mark Salsbery24-Sep-07 7:59 
AnswerRe: port number Pin
vijay_aroli23-Sep-07 20:32
vijay_aroli23-Sep-07 20:32 
AnswerRe: port number Pin
Hamid_RT23-Sep-07 20:55
Hamid_RT23-Sep-07 20:55 
GeneralRe: port number Pin
p_23-Sep-07 21:02
p_23-Sep-07 21:02 
thanks sir
i use this code on a button but it did not give any response

CAsyncSocket m_sListener, m_sConnected;
UpdateData(TRUE);
m_sListener.Create(21);
if(m_sListener.Listen()==FALSE)
{
AfxMessageBox("Unable to Listen on that port,please try another port");
m_sListener.Close();
return;
}

m_sConnected.Create();
m_sConnected.Connect("10.179.22.75",21);

if( m_sListener.Listen()== FALSE)
{
AfxMessageBox("Unable to Listen ,please try another port");
m_sListener.Close();
return;
}

thanks
GeneralRe: port number Pin
Hamid_RT23-Sep-07 21:12
Hamid_RT23-Sep-07 21:12 
AnswerRe: port number Pin
markkuk23-Sep-07 21:12
markkuk23-Sep-07 21:12 
AnswerRe: port number Pin
Cedric Moonen23-Sep-07 21:14
Cedric Moonen23-Sep-07 21:14 
AnswerRe: port number Pin
beko24-Sep-07 1:49
beko24-Sep-07 1:49 
QuestionUnhandled exception at 0x7822119c (mfc80d.dll) in Audio.exe: 0xC0000005: Access violation reading location 0xcdcdcdd9 Pin
Maynka23-Sep-07 17:39
Maynka23-Sep-07 17:39 
AnswerRe: Unhandled exception at 0x7822119c (mfc80d.dll) in Audio.exe: 0xC0000005: Access violation reading location 0xcdcdcdd9 Pin
Waldermort23-Sep-07 19:51
Waldermort23-Sep-07 19:51 
QuestionRe: Unhandled exception at 0x7822119c (mfc80d.dll) in Audio.exe: 0xC0000005: Access violation reading location 0xcdcdcdd9 Pin
Hamid_RT23-Sep-07 20:53
Hamid_RT23-Sep-07 20:53 
QuestionBrowser Pin
saisp23-Sep-07 17:35
saisp23-Sep-07 17:35 
AnswerRe: Browser Pin
nbugalia23-Sep-07 19:13
nbugalia23-Sep-07 19:13 
GeneralRe: Browser Pin
saisp23-Sep-07 20:21
saisp23-Sep-07 20:21 
GeneralRe: Browser Pin
nbugalia23-Sep-07 20:49
nbugalia23-Sep-07 20:49 
JokeRe: Browser Pin
Mark Salsbery24-Sep-07 8:01
Mark Salsbery24-Sep-07 8:01 
QuestionRe: Browser Pin
Hamid_RT23-Sep-07 20:53
Hamid_RT23-Sep-07 20:53 
AnswerRe: Browser Pin
saisp23-Sep-07 21:04
saisp23-Sep-07 21:04 
QuestionHow to create executable file to register an ActiveX(*.ocx) Pin
TooShy2Talk23-Sep-07 16:40
TooShy2Talk23-Sep-07 16:40 
AnswerRe: How to create executable file to register an ActiveX(*.ocx) Pin
Wes Aday23-Sep-07 17:23
professionalWes Aday23-Sep-07 17:23 
QuestionThreads Pin
ginjikun23-Sep-07 15:40
ginjikun23-Sep-07 15:40 

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.