I'm trying to make my UI nice and professional and add an Edit menu like most Win programs have. If the user doesn't know about Ctrl-X for cutting for example, they need to use Cut from the Edit menu. However, I'm not sure what to do at that point. I tried SendKey {^}x (Ctrl-X) but that doesn't seem to work. Any ideas out there greatly appreciated.
Steve
Steve