Click here to Skip to main content
15,920,896 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to detect if you are connected to internet? Pin
kfaday21-Jun-04 5:35
kfaday21-Jun-04 5:35 
AnswerRe: How to detect if you are connected to internet? Pin
David Crow21-Jun-04 6:44
David Crow21-Jun-04 6:44 
GeneralRe: How to detect if you are connected to internet? Pin
vcplusplus21-Jun-04 7:34
vcplusplus21-Jun-04 7:34 
GeneralRe: How to detect if you are connected to internet? Pin
David Crow21-Jun-04 8:28
David Crow21-Jun-04 8:28 
AnswerRe: How to detect if you are connected to internet? Pin
Michael Dunn21-Jun-04 16:57
sitebuilderMichael Dunn21-Jun-04 16:57 
GeneralRe: How to detect if you are connected to internet? Pin
palbano21-Jun-04 17:24
palbano21-Jun-04 17:24 
GeneralRe: How to detect if you are connected to internet? Pin
kfaday22-Jun-04 2:04
kfaday22-Jun-04 2:04 
QuestionSetWorldTransform()/SetGraphicsMode() bug in printing? Pin
CodeHead21-Jun-04 4:01
CodeHead21-Jun-04 4:01 
I have an application that produces a calibrated tape. I am tying to impliment the ability to print this in mirror image as well. I call
<br />
void CTransformView::OnDraw(CDC* pDC)<br />
{<br />
  pDC->SetMapMode(MM_LOENGLISH);<br />
  SetGraphicsMode(pDC->GetSafeHdc(), GM_ADVANCED);<br />
  SetWorldTransform(pDC->m_hDC, &XForm);<br />
  ...<br />
  ...<br />
}<br />

with XFORM structure filled out appropriately, and on screen everything is fine, however, with print and print previews, all text is simply rendered upsite down, not mirrored! In fact, simply creating a dummy application that does nothing but print a line of text to screen and draws a single line under it exhibits the same behavior if you make the call to SetGraphicsMode, (without any transform call). You will see your line of text as normal on screen with your line under it, but printing and print previews will show the line under your text printed upside-down. Has anybody come across this bug and found a work-around, or am I missing something? Sheesh, will these MS bugs never cease?
TIA Eric
Generalcbt hook for avoid title bar in all windows Pin
Oscarin21-Jun-04 3:56
Oscarin21-Jun-04 3:56 
GeneralRe: cbt hook for avoid title bar in all windows Pin
gamitech22-Jun-04 13:31
gamitech22-Jun-04 13:31 
GeneralNeed a little help guys Pin
mayanxn0321-Jun-04 3:56
mayanxn0321-Jun-04 3:56 
GeneralRe: Need a little help guys Pin
Johnny ²21-Jun-04 4:53
Johnny ²21-Jun-04 4:53 
GeneralDisable Special key's Pin
Larsson21-Jun-04 3:47
Larsson21-Jun-04 3:47 
GeneralRe: Disable Special key's Pin
V.21-Jun-04 5:11
professionalV.21-Jun-04 5:11 
GeneralRe: Disable Special key's Pin
Trollslayer21-Jun-04 5:22
mentorTrollslayer21-Jun-04 5:22 
GeneralRe: Disable Special key's Pin
David Crow21-Jun-04 6:47
David Crow21-Jun-04 6:47 
GeneralRe: Disable Special key's Pin
Trollslayer21-Jun-04 7:50
mentorTrollslayer21-Jun-04 7:50 
GeneralRe: Disable Special key's Pin
David Crow21-Jun-04 8:26
David Crow21-Jun-04 8:26 
GeneralRe: Disable Special key's Pin
Trollslayer21-Jun-04 9:38
mentorTrollslayer21-Jun-04 9:38 
GeneralRe: Disable Special key's Pin
David Crow21-Jun-04 9:49
David Crow21-Jun-04 9:49 
GeneralRe: Disable Special key's Pin
jmkhael21-Jun-04 5:32
jmkhael21-Jun-04 5:32 
GeneralRe: Disable Special key's Pin
Larsson21-Jun-04 6:58
Larsson21-Jun-04 6:58 
GeneralRe: Disable Special key's Pin
jmkhael21-Jun-04 7:00
jmkhael21-Jun-04 7:00 
GeneralRe: Disable Special key's Pin
Larsson21-Jun-04 7:05
Larsson21-Jun-04 7:05 
GeneralRe: Disable Special key's Pin
David Crow21-Jun-04 9:50
David Crow21-Jun-04 9:50 

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.