I have a textbox where the user types in a filename but as soon as the user presses the FULLSTOP key, I want a message box pop up telling the user that they don't need to include a file extention.
vbKey constants have every key on the keyboard covered except the FULLSTOP (NOT the Decimal Point), the "FULLSTOP" key.
Can anyone please help me in establishing how I can scan for the FULLSTOP when the user presses it so it pops up a message box please?
Andrew.
vbKey constants have every key on the keyboard covered except the FULLSTOP (NOT the Decimal Point), the "FULLSTOP" key.
Can anyone please help me in establishing how I can scan for the FULLSTOP when the user presses it so it pops up a message box please?
Andrew.