PDA

Click to See Complete Forum and Search --> : what to do with the double when you shell a program


Jan 20th, 2000, 01:40 AM
So i shell a program to open it and it returns a double. What can i do with this double? i would like ot use it to make sure the focus is on the program i shelled. If you know where i cna find info on this it would be appreciated.

Frans C
Jan 20th, 2000, 02:27 AM
You can use it with the AppActivate function to make sure it has the focus.

Jan 20th, 2000, 02:42 AM
can you elaborate on that? and how do i close the program i had shelled?