The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: six_L on May 25, 2007, 05:01:52 AM

Title: background
Post by: six_L on May 25, 2007, 05:01:52 AM
Hello,all

the background has been worked fine in an_1.exe, but the messy lines had been drawed.
the lines had been drawed fine in an_2.exe, but the background isn't what i need.

i want to the lines in an_2.exe and the background in an_1.exe.
how do i?


[attachment deleted by admin]
Title: Re: background
Post by: ramguru on May 25, 2007, 10:27:06 AM
Could you define your project more precisely? What those lines are for? - to make triangles? chaos theory? And regarding background, do you need full screen, do you need solid color background etc...
Title: Re: background
Post by: P1 on May 25, 2007, 06:20:04 PM
I don't have gdiplus.inc/lib in my distribution of MASM32.

So you will need to include them.

Regards,  P1   :8)
Title: Re: background
Post by: six_L on May 28, 2007, 04:45:00 AM
Hello, ramguru and P1
Thanks your response.

QuoteCould you define your project more precisely? What those lines are for? - to make triangles? chaos theory? And regarding background, do you need full screen, do you need solid color background etc...
i want to draw dynamically and periodically some lines on desktop.

QuoteI don't have gdiplus.inc/lib in my distribution of MASM32.
So you will need to include them.
found it at attachment


[attachment deleted by admin]