Click here to Skip to main content
15,911,531 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Dialog Active in Background Pin
goosegg21-Jun-06 22:37
goosegg21-Jun-06 22:37 
GeneralRe: Dialog Active in Background Pin
Sarath C21-Jun-06 22:45
Sarath C21-Jun-06 22:45 
GeneralRe: Dialog Active in Background Pin
Weiye Chen21-Jun-06 22:57
Weiye Chen21-Jun-06 22:57 
AnswerRe: Dialog Active in Background Pin
Sarath C21-Jun-06 22:49
Sarath C21-Jun-06 22:49 
GeneralThanks. Re: Dialog Active in Background Pin
goosegg22-Jun-06 0:06
goosegg22-Jun-06 0:06 
QuestionGetting ip of client using winsock Pin
darkcloud.42o21-Jun-06 21:55
darkcloud.42o21-Jun-06 21:55 
AnswerRe: Getting ip of client using winsock Pin
_AnsHUMAN_ 21-Jun-06 22:07
_AnsHUMAN_ 21-Jun-06 22:07 
GeneralRe: Getting ip of client using winsock Pin
darkcloud.42o21-Jun-06 22:15
darkcloud.42o21-Jun-06 22:15 
hmm.. getting 204.204.204.204 from the inet_ntoa.. which probably means.. that part of the accept is not going to help me get the ip... i assume..

ive seen this before....
char hostname[256]; struct hostent *host; in_addr ip; gethostname(hostname, 256); host = gethostbyname(hostname); memcpy(&ip, host->h_addr, sizeof(ip)); printf("First host IP is: %s\n", inet_ntoa(ip));

which seems to get the local ip.. which is not what im trying to do...
AnswerRe: Getting ip of client using winsock Pin
Viorel.21-Jun-06 22:21
Viorel.21-Jun-06 22:21 
QuestionProblem while using SMPP Pin
johnalek21-Jun-06 21:46
johnalek21-Jun-06 21:46 
AnswerRe: Problem while using SMPP [modified] Pin
johnalek21-Jun-06 22:23
johnalek21-Jun-06 22:23 
QuestionWhich line of code do i need to change in order to get the circle shape? [modified] Pin
tillandran21-Jun-06 21:41
tillandran21-Jun-06 21:41 
QuestionRe: Which line of code do i need to change in order to get the circle shape? Pin
Hamid_RT21-Jun-06 22:06
Hamid_RT21-Jun-06 22:06 
JokeRe: Which line of code do i need to change in order to get the circle shape? Pin
toxcct21-Jun-06 22:09
toxcct21-Jun-06 22:09 
JokeRe: Which line of code do i need to change in order to get the circle shape? Pin
Hamid_RT21-Jun-06 22:20
Hamid_RT21-Jun-06 22:20 
JokeRe: Which line of code do i need to change in order to get the circle shape? Pin
toxcct21-Jun-06 22:21
toxcct21-Jun-06 22:21 
JokeRe: Which line of code do i need to change in order to get the circle shape? Pin
Hamid_RT21-Jun-06 22:31
Hamid_RT21-Jun-06 22:31 
AnswerRe: Which line of code do i need to change in order to get the circle shape? Pin
tillandran21-Jun-06 23:27
tillandran21-Jun-06 23:27 
QuestionHiding a folder Pin
djg21-Jun-06 20:23
djg21-Jun-06 20:23 
AnswerRe: Hiding a folder Pin
FarPointer21-Jun-06 20:29
FarPointer21-Jun-06 20:29 
GeneralRe: Hiding a folder Pin
djg21-Jun-06 21:03
djg21-Jun-06 21:03 
GeneralRe: Hiding a folder Pin
toxcct21-Jun-06 21:05
toxcct21-Jun-06 21:05 
GeneralRe: Hiding a folder Pin
djg21-Jun-06 21:52
djg21-Jun-06 21:52 
GeneralRe: Hiding a folder Pin
toxcct21-Jun-06 22:02
toxcct21-Jun-06 22:02 
GeneralRe: Hiding a folder Pin
kakan21-Jun-06 22:07
professionalkakan21-Jun-06 22:07 

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.