KetilO,
When I try to assemble the MnuBtn control I get Undefined symbol 'DrawTransparentBitmap'. It does'nt appear to be a WinAPI. Is it your proc?
I'm confused.
When I try to assemble the MnuBtn control I get Undefined symbol 'DrawTransparentBitmap'. It does'nt appear to be a WinAPI. Is it your proc?
I'm confused.
Hi Wayne
; ###############################################################
; Original source by microsoft.
;
; "HOWTO: Drawing Transparent Bitmaps (Q79212)"
; (http://support.microsoft.com/default.aspx?scid=kb;EN-US;q79212)
;
; Transcribed by Ernest Murphy, macros and simply revisions by NaN.
; ###############################################################
Here is the source.
KetilO
; ###############################################################
; Original source by microsoft.
;
; "HOWTO: Drawing Transparent Bitmaps (Q79212)"
; (http://support.microsoft.com/default.aspx?scid=kb;EN-US;q79212)
;
; Transcribed by Ernest Murphy, macros and simply revisions by NaN.
; ###############################################################
Here is the source.
KetilO
Thanks to both of you for your replies.
I guess my question was more about where it is defined rather than how to do it.
Since the only non windows inc used is masm32, I am assuming that you added DrawTransparent to it, or am I having a bad brain day?
--------------------------------------------------------
Never mind. I just saw the note in the transbit.asm file.
Thanks again.
I guess my question was more about where it is defined rather than how to do it.
Since the only non windows inc used is masm32, I am assuming that you added DrawTransparent to it, or am I having a bad brain day?
--------------------------------------------------------
Never mind. I just saw the note in the transbit.asm file.
Thanks again.