I need to access some unicode characters from the keyboard for single
textbox on a form I've built. I've done this before using the code
below, but now I need to substitute the forward slash and period
character ("/", ".") but I can't find the named constant for these
characters in the KEYS data type. Anyone know that their name is? Or a
good workaround?
Thanks,
maxhodges
textbox on a form I've built. I've done this before using the code
below, but now I need to substitute the forward slash and period
character ("/", ".") but I can't find the named constant for these
characters in the KEYS data type. Anyone know that their name is? Or a
good workaround?
Thanks,
maxhodges
Comment