Fancy splash screen for compiled .exe GUIs
by W Thielicke
16 Aug 2008
(Updated 18 Aug 2008)
Displays your splash screen while loading your compiled GUI
|
Watch this File
|
| File Information |
| Description |
Now you can display a fancy, real splash screen instead of the boring command window while your compiled GUI is starting up. You can modify the appearance of the splash screen easily by exchanging a bitmap file.
You have to add one single line of code in your GUI .m file before compiling it:
function MyNiceGUI_OpeningFcn(hObject, eventdata, handles, varargin)
disp('GUIstarted'); |
| Required Products |
MATLAB Compiler
|
| MATLAB release |
MATLAB 5.2 (R10)
|
| Other requirements |
This has been tested on Windows XP and Vista, probably also works on other Windows versions. |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
|
Contact us at files@mathworks.com