Emmanuel Lamy wrote: > Anyone out there can tell me what is the equivalent of the VCL TScreen > component in a .Net WinForm project, please? I have used the VCL > TScreen a lot to dynamically size my Forms in proportion with the > users' screen resolution. I am trying to do the same with the .Net > winForm of Delphi 2005. But I don't seem to be able to find the > equivalent of the VCL TScreen on my own. TIA.
There probably isn't one. But you can go look in Forms.pas to see what methods Borland used to implement TScreen and TMonitor. -- Rob ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

