Click here to Skip to main content
15,922,630 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to change HWND to long? Pin
JudyL_MD3-Jan-08 3:39
JudyL_MD3-Jan-08 3:39 
GeneralThank you, I solved my problem by your method Pin
hanlei00000000093-Jan-08 16:10
hanlei00000000093-Jan-08 16:10 
QuestionProblem using ISensLogon into my Service Application Pin
ashishbhatt2-Jan-08 17:36
ashishbhatt2-Jan-08 17:36 
GeneralRe: Problem using ISensLogon into my Service Application Pin
ashishbhatt2-Jan-08 20:01
ashishbhatt2-Jan-08 20:01 
GeneralRe: Problem using ISensLogon into my Service Application Pin
JudyL_MD3-Jan-08 3:53
JudyL_MD3-Jan-08 3:53 
GeneralAdjusting and detecting changes to WorkingArea (WORKAREA) Pin
chaiguy13372-Jan-08 16:52
chaiguy13372-Jan-08 16:52 
GeneralRe: Adjusting and detecting changes to WorkingArea (WORKAREA) Pin
chaiguy13372-Jan-08 18:24
chaiguy13372-Jan-08 18:24 
QuestionRe: Adjusting and detecting changes to WorkingArea (WORKAREA) Pin
David Crow3-Jan-08 3:36
David Crow3-Jan-08 3:36 
GeneralRe: Adjusting and detecting changes to WorkingArea (WORKAREA) Pin
chaiguy13373-Jan-08 3:39
chaiguy13373-Jan-08 3:39 
GeneralRe: Adjusting and detecting changes to WorkingArea (WORKAREA) Pin
David Crow3-Jan-08 3:48
David Crow3-Jan-08 3:48 
GeneralRe: Adjusting and detecting changes to WorkingArea (WORKAREA) Pin
chaiguy13373-Jan-08 3:51
chaiguy13373-Jan-08 3:51 
GeneralRe: Adjusting and detecting changes to WorkingArea (WORKAREA) Pin
David Crow3-Jan-08 4:12
David Crow3-Jan-08 4:12 
GeneralRe: Adjusting and detecting changes to WorkingArea (WORKAREA) Pin
chaiguy13373-Jan-08 4:15
chaiguy13373-Jan-08 4:15 
GeneralRe: Adjusting and detecting changes to WorkingArea (WORKAREA) Pin
Iain Clarke, Warrior Programmer3-Jan-08 4:17
Iain Clarke, Warrior Programmer3-Jan-08 4:17 
GeneralRe: Adjusting and detecting changes to WorkingArea (WORKAREA) Pin
chaiguy13373-Jan-08 11:00
chaiguy13373-Jan-08 11:00 
GeneralRe: Adjusting and detecting changes to WorkingArea (WORKAREA) Pin
chaiguy13373-Jan-08 11:06
chaiguy13373-Jan-08 11:06 
GeneralPrint Preview for CRichEditCtrl Pin
DougVC2-Jan-08 12:15
DougVC2-Jan-08 12:15 
GeneralRe: Print Preview for CRichEditCtrl Pin
Hamid_RT2-Jan-08 18:26
Hamid_RT2-Jan-08 18:26 
GeneralPrinting Class Library : Bottom Margin Pin
DanYELL2-Jan-08 11:42
DanYELL2-Jan-08 11:42 
There is a great printing class here:

http://www.codeguru.com/cpp/w-p/printing/article.php/c2955/

I have used it along time. One problem I have, which is really
driving me crazy, is that I have a standard 8.5 x 11 sheet of paper
and cant print text past 10.5". I tried adjusting the SetBottomMargin()
function to:

pPage->SetBottomMargin(-1)
pPage->SetBottomMargin(0);
pPage->SetBottomMargin(11);

but none of them work. The text just doesnt print if it is too low
on the page.

How can print text that is close to the edge of the paper using this
class or not using this class?

Please, any response any one can give me will be greatly appreciated.

Sincerely,
Danielle Brina (an overworked graduate student)
GeneralRe: Printing Class Library : Bottom Margin Pin
dan o3-Jan-08 5:34
dan o3-Jan-08 5:34 
GeneralTrying to extend a CPropertyPage using one own class created from MFC CPropertyPage... Pin
Joan M2-Jan-08 9:30
professionalJoan M2-Jan-08 9:30 
QuestionRe: Trying to extend a CPropertyPage using one own class created from MFC CPropertyPage... Pin
Mark Salsbery2-Jan-08 9:37
Mark Salsbery2-Jan-08 9:37 
GeneralRe: Trying to extend a CPropertyPage using one own class created from MFC CPropertyPage... Pin
Joan M2-Jan-08 20:46
professionalJoan M2-Jan-08 20:46 
QuestionRe: Trying to extend a CPropertyPage using one own class created from MFC CPropertyPage... Pin
David Crow2-Jan-08 10:16
David Crow2-Jan-08 10:16 
GeneralRe: Trying to extend a CPropertyPage using one own class created from MFC CPropertyPage... Pin
Joan M2-Jan-08 20:47
professionalJoan M2-Jan-08 20:47 

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.