CHeighlund
Programmer
While attempting to solve my previous problem (tab order for a form made in a rather unusual form, with components placed on in a strange order), I stumbled on the virtual key (VK_) information in the help field.
A test run on a dummy project showed me how to get those working, but using the same code on the original project doesn't want to work; I'm getting the error message "Undeclared Identifier: 'VK_TAB'" at the line reading "if(Key = VK_TAB) then" in my code for the KeyDown event.
The only thing I can think of is that the original project was, I belive, written in the CLX environment. Where would be a good place for me to start looking for equivalents to the VK_ keys for that?
A test run on a dummy project showed me how to get those working, but using the same code on the original project doesn't want to work; I'm getting the error message "Undeclared Identifier: 'VK_TAB'" at the line reading "if(Key = VK_TAB) then" in my code for the KeyDown event.
The only thing I can think of is that the original project was, I belive, written in the CLX environment. Where would be a good place for me to start looking for equivalents to the VK_ keys for that?