ok pentax.. this is what i got so far... keyascii detects few keyboard combinations such as ctrl+v or ctrl+x ...etc..
ascii for those are:

ctrl+a = 1,
ctrl+b = 2,
ctrl+c = 3....

and so on with alphabetical orders.. which means that ctrl+v = 22... I'm trying to get the text that's copied and pasted to an invisible richtextbox that i have right now... However, when I get the actual text from the clipboard and try to make rtfInvis.textrtf = clipboard.gettext, it comes out as plain... What i mean is that it doesn't come out as bold, underlined, or whatever the original text was...
hope I could've help and help me on my problem as well.

xstopx81