Hi all,
I am trying to create a Window without a Form .
I am adapting this code he
http://www.planetsourcecode.com/vb/s...=7171&lngWId=1
It all works well except for when I try to put some code in the '
MainWndProc ' to intercept some Messages bound to the new created window like
the WM_LBUTTONDOWN) message .the whole app freezes.
Any thoughts ?
Thank you.