Hello, in the slider sample there is a KeyDown event for the picturebox.
In the event handler there is a condition (if (= (logand intFlags 256) 256).
What does the flag 256 mean?
Fred
That would be bit 8, which means it is an extended key (such as page down).