Fancy splash screen for compiled .exe GUIs

Displays your splash screen while loading your compiled GUI
4.1K Downloads
Updated 18 Aug 2008

View License

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');

Cite As

William Thielicke (2024). Fancy splash screen for compiled .exe GUIs (https://www.mathworks.com/matlabcentral/fileexchange/21110-fancy-splash-screen-for-compiled-exe-guis), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R10
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on MATLAB Compiler in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0