Click here to Skip to main content
15,913,467 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Registry Names Pin
dharani2-Nov-06 0:09
dharani2-Nov-06 0:09 
GeneralRe: Registry Names Pin
radhika282-Nov-06 0:31
radhika282-Nov-06 0:31 
GeneralRe: Registry Names Pin
dharani2-Nov-06 0:54
dharani2-Nov-06 0:54 
GeneralRe: Registry Names Pin
radhika282-Nov-06 1:23
radhika282-Nov-06 1:23 
AnswerRe: Registry Names Pin
David Crow2-Nov-06 3:41
David Crow2-Nov-06 3:41 
QuestionOutlook Express, how can I delete the mail which user selected using MFC? Pin
hareluya_no_11-Nov-06 22:46
hareluya_no_11-Nov-06 22:46 
QuestionHow to show image while scrolling? Pin
Sunil P V1-Nov-06 22:16
Sunil P V1-Nov-06 22:16 
AnswerRe: How to show image while scrolling? Pin
aquawicket2-Nov-06 18:37
aquawicket2-Nov-06 18:37 
I'm not exatcly sure what you mean.... But I've used this method to stop my dialog from scrolling from non window scrollbars.



if you have a OnHScroll or OnVScroll for your dialog ...

try returning from the function if pScrollBar is not NULL before doing any of the switch statements.



void CEdrumMonDlg::OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar)
{


if(pScrollBar != NULL){return;}

switch (nSBCode).........

.......

}
QuestionHow to Handle exception???? Pin
birajendu1-Nov-06 21:17
birajendu1-Nov-06 21:17 
AnswerRe: How to Handle exception???? Pin
Weiye Chen1-Nov-06 21:56
Weiye Chen1-Nov-06 21:56 
GeneralRe: How to Handle exception???? Pin
birajendu1-Nov-06 22:36
birajendu1-Nov-06 22:36 
GeneralRe: How to Handle exception???? Pin
Weiye Chen1-Nov-06 22:54
Weiye Chen1-Nov-06 22:54 
AnswerRe: How to Handle exception???? Pin
kakan1-Nov-06 22:14
professionalkakan1-Nov-06 22:14 
GeneralRe: How to Handle exception???? Pin
birajendu1-Nov-06 22:37
birajendu1-Nov-06 22:37 
AnswerRe: How to Handle exception???? Pin
Divyang Mithaiwala1-Nov-06 23:20
Divyang Mithaiwala1-Nov-06 23:20 
AnswerRe: How to Handle exception???? Pin
David Crow2-Nov-06 3:57
David Crow2-Nov-06 3:57 
Questionresize CFileDialog problem! Pin
toanmtkh@yahoo.com1-Nov-06 19:19
toanmtkh@yahoo.com1-Nov-06 19:19 
AnswerRe: resize CFileDialog problem! Pin
PJ Arends1-Nov-06 19:46
professionalPJ Arends1-Nov-06 19:46 
GeneralRe: resize CFileDialog problem! Pin
toanmtkh@yahoo.com1-Nov-06 20:50
toanmtkh@yahoo.com1-Nov-06 20:50 
GeneralRe: resize CFileDialog problem! Pin
Mark Salsbery2-Nov-06 8:41
Mark Salsbery2-Nov-06 8:41 
AnswerRe: resize CFileDialog problem! Pin
David Crow2-Nov-06 3:57
David Crow2-Nov-06 3:57 
QuestionMenu close event Pin
Imtiaz Murtaza1-Nov-06 19:06
Imtiaz Murtaza1-Nov-06 19:06 
AnswerRe: Menu close event Pin
PJ Arends1-Nov-06 19:18
professionalPJ Arends1-Nov-06 19:18 
Questiontype castting and assignement problem Pin
kk_mfc1-Nov-06 18:20
kk_mfc1-Nov-06 18:20 
QuestionRe: type castting and assignement problem Pin
prasad_som1-Nov-06 18:39
prasad_som1-Nov-06 18:39 

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.