mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2002
Posts: 580
N
Fjord artisan
OP Offline
Fjord artisan
N
Joined: Dec 2002
Posts: 580
I've been taking on the programming challenge of make my own custom switchbar and have hit a road block...

I have written a DLL that sub-classes the mIRC and MDIClient procs. In the MDIClient proc I see WM_MDIDESTROY messages when a window is closed. But I never see any WM_MDICREATE messages? Are they even being sent? Anyone know what I might be doing wrong or the best way to watch for the creation of new MDI children in mIRC?


NaquadaBomb
www.mirc-dll.com
Joined: Jun 2003
Posts: 195
N
Vogon poet
Offline
Vogon poet
N
Joined: Jun 2003
Posts: 195
the MDI Client window should recieve a WM_PARENTNOTIFY with wParam being WM_CREATE when a new mdi window is opened.


Have Fun smile

Link Copied to Clipboard