Sorry for all these questions im posting at the moment, but trying to get a grip on using the MSDN Database as its good for adding features to things like BlueGui.
hWndInsertAfter seems to refer to the zPositon of a Window, with the highest Number being the Window which is forced to the front, but how can i gain the required number for a Front object, or the hWndInsertAfter value for an existing window?
IE
FUNCTION SetWindow(Handle,x,y,w,h,Flag)
hWndInsertAfter = ???
Result = CALL DLL(DLL_User32,"SetWindowPos",Handle,hWndInsertAfter,x,y,w,h,Flag)
EndFunction
Everyone Be Cool, You, Be Cool.