Ok,
Here my first question. ;D
How do i get the handler of a Window ?
For a Control we can use "GETCONTROLHANDLE". And for a window ?
I need that Handler to pass to a DLL function. :D
Thanks in advance.
DEF MyWindow as WINDOW
.....
SomeAPICall(MyWindow.hwnd,...)
Take a look at the WINDOW structure, there are a few handy things in there, but hwnd is the handle.
Lewis
It worked.
Thanks Man. ;D
By the way, the WINDOW Structure comes in EBasic Help ?
I canÂÃ,´t find it.
the window structure is in the file ebstd.incc which is located at c:\program files\ebdev\bin if you installed in the default directory.
No problems. I learnt a lot from looking at the include files then asking questions like what is this for and what is this for etc etc etc. Take a loook ;)
Lewis
Thanks. ;)