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]
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...
I don't have gdiplus.inc/lib in my distribution of MASM32.
So you will need to include them.
Regards, P1 :8)
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]