Click here to Skip to main content
15,919,434 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMemory fragmentation? Pin
6-Jun-01 5:21
suss6-Jun-01 5:21 
GeneralRe: Memory fragmentation? Pin
Tomasz Sowinski6-Jun-01 5:41
Tomasz Sowinski6-Jun-01 5:41 
GeneralRe: Memory fragmentation? Pin
Pavlos Touboulidis6-Jun-01 9:06
Pavlos Touboulidis6-Jun-01 9:06 
GeneralRe: Memory fragmentation? Pin
Christian Graus6-Jun-01 9:40
protectorChristian Graus6-Jun-01 9:40 
GeneralRe: GDI: Changing pen color Pin
NormDroid6-Jun-01 3:26
professionalNormDroid6-Jun-01 3:26 
GeneralRe: GDI: Changing pen color Pin
6-Jun-01 3:52
suss6-Jun-01 3:52 
GeneralRe: GDI: Changing pen color Pin
NormDroid6-Jun-01 3:58
professionalNormDroid6-Jun-01 3:58 
GeneralRe: GDI: Changing pen color Pin
Rick York6-Jun-01 7:01
mveRick York6-Jun-01 7:01 
Why not create all pens you will use in advance and save them in an array ? Then all you have to do is select the one you want to draw with and use it. This will be much faster than continual create/select/draw/deletes.

The absolute fastest way to go is to use PolyLine but that is limited to connected lines of one color. If each function's line was limited to one color this would work very well. I once wrote a spirograph program with hundreds of lines and PolyLine was so fast I could not even see them drawn.

GeneralRe: GDI: Changing pen color Pin
Christian Graus6-Jun-01 9:43
protectorChristian Graus6-Jun-01 9:43 
GeneralRe: GDI: Changing pen color Pin
Rick York6-Jun-01 11:59
mveRick York6-Jun-01 11:59 
GeneralRe: GDI: Changing pen color Pin
Christian Graus6-Jun-01 12:47
protectorChristian Graus6-Jun-01 12:47 
GeneralRe: GDI: Changing pen color Pin
6-Jun-01 21:04
suss6-Jun-01 21:04 
GeneralRe: GDI: Changing pen color Pin
Vivek Rajan6-Jun-01 20:33
Vivek Rajan6-Jun-01 20:33 
GeneralYou convinced me guys Pin
6-Jun-01 21:35
suss6-Jun-01 21:35 
QuestionSDI to MDI ??? Pin
mr20036-Jun-01 2:21
mr20036-Jun-01 2:21 
GeneralSending Short Message Service Pin
Nagajothi6-Jun-01 1:40
Nagajothi6-Jun-01 1:40 
GeneralHTML to RTF Pin
6-Jun-01 0:22
suss6-Jun-01 0:22 
GeneralWizard bug? (DAO and Combo boxes.) Pin
Erik Essegard6-Jun-01 0:06
Erik Essegard6-Jun-01 0:06 
QuestionHow to print UNICODE string in Window 98? Pin
zhishao5-Jun-01 23:26
zhishao5-Jun-01 23:26 
AnswerRe: How to print UNICODE string in Window 98? Pin
Michael Dunn6-Jun-01 9:28
sitebuilderMichael Dunn6-Jun-01 9:28 
GeneralPopping up a message box from a library in C code used in a C++ program Pin
hearties5-Jun-01 21:48
hearties5-Jun-01 21:48 
GeneralRe: Popping up a message box from a library in C code used in a C++ program Pin
Michael P Butler7-Jun-01 0:44
Michael P Butler7-Jun-01 0:44 
GeneralPointer to parent dialog. Pin
David Fleming5-Jun-01 21:41
David Fleming5-Jun-01 21:41 
GeneralRe: Pointer to parent dialog. Pin
Christian Graus5-Jun-01 22:12
protectorChristian Graus5-Jun-01 22:12 
GeneralRe: Pointer to parent dialog. Pin
David Fleming6-Jun-01 23:43
David Fleming6-Jun-01 23:43 

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.