Click here to Skip to main content
15,886,963 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: controlling system volume by vc++ Pin
David Crow19-May-09 5:01
David Crow19-May-09 5:01 
AnswerRe: controlling system volume by vc++ Pin
B060611519-May-09 23:46
B060611519-May-09 23:46 
QuestionCreating a column with bitmaps on CListCtrl residing on a dialog Pin
JJeffrey18-May-09 21:37
JJeffrey18-May-09 21:37 
AnswerRe: Creating a column with bitmaps on CListCtrl residing on a dialog Pin
Stuart Dootson18-May-09 22:49
professionalStuart Dootson18-May-09 22:49 
GeneralRe: Creating a column with bitmaps on CListCtrl residing on a dialog Pin
JJeffrey18-May-09 23:21
JJeffrey18-May-09 23:21 
GeneralRe: Creating a column with bitmaps on CListCtrl residing on a dialog Pin
Stuart Dootson19-May-09 0:34
professionalStuart Dootson19-May-09 0:34 
GeneralRe: Creating a column with bitmaps on CListCtrl residing on a dialog Pin
JJeffrey19-May-09 23:26
JJeffrey19-May-09 23:26 
QuestionPure win32 cross-process child windows Pin
megaadam18-May-09 21:36
professionalmegaadam18-May-09 21:36 
Hello,
I need to create a transparent overlay window, that goes above another window. The other window is from another vendor. And when the user drags that window mine needs to follow.

WS-CHILD seems like a nice idea but it cannot be combined with WS-EX-LAYERED, which I really need (for transparency). But I still can set a parent without using WS-CHILD.

Parenting does give my winproc notifications (WM-WINDOWPOSCHANGING), but only after dragging is complete, on mouse-up. To give a nice feeling i need to get those notifications (or for example WM-MOVE) continuosly while dragging.

I guess my problem is similar to docking, but the fine docking solution seen fx at CodeProjet uses WS-CHILD. ( http://www.codeproject.com/KB/toolbars/dockwnd.aspx )

I know I could use ::SetWindowsHook(). But that is my final resort. And I guess I could use polling but that is not what I am looking for. I am hoping I have missed something trivial and that somebody can point me in a good direction.

Thanx



........................
Life is too shor

Answer[Message Deleted] Pin
Perisic, Aleksandar18-May-09 23:59
Perisic, Aleksandar18-May-09 23:59 
General[Message Deleted] Pin
megaadam19-May-09 1:01
professionalmegaadam19-May-09 1:01 
General[Message Deleted] Pin
Perisic, Aleksandar19-May-09 1:42
Perisic, Aleksandar19-May-09 1:42 
QuestionClosing an MDI child window having a worker thread in execution Pin
CString(0xcccccccc)18-May-09 21:29
CString(0xcccccccc)18-May-09 21:29 
AnswerRe: Closing an MDI child window having a worker thread in execution Pin
Stuart Dootson18-May-09 22:57
professionalStuart Dootson18-May-09 22:57 
QuestionCheck file is open or not Pin
Davitor18-May-09 20:50
Davitor18-May-09 20:50 
AnswerRe: Check file is open or not Pin
Naveen18-May-09 22:06
Naveen18-May-09 22:06 
AnswerRe: Check file is open or not Pin
Stuart Dootson18-May-09 22:44
professionalStuart Dootson18-May-09 22:44 
AnswerRe: Check file is open or not Pin
Divyang Mithaiwala19-May-09 1:00
Divyang Mithaiwala19-May-09 1:00 
GeneralRe: Check file is open or not Pin
_Flaviu4-Oct-11 23:39
_Flaviu4-Oct-11 23:39 
Questionusing container class for c++ class objects Pin
hawk23reddy18-May-09 20:27
hawk23reddy18-May-09 20:27 
AnswerRe: using container class for c++ class objects Pin
CPallini18-May-09 21:26
mveCPallini18-May-09 21:26 
GeneralRe: using container class for c++ class objects Pin
hawk23reddy18-May-09 23:14
hawk23reddy18-May-09 23:14 
GeneralRe: using container class for c++ class objects Pin
CPallini18-May-09 23:53
mveCPallini18-May-09 23:53 
GeneralRe: using container class for c++ class objects Pin
hawk23reddy19-May-09 0:57
hawk23reddy19-May-09 0:57 
GeneralRe: using container class for c++ class objects Pin
CPallini19-May-09 1:23
mveCPallini19-May-09 1:23 
AnswerRe: using container class for c++ class objects Pin
BadKarma18-May-09 22:19
BadKarma18-May-09 22:19 

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.