View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
RAFAAJ2000[_2_] RAFAAJ2000[_2_] is offline
external usenet poster
 
Posts: 75
Default Create a Window without a Form ... !!!

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.