@dan rathbun said:
EVERYTHING you see on the screen, in Microsoft Windows, IS a window. A button, an edit box, a static text label, a checkbox, ... ALL of them are a window, but their style does not have a resizable frame or a caption bar, like a application window or a dialog (which are also a window.)
You have to get the handle for the Sketchup Application window (the parent window,) then use that in
view_window_handle = FindWindowEx.call(parent_window_handle,0,"AfxFrameOrView80u",0)
Thank you really much!!!, That should help!!!!