Newbies domwalker Posted August 2, 2000 Newbies Posted August 2, 2000 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
Kurt Knippel Posted August 2, 2000 Posted August 2, 2000 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] =-=-=-=-=-=-=-=-=-=-=-=-=
Recommended Posts
This topic is 8879 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now