View Single Post
  #2 (permalink)  
Old 02-22-2008, 11:42 AM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 3,132
Default

Basic4ppc handles the form navigation on the desktop.
The solution is to first show the form you want and only then set the focus:
Code:
Form1.Show
TextBox1.Focus
Reply With Quote