Click here to Skip to main content
15,918,742 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Functions and if () Question Pin
cp98763-Apr-07 1:35
cp98763-Apr-07 1:35 
JokeRe: Functions and if () Question Pin
Cedric Moonen2-Apr-07 22:21
Cedric Moonen2-Apr-07 22:21 
GeneralRe: Functions and if () Question Pin
CPallini2-Apr-07 22:34
mveCPallini2-Apr-07 22:34 
GeneralRe: Functions and if () Question Pin
Programm3r2-Apr-07 22:35
Programm3r2-Apr-07 22:35 
QuestionHow to get IP adress? Pin
birajendu2-Apr-07 21:35
birajendu2-Apr-07 21:35 
AnswerRe: How to get IP adress? Pin
saisp2-Apr-07 21:39
saisp2-Apr-07 21:39 
AnswerRe: How to get IP adress? Pin
Nibu babu thomas2-Apr-07 23:45
Nibu babu thomas2-Apr-07 23:45 
AnswerRe: How to get IP adress? Pin
Suresh H3-Apr-07 0:15
Suresh H3-Apr-07 0:15 
use IPM_GETADDRESS Message

Retrieves the address values for all four fields in the IP address control.

Syntax

To send this message, call the SendMessage function as follows.

lResult = SendMessage( // returns LRESULT in lResult
(HWND) hWndControl, // handle to destination control
(UINT) IPM_GETADDRESS, // message ID
(WPARAM) wParam, // = 0; not used, must be zero
(LPARAM) lParam // = (LPARAM) (LPDWORD) pdwAddr;
);

QuestionDetecting out-of-bounds in dynamic array? Pin
dontknowitall2-Apr-07 21:29
dontknowitall2-Apr-07 21:29 
AnswerRe: Detecting out-of-bounds in dynamic array? Pin
CPallini2-Apr-07 22:13
mveCPallini2-Apr-07 22:13 
GeneralRe: Detecting out-of-bounds in dynamic array? Pin
dontknowitall2-Apr-07 22:24
dontknowitall2-Apr-07 22:24 
QuestionRe: Detecting out-of-bounds in dynamic array? Pin
CPallini2-Apr-07 22:53
mveCPallini2-Apr-07 22:53 
AnswerRe: Detecting out-of-bounds in dynamic array? Pin
dontknowitall2-Apr-07 23:11
dontknowitall2-Apr-07 23:11 
GeneralRe: Detecting out-of-bounds in dynamic array? Pin
CPallini2-Apr-07 23:32
mveCPallini2-Apr-07 23:32 
AnswerRe: Detecting out-of-bounds in dynamic array? Pin
Mark Salsbery3-Apr-07 8:33
Mark Salsbery3-Apr-07 8:33 
Questiondisplay files-please help me its urgent Pin
saisp2-Apr-07 21:08
saisp2-Apr-07 21:08 
AnswerRe: display files-please help me its urgent Pin
_AnsHUMAN_ 2-Apr-07 21:32
_AnsHUMAN_ 2-Apr-07 21:32 
AnswerRe: display files-please help me its urgent Pin
Hamid_RT2-Apr-07 21:39
Hamid_RT2-Apr-07 21:39 
GeneralRe: display files-please help me its urgent Pin
saisp2-Apr-07 21:41
saisp2-Apr-07 21:41 
GeneralRe: display files-please help me its urgent Pin
Hamid_RT2-Apr-07 22:04
Hamid_RT2-Apr-07 22:04 
GeneralRe: display files-please help me its urgent Pin
saisp2-Apr-07 23:23
saisp2-Apr-07 23:23 
GeneralRe: display files-please help me its urgent Pin
cp98763-Apr-07 1:30
cp98763-Apr-07 1:30 
GeneralRe: display files-please help me its urgent Pin
cp98763-Apr-07 3:03
cp98763-Apr-07 3:03 
GeneralRe: display files-please help me its urgent Pin
Hamid_RT3-Apr-07 6:10
Hamid_RT3-Apr-07 6:10 
QuestionRe: display files-please help me its urgent Pin
Hamid_RT6-Apr-07 4:15
Hamid_RT6-Apr-07 4:15 

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.