OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: Fred Tomke on February 05, 2010, 06:26:27 AM

Title: PictureBox OnKeyDown Flag 256
Post by: Fred Tomke on February 05, 2010, 06:26:27 AM
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
Title: Re: PictureBox OnKeyDown Flag 256
Post by: owenwengerd on February 05, 2010, 11:06:36 AM
That would be bit 8, which means it is an extended key (such as page down).