Ok I was wodering in a richtextbox how would I go about trapping the tab key? When I hit tab it changes focus and I even tried richtextboxes little tab thing set it to false or true and it doesnt work so I tried to capture the keyascii for tab key convert it into spaces and then set keyascii to 0 but still no go .. I need some help here.

Second question is I have a sub menu under documents and I want it to view the recent documents folder but I dunno how to get all the contents of a folder into an array or anything like that. If I could get some help on that thanks.