Click here to Skip to main content
16,008,183 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDLL Hooking Pin
digitalml17-Dec-01 20:57
digitalml17-Dec-01 20:57 
GeneralRe: DLL Hooking Pin
Ernest Laurentin18-Dec-01 4:09
Ernest Laurentin18-Dec-01 4:09 
GeneralSample Bitmaped Context Menu Pin
Eugene Pustovoyt17-Dec-01 19:17
Eugene Pustovoyt17-Dec-01 19:17 
Generalmemory leak Pin
17-Dec-01 17:10
suss17-Dec-01 17:10 
GeneralRe: memory leak Pin
Christian Graus17-Dec-01 17:12
protectorChristian Graus17-Dec-01 17:12 
GeneralRe: memory leak Pin
Rick York17-Dec-01 17:21
mveRick York17-Dec-01 17:21 
GeneralRe: memory leak Pin
18-Dec-01 3:24
suss18-Dec-01 3:24 
Questionwhy does CAsyncSocket.Create always Bind? Pin
AnonymousBabe@usa.net17-Dec-01 16:03
AnonymousBabe@usa.net17-Dec-01 16:03 
BOOL CAsyncSocket::Create(UINT nSocketPort, int nSocketType,
long lEvent, LPCTSTR lpszSocketAddress)
{
if (Socket(nSocketType, lEvent))
{
if (Bind(nSocketPort,lpszSocketAddress))
return TRUE;
int nResult = GetLastError();
Close();
WSASetLastError(nResult);
}
return FALSE;
}
as the "Communication Services" said, only servers need Bind . no clients need it
GeneralPrint Preview appears in German, only in Debug builds Pin
Andy Hassall17-Dec-01 14:26
Andy Hassall17-Dec-01 14:26 
GeneralRe: Print Preview appears in German, only in Debug builds Pin
Nish Nishant17-Dec-01 16:26
sitebuilderNish Nishant17-Dec-01 16:26 
GeneralRemove - Untitled Pin
Matt Newman17-Dec-01 13:52
Matt Newman17-Dec-01 13:52 
GeneralRe: Remove - Untitled Pin
Bill Wilson17-Dec-01 13:56
Bill Wilson17-Dec-01 13:56 
GeneralRe: Remove - Untitled Pin
Matt Newman17-Dec-01 13:59
Matt Newman17-Dec-01 13:59 
GeneralRe: Remove - Untitled Pin
Michael Dunn17-Dec-01 14:57
sitebuilderMichael Dunn17-Dec-01 14:57 
GeneralPicture on Dialog Box Pin
17-Dec-01 13:50
suss17-Dec-01 13:50 
GeneralRe: Picture on Dialog Box Pin
Christian Graus17-Dec-01 13:54
protectorChristian Graus17-Dec-01 13:54 
GeneralOpen URL in a new window Pin
17-Dec-01 13:04
suss17-Dec-01 13:04 
GeneralRe: Open URL in a new window Pin
Nish Nishant17-Dec-01 16:30
sitebuilderNish Nishant17-Dec-01 16:30 
GeneralAvoiding automatic resizing of MDIChild window Pin
Prashant Tiwari17-Dec-01 11:55
Prashant Tiwari17-Dec-01 11:55 
Generalpotential memory problem but free source code Pin
Kuniva17-Dec-01 10:51
Kuniva17-Dec-01 10:51 
GeneralRe: potential memory problem but free source code Pin
Derek Waters17-Dec-01 11:20
Derek Waters17-Dec-01 11:20 
GeneralRe: potential memory problem but free source code Pin
Kuniva18-Dec-01 0:11
Kuniva18-Dec-01 0:11 
GeneralDirectX and MFC Pin
Matt Newman17-Dec-01 10:34
Matt Newman17-Dec-01 10:34 
Questionvisual C++.Net == Visual C++ 7.0 ? Pin
17-Dec-01 10:31
suss17-Dec-01 10:31 
AnswerRe: visual C++.Net == Visual C++ 7.0 ? Pin
Matt Newman17-Dec-01 10:35
Matt Newman17-Dec-01 10:35 

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.