PictureBox OnKeyDown Flag 256

Started by fred_tomke · 2010-02-05 14:26 UTC · 1 replies · SMF topic #1168

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).