Click here to Skip to main content
15,885,032 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: CDialogBar with ScrollBar Pin
Michael Dunn7-Aug-06 7:28
sitebuilderMichael Dunn7-Aug-06 7:28 
QuestionA trouble question about the dialog Pin
xuwenq887-Aug-06 4:50
xuwenq887-Aug-06 4:50 
AnswerRe: A trouble question about the dialog Pin
Cedric Moonen7-Aug-06 5:05
Cedric Moonen7-Aug-06 5:05 
GeneralRe: A trouble question about the dialog Pin
xuwenq887-Aug-06 17:41
xuwenq887-Aug-06 17:41 
GeneralRe: A trouble question about the dialog Pin
Cedric Moonen7-Aug-06 20:19
Cedric Moonen7-Aug-06 20:19 
GeneralRe: A trouble question about the dialog Pin
xuwenq8812-Aug-06 5:27
xuwenq8812-Aug-06 5:27 
Questionpacket Filtering with Pfbindinterfacetoindex Pin
_tasleem7-Aug-06 4:16
_tasleem7-Aug-06 4:16 
AnswerRe: packet Filtering with Pfbindinterfacetoindex Pin
Viorel.7-Aug-06 4:26
Viorel.7-Aug-06 4:26 
Maybe instead of

GetIpAddrTable( NULL, &dwIface, FALSE);
pIpTable = (PMIB_IPADDRTABLE) malloc(sizeof(PMIB_IPADDRTABLE));
. . .

you should try this:

dwIface = 0;
GetIpAddrTable( NULL, &dwIface, FALSE);
pIpTable = (PMIB_IPADDRTABLE)malloc(dwIFace);
. . .

I hope it helps.
GeneralRe: packet Filtering with Pfbindinterfacetoindex Pin
_tasleem7-Aug-06 19:18
_tasleem7-Aug-06 19:18 
QuestionClassView Clutter in eMbedded Visual C++ Pin
Kegs457-Aug-06 3:50
Kegs457-Aug-06 3:50 
AnswerRe: ClassView Clutter in eMbedded Visual C++ Pin
Mike Dimmick14-Aug-06 16:52
Mike Dimmick14-Aug-06 16:52 
QuestionOnPositionChange doesn't work! [modified] Pin
dSolariuM7-Aug-06 3:46
dSolariuM7-Aug-06 3:46 
QuestionAgain trouble with sorting COleSafeArray ! :) Pin
bosfan7-Aug-06 3:41
bosfan7-Aug-06 3:41 
AnswerRe: Again trouble with sorting COleSafeArray ! :) Pin
Zac Howland7-Aug-06 5:23
Zac Howland7-Aug-06 5:23 
GeneralRe: Again trouble with sorting COleSafeArray ! :) Pin
bosfan7-Aug-06 21:08
bosfan7-Aug-06 21:08 
Questiontracking mouse movement over button Pin
Manjunath S7-Aug-06 3:13
Manjunath S7-Aug-06 3:13 
AnswerRe: tracking mouse movement over button Pin
Maximilien7-Aug-06 4:32
Maximilien7-Aug-06 4:32 
GeneralRe: tracking mouse movement over button Pin
Manjunath S7-Aug-06 5:13
Manjunath S7-Aug-06 5:13 
AnswerRe: tracking mouse movement over button Pin
Hamid_RT7-Aug-06 21:46
Hamid_RT7-Aug-06 21:46 
QuestionThe model dialog don't pop up,but it pops up after press the Alt button on the keyboard,why?How to resolve this problem? Pin
zhonglin.liang7-Aug-06 2:26
zhonglin.liang7-Aug-06 2:26 
QuestionRe: The model dialog don't pop up,but it pops up after press the Alt button on the keyboard,why?How to resolve this problem? Pin
David Crow7-Aug-06 2:36
David Crow7-Aug-06 2:36 
AnswerRe: The model dialog don't pop up,but it pops up after press the Alt button on the keyboard,why?How to resolve this problem? Pin
zhonglin.liang7-Aug-06 3:02
zhonglin.liang7-Aug-06 3:02 
QuestionRe: The model dialog don't pop up,but it pops up after press the Alt button on the keyboard,why?How to resolve this problem? Pin
David Crow7-Aug-06 4:25
David Crow7-Aug-06 4:25 
QuestionOnApply() Pin
SandhyaSri7-Aug-06 2:24
SandhyaSri7-Aug-06 2:24 
AnswerRe: OnApply() Pin
David Crow7-Aug-06 2:38
David Crow7-Aug-06 2:38 

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.