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

C / C++ / MFC

 
GeneralUps... ;) Pin
Jakob Bysewski6-Mar-03 4:22
Jakob Bysewski6-Mar-03 4:22 
AnswerRe: How to change title bar? Pin
Renjith Ramachandran6-Mar-03 5:19
Renjith Ramachandran6-Mar-03 5:19 
AnswerRe: How to change title bar? Pin
valikac6-Mar-03 8:40
valikac6-Mar-03 8:40 
GeneralQuery amount of memory on graphic card Pin
CodeBrain6-Mar-03 3:54
CodeBrain6-Mar-03 3:54 
GeneralRe: Query amount of memory on graphic card Pin
Daniel Strigl6-Mar-03 4:07
Daniel Strigl6-Mar-03 4:07 
GeneralRe: Query amount of memory on graphic card Pin
CodeBrain6-Mar-03 21:45
CodeBrain6-Mar-03 21:45 
Generaldraw an ellipse given the coeffs Pin
affzan6-Mar-03 3:29
affzan6-Mar-03 3:29 
GeneralRe: draw an ellipse given the coeffs Pin
G. Steudtel6-Mar-03 4:54
G. Steudtel6-Mar-03 4:54 
Well,
the first aproach might be to calculate the enclosing rectangle of your ellipse function by using the first degration( german:Ableitung) in x and y. for finding the minimum and maximum coordinates. But then you will find out, that the ellipse function will only draw parallel to the x- and y-axis.
The only way to draw an arbitrary ellipse is to use the path functions with transform parameters/matrices. These graphic functions are only supported in Windows NT/2000. With XP I can't tell. They are definitly not supported in Win95/98/ME.

Even dwarves started small.
GeneralRe: draw an ellipse given the coeffs Pin
affzan6-Mar-03 5:49
affzan6-Mar-03 5:49 
GeneralRe: draw an ellipse given the coeffs Pin
G. Steudtel8-Mar-03 6:40
G. Steudtel8-Mar-03 6:40 
GeneralRe: draw an ellipse given the coeffs Pin
G. Steudtel6-Mar-03 4:55
G. Steudtel6-Mar-03 4:55 
GeneralDesign question. Pin
Maximilien6-Mar-03 3:06
Maximilien6-Mar-03 3:06 
GeneralRe: Design question. Pin
Joel Lucsy6-Mar-03 13:51
Joel Lucsy6-Mar-03 13:51 
GeneralWrite Image of CD-ROM Pin
Andrea Ferraro6-Mar-03 2:53
Andrea Ferraro6-Mar-03 2:53 
GeneralRe: Write Image of CD-ROM Pin
Anonymous6-Mar-03 3:03
Anonymous6-Mar-03 3:03 
Generalproblem with new operator constructing GDI+ classes Pin
Baris Kurtlutepe6-Mar-03 2:40
Baris Kurtlutepe6-Mar-03 2:40 
GeneralRe: problem with new operator constructing GDI+ classes Pin
56789012346-Mar-03 2:58
56789012346-Mar-03 2:58 
GeneralRe: problem with new operator constructing GDI+ classes Pin
Joel Lucsy6-Mar-03 2:58
Joel Lucsy6-Mar-03 2:58 
GeneralRe: problem with new operator constructing GDI+ classes Pin
Baris Kurtlutepe6-Mar-03 3:47
Baris Kurtlutepe6-Mar-03 3:47 
Generalturn off "are you sure you want to delete?" NonVS question Pin
ns6-Mar-03 1:21
ns6-Mar-03 1:21 
GeneralRe: turn off "are you sure you want to delete?" NonVS question Pin
-Dy6-Mar-03 1:35
-Dy6-Mar-03 1:35 
Generalthanks! Pin
ns6-Mar-03 1:37
ns6-Mar-03 1:37 
GeneralMember functions are "unresolved external symbol" Pin
Rickard Andersson206-Mar-03 0:47
Rickard Andersson206-Mar-03 0:47 
GeneralRe: Member functions are "unresolved external symbol" Pin
Rage6-Mar-03 0:55
professionalRage6-Mar-03 0:55 
GeneralRe: Member functions are "unresolved external symbol" Pin
Rickard Andersson206-Mar-03 2:40
Rickard Andersson206-Mar-03 2:40 

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.