I've checked and when you click on the scrollbar the #OnDragItemStart message is called.
The #OnDragItemStart message performs as it should in all other respects on NT4.
Any ideas on how to fix this?

Code: Select all
If GetProp_(hwnd,"EVENT_"+Str(#OnDragItemStart))
Code: Select all
If GetProp_(hwnd,"EVENT_"+Str(#OnDragItemStart)) And uMsg = #WM_LBUTTONDOWN

Yes, but that would then mean I'd have no excuse for not performing all the checks myself! This way I can get others do do all the leg work (but mum's the word!)DoubleDutch wrote:You should do what I do: I have a machine with virtual PC and all the different types of windows setup (xp with & without themes). It's pretty easy to check things out then. The latest Virtual PC is free from Microsoft.

This way I can get others do do all the leg work

404 error here.srod wrote:14th October 2007. (Purebasic 4.1 onwards). Minor bug fix - version 3.1.1.
Version 3.1.1 fixes a drag / drop problem which would cause problems on machines running NT 4. Thanks to DoubleDutch.
Please see the first post for the download link.

Thanks, works now.srod wrote:No problem here. The link in the first post now gives : www.purecoder.net/EasyVENT-v3.1.1.zip

Slightly inaccurate: The problem occured on ALL systems when themes were disabled (which is the default on pre-XP because there are no such things as themes on pre-XP).Version 3.1.1 fixes a drag / drop problem which would cause problems on machines running NT 4
