Click here to Skip to main content
16,005,178 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Infinite loop ?? Pin
Tom Wright2-Jul-04 9:09
Tom Wright2-Jul-04 9:09 
AnswerRe: Infinite loop ?? Pin
gamitech2-Jul-04 9:42
gamitech2-Jul-04 9:42 
Questionhow to customize the 'Cookie' http header of Internet Explorer Pin
Leo Harrison2-Jul-04 5:24
Leo Harrison2-Jul-04 5:24 
GeneralPatch Pin
Dennis L2-Jul-04 4:42
Dennis L2-Jul-04 4:42 
GeneralRe: Patch Pin
David Crow2-Jul-04 4:46
David Crow2-Jul-04 4:46 
GeneralRe: Patch Pin
palbano2-Jul-04 8:47
palbano2-Jul-04 8:47 
Question"." formated IP Adress string from hostent? Pin
george ivanov2-Jul-04 3:52
george ivanov2-Jul-04 3:52 
AnswerRe: "." formated IP Adress string from hostent? Pin
David Crow2-Jul-04 4:45
David Crow2-Jul-04 4:45 
Like:

CString strIPAddress;
struct sockaddr_in  dest;
LPHOSTENT lpHostEnt = gethostbyname(szHost);
if (NULL != lpHostEnt)
{
    memcpy(&(dest.sin_addr), lpHostEnt->h_addr_list[0], lpHostEnt->h_length);
    strIPAddress = inet_ntoa(dest.sin_addr);
}



"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen


GeneralRe: "." formated IP Adress string from hostent? Pin
george ivanov9-Jul-04 3:35
george ivanov9-Jul-04 3:35 
QuestionMake links in RichEdits clickable? Pin
Dominik Reichl2-Jul-04 3:09
Dominik Reichl2-Jul-04 3:09 
AnswerRe: Make links in RichEdits clickable? Pin
David Crow2-Jul-04 3:19
David Crow2-Jul-04 3:19 
GeneralRe: Make links in RichEdits clickable? Pin
Dominik Reichl2-Jul-04 3:30
Dominik Reichl2-Jul-04 3:30 
Generaldragging controls Pin
BlackDice2-Jul-04 3:05
BlackDice2-Jul-04 3:05 
GeneralRe: dragging controls Pin
David Crow2-Jul-04 3:24
David Crow2-Jul-04 3:24 
GeneralRe: dragging controls Pin
BlackDice2-Jul-04 4:51
BlackDice2-Jul-04 4:51 
GeneralScroll bars in CStatic-derived class!!! Pin
Eugene Pustovoyt2-Jul-04 2:55
Eugene Pustovoyt2-Jul-04 2:55 
GeneralRe: Scroll bars in CStatic-derived class!!! Pin
Johan Rosengren2-Jul-04 21:20
Johan Rosengren2-Jul-04 21:20 
GeneralScrollBar in CStatic-derived class Pin
Eugene Pustovoyt2-Jul-04 2:53
Eugene Pustovoyt2-Jul-04 2:53 
GeneralIDataObject to Bitmap Pin
tunerica2-Jul-04 1:33
tunerica2-Jul-04 1:33 
GeneralRe: Help with UML Pin
Johan Rosengren2-Jul-04 1:06
Johan Rosengren2-Jul-04 1:06 
GeneralRe: Help with UML Pin
Antony M Kancidrowski2-Jul-04 2:26
Antony M Kancidrowski2-Jul-04 2:26 
GeneralRe: Help with UML Pin
Johan Rosengren2-Jul-04 2:45
Johan Rosengren2-Jul-04 2:45 
GeneralRe: Help with UML Pin
Antony M Kancidrowski2-Jul-04 3:33
Antony M Kancidrowski2-Jul-04 3:33 
GeneralCPU temperature monitoring Pin
Eric Schaefer2-Jul-04 0:17
Eric Schaefer2-Jul-04 0:17 
GeneralRe: CPU temperature monitoring Pin
cmk2-Jul-04 0:31
cmk2-Jul-04 0:31 

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.