Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » VC++ / MFC » Cdc und Moveto

Forum | Hilfe | Team | Links | Impressum | > Suche < | Mitglieder | Registrieren | Einloggen
  Quicklinks: MSDN-Online || STL || clib Reference Grundlagen || Literatur || E-Books || Zubehör || > F.A.Q. < || Downloads   

Autor Thread - Seiten: > 1 <
000
23.02.2004, 11:56 Uhr
~Michael
Gast


Hi,
ist bei der Funktion ein Bug bekannt?

Ich versuche die aktuelle Position mit

C++:
this->GetDC()->MoveTo(point);
CPoint test = this->GetDC()->GetCurrentPosition();


zu ändern. Mit test frage ich ab ob's was gebracht hat. Nur egal welche Werte ich mit Point übergebe, test ist immer (0,0)

VC++6.0
Dialogbasierte Anwendung

Oder mach ich was falsch?

mfg Michael
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
001
24.02.2004, 11:22 Uhr
~Michael
Gast


hat keiner ne Idee?
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
002
24.02.2004, 12:20 Uhr
Tommix



Hallo,

Zitat:

GetDC assigns default attributes to the context each time it is retrieved.


Also:

C++:
CPoint point(1, 2);
CDC* pDC = GetDC();
pDC->MoveTo(point);
CPoint test = pDC->GetCurrentPosition();
ReleaseDC(pDC);



Gruss, Tommix
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: > 1 <     [ VC++ / MFC ]  


ThWBoard 2.73 FloSoft-Edition
© by Paul Baecher & Felix Gonschorek (www.thwboard.de)

Anpassungen des Forums
© by Flo-Soft (www.flo-soft.de)

Sie sind Besucher: