|
#1
|
||||
|
||||
|
To automatically resize your project to the same size as the user's screen size, add the following lines of code to the project's "On Startup" event:
-- Get the user's screen sizeYou can also choose to enable 'Flat' style in the Project settings instead of 'Standard' thus effectively giving you kiosk mode without the border. Additionally, simply subtract '10' from the height to show the taskbar: Window.SetSize(Application.GetWndHandle(this), screen_info.Width, screen_info.Height-10); |
|
#2
|
|||
|
|||
|
Thanks for the example.
I've been looking for a way to deal with dual monitors as well (second monitor is an extension of the first) but System.GetDisplayInfo() doesnt seem to detect that the desktop size includes the second monitor. Any ideas on how to do this would be greatly appreciated. Basically, I want to be able to hit a button in my application and send it to the second monitor.
|
![]() |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| http://yourfilelink.com - 50MB max upload, free! | Intrigued | General Chat | 14 | 09-26-2006 09:44 AM |
| Function: Resize an Image to Fit your Project Window | Adam | AutoPlay Media Studio 5.0 Examples | 0 | 06-03-2004 12:55 PM |
| Display Project to suit screen size | BaZZa400 | AutoPlay Media Studio 4.0 | 6 | 05-28-2003 02:48 PM |
| HOWTO: Create a Project Template | Support | AutoPlay Media Studio 4.0 Examples | 0 | 10-28-2002 02:49 PM |
| HOWTO: Make a Media Player Object Go Full Screen | Support | AutoPlay Media Studio 4.0 Examples | 0 | 10-23-2002 12:23 PM |
All times are GMT -6. The time now is 06:15 PM.








Linear Mode

