Apr 19, 2002 #1 FattyKat Programmer Feb 21, 2002 32 IN Is it posssible that i have a main form diaplsyed automagically when i open my project? How do i achieve that?
Is it posssible that i have a main form diaplsyed automagically when i open my project? How do i achieve that?
Apr 19, 2002 #2 Mike Gagnon Programmer Apr 6, 2002 8,067 CA In your main program : DO form myForm.scx READ EVENTS Upvote 0 Downvote
Apr 19, 2002 #3 rgbean Programmer Nov 9, 2000 5,707 US Yes, just add something like: modi form mainform nowait in the Init() method of the project's projecthook class. Rick Upvote 0 Downvote
Yes, just add something like: modi form mainform nowait in the Init() method of the project's projecthook class. Rick
Apr 20, 2002 Thread starter #4 FattyKat Programmer Feb 21, 2002 32 IN Thanx guys, now am going to another level roject hook stuff.Whats that? Upvote 0 Downvote
Apr 20, 2002 Thread starter #5 FattyKat Programmer Feb 21, 2002 32 IN Thanx guys, now am going to another level roject hook stuff.Whats that? Upvote 0 Downvote
Apr 20, 2002 #6 Mike Gagnon Programmer Apr 6, 2002 8,067 CA I think it has been answered elsewhere. Upvote 0 Downvote