how to change font of dialog title in mfc application

Roshni 21 Reputation points
2023-01-27T08:35:33.4466667+00:00

I want to change font of all the dialog elements of a MFC application including menu and title bar, without effecting icons and close button on the title bar.

overriding WM_NCPAINT requires title bar to be repainted. is it posible to change only font of title bar of mfc application without requiring to draw icon & close button

Developer technologies C++
{count} votes

1 answer

Sort by: Most helpful
  1. Castorix31 90,521 Reputation points
    2023-01-27T08:47:49.98+00:00
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.