Igor Delovski Board Forum Index Igor Delovski Board
My Own Personal Slashdot!
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Setting & Updating Client Area

 
Post new topic   Reply to topic    Igor Delovski Board Forum Index -> Win32
Win32  
Author Message
Marko
Guest





PostPosted: Sat Jun 17, 2006 7:45 pm    Post subject: Setting & Updating Client Area Reply with quote

Setting Client Area Dimensions - SetClientSize

http://www.abdn.ac.uk/~u02cll2/winapinotes/setclientsize/index.htm
Back to top
Marko
Guest





PostPosted: Sat Jun 17, 2006 7:47 pm    Post subject: Reply with quote

Damn Nice,

Windows API Notes: http://www.abdn.ac.uk/~u02cll2/winapinotes/index.htm
Back to top
delovski



Joined: 14 Jun 2006
Posts: 3523
Location: Zagreb

PostPosted: Tue Nov 21, 2006 5:38 pm    Post subject: Reply with quote

RC: What is the process by which the cursor gets set?

"The WM_SETCURSOR goes to the child window beneath the cursor.
(Obviously it goes to the child window and not the parent, because the
documentation says that DefWindowProc forward the message to its
parent. if the message went to the parent originally, then there would be
nobody to forward the message to!) "
Back to top
View user's profile Send private message Visit poster's website
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3031
Location: Europe

PostPosted: Wed Jan 31, 2007 5:06 pm    Post subject: Reply with quote

CodeGuru: Multiple Views Layout Without a Splitter

"Many times, I have stumbled across questions regarding using multiple
views shown in one frame without a splitter window. Therefore, I decided
to write a small application showing how that can be done."
Back to top
View user's profile Send private message
delovski



Joined: 14 Jun 2006
Posts: 3523
Location: Zagreb

PostPosted: Mon Feb 19, 2007 6:46 pm    Post subject: Reply with quote

RC: What does LockWindowUpdate do?

"When a window is locked, all attempt to draw into it or its children fail.
Instead of drawing, the window manager remembers which parts of the window
the application tried to draw into, and when the window is unlocked, those
areas are invalidated so that the application gets another WM_PAINT message,
thereby bringing the screen contents back in sync with what the application
believed to be on the screen. "
Back to top
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3523
Location: Zagreb

PostPosted: Wed Mar 21, 2007 8:39 am    Post subject: Reply with quote

WM_PAINT changes in Windows

"The system does double buffering for you, but, there is no good way to
synchronize the drawing with a render-pass. The render pass is triggered
by the the v-blank of your screen, plus some other selected synchronization
point.

The redirection bitmap of a top-level window is treated as dirty at the end
of each GDI operation that releases the Dev-Lock. If you manage to draw
everything between two render-passes, then, there is no need to double
buffer. If not, you might have visual tearing, even if not as bad as if you
were drawing to the screen."
Back to top
View user's profile Send private message Visit poster's website
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3031
Location: Europe

PostPosted: Tue May 05, 2009 3:23 pm    Post subject: Reply with quote

cboard - Extended Desktop Dimensions

"Why can't you use rcMonitor member of MONITORINFOEX to identify the co-
ordinates of your non pimary display? This member gives you the virtual scre-
en coordinates of your dual monitor setup."
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Igor Delovski Board Forum Index -> Win32 All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Delovski.hr
Powered by php-B.B. © 2001, 2005 php-B.B. Group