Fancy splash screen for compiled .exe GUIs

Displays your splash screen while loading your compiled GUI
4,1K descargas
Actualizado 18 ago 2008

Ver licencia

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

Citar como

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. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R10
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre MATLAB Compiler en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0