May 20, 2003 #1 megkhp Programmer Joined Mar 10, 2003 Messages 14 Location US How do I highlight the first row of a list box when I run the form? Thanks.
May 20, 2003 #2 EzLogic Programmer Joined Aug 21, 2001 Messages 1,230 Location US in the Init event of the listbox: this.listIndex = 1 Ali Koumaiha TeknoSoft Inc Farmington Hills, Michigan Upvote 0 Downvote
in the Init event of the listbox: this.listIndex = 1 Ali Koumaiha TeknoSoft Inc Farmington Hills, Michigan
May 20, 2003 Thread starter #3 megkhp Programmer Joined Mar 10, 2003 Messages 14 Location US Works great! Thanks! Upvote 0 Downvote