Very strange.
I have Command1(0) and Command1(1)
Both buttons have exactly the same properties except for the Index and Caption.
These buttons are on an application I wrote some time back and it worked at that time. I left it alone in it's directory for all this time and when I went back to the directory and brought up the project this weird thing took place:
Command1(0) is not detected by Sub Command1_MouseDown(...) but Command1(1) is detected.
I have Command1(0) and Command1(1)
Both buttons have exactly the same properties except for the Index and Caption.
These buttons are on an application I wrote some time back and it worked at that time. I left it alone in it's directory for all this time and when I went back to the directory and brought up the project this weird thing took place:
Command1(0) is not detected by Sub Command1_MouseDown(...) but Command1(1) is detected.