Click here to Skip to main content
15,909,498 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralWindow Region and Placement Pin
Dov Sherman17-Jul-02 0:08
Dov Sherman17-Jul-02 0:08 
GeneralRe: Window Region and Placement Pin
Joaquín M López Muñoz17-Jul-02 2:21
Joaquín M López Muñoz17-Jul-02 2:21 
GeneralRe: Window Region and Placement Pin
Dov Sherman17-Jul-02 2:47
Dov Sherman17-Jul-02 2:47 
GeneralRe: Window Region and Placement Pin
Joaquín M López Muñoz17-Jul-02 2:58
Joaquín M López Muñoz17-Jul-02 2:58 
GeneralRe: Window Region and Placement Pin
Dov Sherman17-Jul-02 4:58
Dov Sherman17-Jul-02 4:58 
GeneralRe: Window Region and Placement Pin
Joaquín M López Muñoz17-Jul-02 5:09
Joaquín M López Muñoz17-Jul-02 5:09 
GeneralRe: Window Region and Placement Pin
Dov Sherman17-Jul-02 5:47
Dov Sherman17-Jul-02 5:47 
GeneralRe: Window Region and Placement Pin
Joaquín M López Muñoz17-Jul-02 6:54
Joaquín M López Muñoz17-Jul-02 6:54 
What about this?
void CAnimateWnd::ChangeAppearanceAndPosition(HRGN hNewRgn, int iPosX, int iPosY)
{
CRgn oldRgn;
oldRgn.CreateRectRgn(0,0,0,0);
GetWindowRgn(oldRgn);
SetWindowRgn(hNewRgn, FALSE); // change shape without redrawing
GetDesktopWindow()->InvalidateRect(&oldRgn);
SetWindowPos(&wndTopMost, iPosX, iPosY, 100, 100, SWP_NOACTIVATE);
}



Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
GeneralRe: Window Region and Placement Pin
Dov Sherman17-Jul-02 7:10
Dov Sherman17-Jul-02 7:10 
GeneralRe: Window Region and Placement Pin
Joaquín M López Muñoz17-Jul-02 7:47
Joaquín M López Muñoz17-Jul-02 7:47 
GeneralRe: Window Region and Placement Pin
Dov Sherman17-Jul-02 8:24
Dov Sherman17-Jul-02 8:24 
GeneralRe: Window Region and Placement Pin
Dov Sherman19-Jul-02 2:17
Dov Sherman19-Jul-02 2:17 
GeneralRe: Window Region and Placement Pin
Philippe Mori17-Jul-02 3:10
Philippe Mori17-Jul-02 3:10 
GeneralCListCtrl OnKeyDown message. Pin
Fred dB.16-Jul-02 23:28
Fred dB.16-Jul-02 23:28 
GeneralRe: CListCtrl OnKeyDown message. Pin
Scot Brennecke17-Jul-02 19:39
professionalScot Brennecke17-Jul-02 19:39 
GeneralRe: CListCtrl OnKeyDown message. Pin
Fred dB.17-Jul-02 21:06
Fred dB.17-Jul-02 21:06 
GeneralRe: CListCtrl OnKeyDown message. Pin
Fred dB.18-Jul-02 2:59
Fred dB.18-Jul-02 2:59 
GeneralHelp files... Pin
Neha16-Jul-02 23:24
Neha16-Jul-02 23:24 
GeneralRe: Help files... Pin
[James Pullicino]17-Jul-02 4:57
[James Pullicino]17-Jul-02 4:57 
QuestionCustomdraw ? Pin
Brian van der Beek16-Jul-02 22:57
Brian van der Beek16-Jul-02 22:57 
QuestionCSocket, CArchive connect to java server? Pin
Anonymous16-Jul-02 22:36
Anonymous16-Jul-02 22:36 
AnswerRe: CSocket, CArchive connect to java server? Pin
Brian Azzopardi16-Jul-02 23:27
Brian Azzopardi16-Jul-02 23:27 
General"Installing" ISAPI Pin
Hans Ruck16-Jul-02 22:09
Hans Ruck16-Jul-02 22:09 
GeneralAccess denied when trying to access IE documents in frames, in which loaded docs from different domains Pin
Alex Cramer16-Jul-02 21:19
Alex Cramer16-Jul-02 21:19 
GeneralHelp me ..Doubts on VC++ DhtmlEdit Controll for IE5[Table insert,Paste html...] Pin
Ranjith.e.Nair16-Jul-02 20:44
Ranjith.e.Nair16-Jul-02 20:44 

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.