Wow, I'm glad you like that code wasiq. Anyway, to stick your form2 under form1:
Code:'Timer interval set at 1 Private Sub Form_Load() Form2.Show End Sub Private Sub Timer1_Timer() Form2.Left = Form1.Left Form2.Top = Form1.Top + 2700 End Sub
|
Results 1 to 5 of 5
Thread: Sticking windowsThreaded View
|
Click Here to Expand Forum to Full Width |