August 2, 200025 yr Newbies Hi, I am developing a standalone product ( which is nearly finished ) and I would like the size of program to scale depending on the user's screen resolution. Firstly is this possible ?? Secondly is it something to do with DDE ?? Thanks in Advance Dom Walker
August 2, 200025 yr quote: Originally posted by domwalker: Hi, I am developing a standalone product ( which is nearly finished ) and I would like the size of program to scale depending on the user's screen resolution. Firstly is this possible ?? Secondly is it something to do with DDE ?? This has NOTHING to do with DDE (dynamic DATA exchange). This is the exchange of data between applications. This is possible, but not without work. You would actually build an interface set for each possible resolution and then use the Status(CurrentScreenHeight) and Status(CurrentScreenWidth) to determine which interface element to use. ------------------ =-=-=-=-=-=-=-=-=-=-=-=-= Kurt Knippel Senior Filemaker Developer http://www.database-resources.com mailto:[email protected] =-=-=-=-=-=-=-=-=-=-=-=-=
Create an account or sign in to comment