Hello, I am beginner in PB. I have a DW and one of this column is a DDDW. I need to prevent from user key press in DDDW. I mean when the DDDW has the focus and the user press any on the keyboard, nothin will happen. I think that the better way is to catch the pressed key in the "other" event and use windows API.
FYI, in VB, you only have to enter the Keypress event and write "KeyAscii = 0 " and it does the job.