The MASM Forum Archive 2004 to 2012

Specialised Projects => Custom Interface Components => Topic started by: Faiseur on June 15, 2005, 04:42:14 PM

Title: DrawProgress custom control
Post by: Faiseur on June 15, 2005, 04:42:14 PM
Hi all,

DrawProgress custom control.

Dll and static version with examples and sources. See readme for special notes.

Faiseur

[attachment deleted by admin]
Title: Re: DrawProgress custom control
Post by: Mark Jones on June 15, 2005, 05:05:33 PM
Hi Faiseur, nice job, everything works nicely except closing example 5: The instruction at 0x7473c997 referenced memory at 0x11d2de25. The memory could not be "read". WinXP SP2. :)
Title: Re: DrawProgress custom control
Post by: Faiseur on June 15, 2005, 05:37:31 PM
Hello Mark,

thanks to report. I had sometimes this problem with BitmapFromResource in other projects.  I think that it is that.


Update: Attachment is updated with example 5 modified.


Faiseur