Quote:
Question. When I design a program, and I position the forms using the little property window, so that they appear where I want them to, isn't that Design-Time. And when I use code to have them move while the program is running, isn't that Run-Time?
Your understanding of design-time and run-time are correct. :) My problem was that, for some reason, when my program executed, the forms didn't appear where I placed them in the Form Layout window. :confused: Thus, I had to position them in code.