Aurel, it can also be done without classes.
Hi Kent...
But how to do that, i am now totally confused
As you see from my posts i am searching for simple way to open window and
message processing without so much typing everytime :
Wndproc(sys h,m,w,l) as sys callback
...
...
select m
...
...
default
return Defwindowproc(h,m,w,l)
again..and again for each window.
Do you can provide example....?