Click here to Skip to main content
16,006,535 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: open ssl based window c,c++ application Pin
Maximilien23-Apr-08 4:17
Maximilien23-Apr-08 4:17 
GeneralRe: open ssl based window c,c++ application Pin
led mike23-Apr-08 8:32
led mike23-Apr-08 8:32 
GeneralRe: open ssl based window c,c++ application Pin
Hamid_RT24-Apr-08 5:45
Hamid_RT24-Apr-08 5:45 
GeneralDirectSound buffers Pin
Hanan88823-Apr-08 2:30
Hanan88823-Apr-08 2:30 
GeneralRe: DirectSound buffers Pin
Mark Salsbery23-Apr-08 9:41
Mark Salsbery23-Apr-08 9:41 
GeneralRe: DirectSound buffers Pin
Hanan88823-Apr-08 22:26
Hanan88823-Apr-08 22:26 
GeneralRe: DirectSound buffers Pin
Mark Salsbery24-Apr-08 5:50
Mark Salsbery24-Apr-08 5:50 
QuestionHow many pixels thick are the frame of my window (Win32) Pin
Hanan88823-Apr-08 2:16
Hanan88823-Apr-08 2:16 
I'm developing an animated-game on Win32.

It runs only in windowed mode.

I'm creating my window with the styles WS_OVERLAPPED | WS_SYSMENU so that it has a blue frame, with a blue title on top, much like the window you have right now if you're a Windows user.

We decided we want to support users with 800X600 screen (is there any of those left?), by means we want the window to fit into a 800X600 screen. If I create the window in size 800X600, it won't fit, since the frame is not included in the 800X600 I specified, it will be like 810X625 or something like that.

The question is how do I know the exact size in pixels of the frame ? or what might be considered the maximal size so I could just do for example 740X550 window and it will always fit ?
AnswerRe: How many pixels thick are the frame of my window (Win32) Pin
Graham Bradshaw23-Apr-08 2:35
Graham Bradshaw23-Apr-08 2:35 
GeneralRe: How many pixels thick are the frame of my window (Win32) Pin
Hanan88823-Apr-08 2:43
Hanan88823-Apr-08 2:43 
AnswerRe: How many pixels thick are the frame of my window (Win32) Pin
CPallini23-Apr-08 2:37
mveCPallini23-Apr-08 2:37 
GeneralRe: How many pixels thick are the frame of my window (Win32) Pin
Hanan88823-Apr-08 2:53
Hanan88823-Apr-08 2:53 
GeneralRe: How many pixels thick are the frame of my window (Win32) Pin
CPallini23-Apr-08 3:19
mveCPallini23-Apr-08 3:19 
GeneralRe: How many pixels thick are the frame of my window (Win32) Pin
Hanan88823-Apr-08 3:30
Hanan88823-Apr-08 3:30 
GeneralRe: How many pixels thick are the frame of my window (Win32) Pin
CPallini23-Apr-08 3:34
mveCPallini23-Apr-08 3:34 
GeneralRe: How many pixels thick are the frame of my window (Win32) Pin
Hanan88823-Apr-08 3:43
Hanan88823-Apr-08 3:43 
GeneralVisual Studio 2008 Manifest Issue Pin
Sarath C23-Apr-08 1:44
Sarath C23-Apr-08 1:44 
GeneralRe: Visual Studio 2008 Manifest Issue Pin
Saurabh.Garg23-Apr-08 2:12
Saurabh.Garg23-Apr-08 2:12 
GeneralRe: Visual Studio 2008 Manifest Issue Pin
Naveen23-Apr-08 6:14
Naveen23-Apr-08 6:14 
GeneralRe: Visual Studio 2008 Manifest Issue Pin
Sarath C23-Apr-08 18:04
Sarath C23-Apr-08 18:04 
GeneralRe: Visual Studio 2008 Manifest Issue Pin
Naveen23-Apr-08 18:31
Naveen23-Apr-08 18:31 
GeneralThumbnail Resizing in List Control on moving slider Pin
Subhash Madhukar23-Apr-08 1:40
Subhash Madhukar23-Apr-08 1:40 
GeneralProblem compiling Templates in VC++7.0 .NET Pin
jonnyvargazz23-Apr-08 1:29
jonnyvargazz23-Apr-08 1:29 
QuestionRe: Problem compiling Templates in VC++7.0 .NET Pin
CPallini23-Apr-08 1:56
mveCPallini23-Apr-08 1:56 
GeneralRe: Problem compiling Templates in VC++7.0 .NET Pin
jonnyvargazz23-Apr-08 3:14
jonnyvargazz23-Apr-08 3:14 

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.