flat assembler
Message board for the users of flat assembler.
Index
> Windows > Changing DialogBox Caption on the fly |
Author |
|
Ivan2k2 15 May 2006, 14:04
maybe this...
Code: invoke SendMessage,[hHandleOfYourDlg],WM_SETTEXT,0,szPointerToYourString |
|||
15 May 2006, 14:04 |
|
moriman 15 May 2006, 14:29
or, if you intend to have multiple different captions, simply store the address of the relevant string in a pointer...
Code: invoke SendMessage,[hHandleOfYourDlg],WM_SETTEXT,0,[newCaption] |
|||
15 May 2006, 14:29 |
|
kasake36 15 May 2006, 15:22
Works like a dream! Thank you a lot!
|
|||
15 May 2006, 15:22 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.