News:

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

caption for this projecty

Started by rodderswank, December 05, 2005, 07:36:37 AM

Previous topic - Next topic

rodderswank

how can i set the titlebar caption to dialog1 in this prject without it messing with the bmp and adding a bluebar uptop?

[attachment deleted by admin]

hutch--

Your choices are either use the standard one or alternatively write the code to draw your own.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

rodderswank

I mean just having a caption on the taskbar and not having a blue bar going across the top.

hutch--

Same comment, if you don't want to use a normal title bar, you must draw the text yourself. API functions like SetWindowText() are designed to write to the title bar where a GDI based API like DrawText() or TextOut() can be drawn anywhere.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

rodderswank