Sytze de Boer wrote: > I'll re-phrase the question: > > Is there a way to always open this app in the PREVIOUS position on the main > desktop (instead of always smack in the middle ?)
In the form's release, you could write the LEFT and TOP values to a local INI file and then on the form's Init event, you could read that INI file and (re-)set the LEFT/TOP values accordingly. That's how we do it at Sylvan. You could also store other values (like HEIGHT and WIDTH, for example) and just set them the same way, giving the user exactly what s/he had when they last used the form. You could use the registry too, but I'd recommend an INI file in the local app folder. Cheers! --Michael _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

