mtia
Geoff
On Thu, 31 Aug 2000 19:22:42 +0100, "Geoff" <geoff....@zoom.co.uk>
wrote:
-Tom
(please post replies to the newsgroup)
You should be able to do something like the following.....
Dim fStyle&
fStyle = GetWindowLong(hListview, GWL_STYLE)
If fStyle And WS_HSCROLL Then
Call SetWindowLong(hListview, GWL_STYLE, fStyle Xor WS_HSCROLL)
End If
HTH,
Bryan
_________________________________________________________
New Vision Software "When the going gets weird,"
Bryan Stafford "the weird turn pro."
alp...@mvps.org Hunter S. Thompson -
MS MVP Visual Basic Fear and Loathing in LasVegas
thanks
Geoff
alpine <alp...@mvps.org> wrote in message
news:uiX9H54EAHA.196@cppssbbsa05...