Click here to Skip to main content
15,898,588 members
Home / Discussions / C#
   

C#

 
GeneralRe: Word_Counter Pin
Brian Delahunty24-Sep-04 3:30
Brian Delahunty24-Sep-04 3:30 
GeneralMinesweeper Pin
Moon Boy24-Sep-04 2:03
Moon Boy24-Sep-04 2:03 
GeneralRe: Minesweeper Pin
Heath Stewart24-Sep-04 5:48
protectorHeath Stewart24-Sep-04 5:48 
GeneralRe: Minesweeper Pin
Robert Rohde25-Sep-04 1:59
Robert Rohde25-Sep-04 1:59 
GeneralTitle size Pin
Ajmoda24-Sep-04 1:20
Ajmoda24-Sep-04 1:20 
GeneralRe: Title size Pin
Heath Stewart24-Sep-04 6:11
protectorHeath Stewart24-Sep-04 6:11 
GeneralRe: Title size Pin
Ajmoda26-Sep-04 23:33
Ajmoda26-Sep-04 23:33 
GeneralRe: Title size Pin
Heath Stewart27-Sep-04 6:44
protectorHeath Stewart27-Sep-04 6:44 
Sorry, but those are really your only two choices. If you want to customize the frame then you're responsible for drawing the frame in its entirety. Only when you draw ontop the frame can you get away with not drawing the whole non-client area.

You don't, however, have to draw every ornament. Just be sure to pass the notification message (WM_NCPAINT) back - modified or not - to the default window procedure (call base.WndProc inside your override). To chance the size of a frame is a major change, though.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles]
Generalprogramming MS Outlook com object Pin
ppp00124-Sep-04 0:45
ppp00124-Sep-04 0:45 
GeneralRe: programming MS Outlook com object Pin
Heath Stewart24-Sep-04 6:34
protectorHeath Stewart24-Sep-04 6:34 
GeneralRe: programming MS Outlook com object Pin
ppp00127-Sep-04 21:58
ppp00127-Sep-04 21:58 
GeneralRe: programming MS Outlook com object Pin
Heath Stewart28-Sep-04 4:13
protectorHeath Stewart28-Sep-04 4:13 
GeneralInteger to a String Pin
Paul Swet24-Sep-04 0:23
Paul Swet24-Sep-04 0:23 
GeneralRe: Integer to a String Pin
Stefan Troschuetz24-Sep-04 0:40
Stefan Troschuetz24-Sep-04 0:40 
GeneralRe: Integer to a String Pin
Paul Swet24-Sep-04 1:55
Paul Swet24-Sep-04 1:55 
GeneralRe: Integer to a String Pin
sreejith ss nair24-Sep-04 0:45
sreejith ss nair24-Sep-04 0:45 
GeneralRe: Integer to a String Pin
Paul Swet24-Sep-04 1:58
Paul Swet24-Sep-04 1:58 
GeneralRe: Integer to a String Pin
Colin Angus Mackay24-Sep-04 2:41
Colin Angus Mackay24-Sep-04 2:41 
GeneralRe: Integer to a String Pin
Brian Delahunty24-Sep-04 3:46
Brian Delahunty24-Sep-04 3:46 
GeneralRAM DRIVE Pin
Unkind23-Sep-04 23:33
Unkind23-Sep-04 23:33 
GeneralWhen object craeated Pin
El'Cachubrey23-Sep-04 22:05
El'Cachubrey23-Sep-04 22:05 
GeneralRe: When object craeated Pin
sreejith ss nair23-Sep-04 23:06
sreejith ss nair23-Sep-04 23:06 
GeneralRe: When object craeated Pin
El'Cachubrey23-Sep-04 23:47
El'Cachubrey23-Sep-04 23:47 
GeneralRe: When object craeated Pin
sreejith ss nair23-Sep-04 23:53
sreejith ss nair23-Sep-04 23:53 
GeneralRe: When object craeated Pin
El'Cachubrey24-Sep-04 0:17
El'Cachubrey24-Sep-04 0:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.