Hi there folks! I am working on a program to teach students words for school. I've added a onscreen keyboard, so a teacher can easily add new words if needed. I made my own because the only thing needed was letters and a couple of symbols. Anyway, what I would like to do is when the keyboard form is loaded, have it load where its position is in the bottom left corner of the main form (so it is overlapping the main form that is loaded previously). Is there something I can code in the formload event for the keyboard so it could do that?

Thanks a lot!