Re: Dialog doesn't move

Jon Watte <[email protected]> Sat, 29 Apr 2006 17:04:32 -0700
Newsgroups gmane.games.devel.windows
Message-ID <[email protected]>

Martin Slater wrote:

> If your in a window hook don't you want to let the original window 
> handler get a look in with something like
> 
>         return CallWindowProc(m_oldWindowProc, hwnd, message, wParam, 
> lParam);
> 
> not sure if this applies to your situation or not but may help;)

It applies, although I already do it. Because I use SetWindowsHookEx(), 
I don't get the old hook directly; instead I get a handle that I call 
through CallNextHookEx(), but it's the same idea. (The nice thing about 
Ex is that you can un-install yourself safely)

So, no, that wasn't the problem, either. But thanks!

Cheers,

			/ h+


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Gamedevlists-windows mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gamedevlists-windows
Archives:
http://sourceforge.net/mailarchive/forum.php?forum_id=555