albert wrote:How do you convert the following C++ code to FB
Like this:
Code: Select all
type tagSCROLLINFO
as ulong _
cbSize, _
fMask
as long _
nMin, _
nMax
as ulong _
nPage
as long _
nPos, _
nTrackPos
end type
dim as tagSCROLLINFO _
SCROLLINFO
dim as tagSCROLLINFO ptr _
LPSCROLLINFO