Click here to Skip to main content
15,893,588 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionDeleting terminated thread Pin
baerten26-Dec-06 21:28
baerten26-Dec-06 21:28 
AnswerRe: Deleting terminated thread Pin
Cristian Amarie27-Dec-06 1:12
Cristian Amarie27-Dec-06 1:12 
GeneralRe: Deleting terminated thread Pin
baerten27-Dec-06 3:45
baerten27-Dec-06 3:45 
QuestionAPI to get Virtual folder Pin
Anilkumar K V26-Dec-06 21:02
Anilkumar K V26-Dec-06 21:02 
AnswerRe: API to get Virtual folder Pin
Michael Dunn27-Dec-06 8:39
sitebuilderMichael Dunn27-Dec-06 8:39 
GeneralRe: API to get Virtual folder Pin
Anilkumar K V27-Dec-06 19:07
Anilkumar K V27-Dec-06 19:07 
QuestionHow to convert cluster of Mathermatic to traversal by using C or C++???? [modified] Pin
Golden01226-Dec-06 20:56
Golden01226-Dec-06 20:56 
Questionsmtp server authentication Pin
neha.agarwal2726-Dec-06 20:24
neha.agarwal2726-Dec-06 20:24 
i m sending a mail using SMTP...
But i want to authenticate my smtp server
can anybody just tell me how to use AUTH LOGIN command in vc++
i m sending HELO Command like this.....

TCHAR local_host[ 80 ];
gethostname( local_host, 80 );
sHello.Format( "HELO %s\r\n", local_host );
m_wsSMTPServer.Send( (LPCTSTR)sHello, sHello.GetLength() );
if( !get_response( GENERIC_SUCCESS ) )
{
m_wsSMTPServer.Close();
return FALSE;
}

after these lines of code i want to authenticate my server
do we paas username n password with AUTH LOGIN command only
Can somebody send me the line of code
aur just explain me the method of doing so
thanxs in advance...
GeneralRe: smtp server authentication Pin
Mila02527-Dec-06 0:02
Mila02527-Dec-06 0:02 
Questionerror in soap connection Pin
salman kazi26-Dec-06 19:17
salman kazi26-Dec-06 19:17 
QuestionAppl Error Pin
Shouvik Das26-Dec-06 19:16
Shouvik Das26-Dec-06 19:16 
QuestionRe: Appl Error Pin
prasad_som26-Dec-06 20:08
prasad_som26-Dec-06 20:08 
AnswerRe: Appl Error Pin
Shouvik Das27-Dec-06 1:44
Shouvik Das27-Dec-06 1:44 
GeneralRe: Appl Error Pin
Shouvik Das27-Dec-06 1:50
Shouvik Das27-Dec-06 1:50 
GeneralRe: Appl Error Pin
prasad_som27-Dec-06 1:52
prasad_som27-Dec-06 1:52 
QuestionRemoving scrpit error problem in htmlviewer Pin
Vinod Moorkkan26-Dec-06 19:07
Vinod Moorkkan26-Dec-06 19:07 
QuestionHow can we findout present status of particular port Pin
sudhir.marni26-Dec-06 18:23
sudhir.marni26-Dec-06 18:23 
AnswerRe: How can we findout present status of particular port Pin
ThatsAlok26-Dec-06 18:55
ThatsAlok26-Dec-06 18:55 
GeneralRe: How can we findout present status of particular port Pin
sudhir.marni26-Dec-06 20:03
sudhir.marni26-Dec-06 20:03 
GeneralRe: How can we findout present status of particular port Pin
Cristian Amarie27-Dec-06 1:21
Cristian Amarie27-Dec-06 1:21 
Questionfinding remote host up or not ! How ? Pin
Sakthiu26-Dec-06 17:40
Sakthiu26-Dec-06 17:40 
AnswerRe: finding remote host up or not ! How ? Pin
ThatsAlok26-Dec-06 18:56
ThatsAlok26-Dec-06 18:56 
QuestionFile sie in win32 Pin
amitmistry_petlad 26-Dec-06 17:37
amitmistry_petlad 26-Dec-06 17:37 
AnswerRe: File sie in win32 Pin
_AnsHUMAN_ 26-Dec-06 18:05
_AnsHUMAN_ 26-Dec-06 18:05 
GeneralRe: File sie in win32 Pin
Michael Dunn26-Dec-06 20:41
sitebuilderMichael Dunn26-Dec-06 20:41 

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.