Displaying 1 result from an estimated 1 matches for "lpszclass".
Did you mean:
lpclass
2001 Aug 07
3
Troubles with Farpoint Spread controls
...gcs-1.1.2. Wine itself is latest
snapshot (20010731).
The application we're trying to run crashes when tries to display a
dialog box using Spread controls (from Farpoint). The crash occurs
during a WM_PAINT.
By exploring the builind of the window, the control it is showing is a
scrollbar (lpszClass="SPR32D30ScrlBar").
A very strange behaviour is that the window does not appear to be linked
in the parent/sibling structure. I mean:
the WND has a parent. The first child of the parent is not the WND, and
the child does not have any sibling.
Can anyone provide help and or suggesti...