News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Random Graphics Generator

Started by Bieb, February 24, 2005, 08:11:42 PM

Previous topic - Next topic

petezl

Bieb, I was just looking at my last zip file when I realised I should have subclassed the Static control. Corrected version attached.
Peter.
Cats and women do as they please
Dogs and men should realise it.

petezl

I'll attach it this time...

[attachment deleted by admin]
Cats and women do as they please
Dogs and men should realise it.

OceanJeff32

The following web site has some excellent fireworks and swirling code that uses MMX technology and Windows GDI graphics (you write all pixels to the bitmap, then flip the bitmap onto the screen using SETDIBITSTODEVICE())

http://www.ronybc.8k.com

You do not need MMX, or any other technology to use the bitmap page-flipping code though.

I also posted in the CAMPUS, I believe, the graphics page-flipping skeleton that you can start with, it is from this fireworks code, and you just add your graphics to the page by indexing into the bitmap.

Let me know if you need help getting started, I would love to help!

Jeff C
:toothy
Any good programmer knows, every large and/or small job, is equally large, to the programmer!