getCtlSize(Screen)
- Posted by "sixs" <sixs at ida.net> May 21, 2004
- 469 views
I am wondering about Euphoria and the win32lib file and how they are created.. I was researching screen size and found the use of this command getCtlSize(Screen) I looked in win32 lib and found this code. I am wondering how you arrive this code. Is this "c" code or ? I am curious as to how the commmands are made. I hope I am not bothering anyone with this question. Jvandal lIdx = find(w32TB_HEIGHT, pProperty) if lIdx != 0 and integer(pValues[lIdx]) then lParentSize = call_func(r_getCtlSize,{window_owner[id]} )