Splash Window
Moderator: Rathinagiri
- andyglezl
- Posts: 1191
- Joined: Fri Oct 26, 2012 7:58 pm
- Location: Guadalajara Jalisco, MX
- Has thanked: 37 times
- Been thanked: 85 times
- Contact:
Splash Window
Hola
Buscando en la Red, me encontre esta programa, espero les sirva.
Hagan su logo en un archivo PNG y renombrenlo como Splash.png
---------------------------------------------------------------
Hello
Searching the Internet, I found this program, I hope they serve.
Make your logo in a PNG file and rename it as splash.png
Buscando en la Red, me encontre esta programa, espero les sirva.
Hagan su logo en un archivo PNG y renombrenlo como Splash.png
---------------------------------------------------------------
Hello
Searching the Internet, I found this program, I hope they serve.
Make your logo in a PNG file and rename it as splash.png
- Attachments
-
- Splash.rar
- (910.57 KiB) Downloaded 339 times
Andrés González López
Desde Guadalajara, Jalisco. México.
Desde Guadalajara, Jalisco. México.
Very good!
Is it possible to display an image out of a window (a borderless image) with HMG?
Dr. Soto with the word ...
Is it possible to display an image out of a window (a borderless image) with HMG?
Dr. Soto with the word ...
-
- Posts: 388
- Joined: Wed Nov 21, 2012 7:14 pm
- Location: México
- Has thanked: 3 times
- Been thanked: 9 times
- danielmaximiliano
- Posts: 2178
- Joined: Fri Apr 09, 2010 4:53 pm
- Location: Argentina
- Has thanked: 183 times
- Been thanked: 29 times
- Contact:
aca esta completo para compilar con Minigui.Leopoldo Blancas wrote:Hola andyglezl...
y el *.prg ?????????
Saludos
Polo
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`.HMG : It's magic !
(¸.·``··*
Saludos / Regards
DaNiElMaXiMiLiAnO
Whatsapp. : +54901169026142
Telegram Name : DaNiElMaXiMiLiAnO
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`.HMG : It's magic !
(¸.·``··*
Saludos / Regards
DaNiElMaXiMiLiAnO
Whatsapp. : +54901169026142
Telegram Name : DaNiElMaXiMiLiAnO
- andyglezl
- Posts: 1191
- Joined: Fri Oct 26, 2012 7:58 pm
- Location: Guadalajara Jalisco, MX
- Has thanked: 37 times
- Been thanked: 85 times
- Contact:
Hola Leopoldo
En este caso solo encontre el ejecutable y maneja solo archivos PNG
Aqui lo interesante es que independiente del lenguaje que uses, puedes
poner tu pantalla de Splash.
En este caso solo encontre el ejecutable y maneja solo archivos PNG
Aqui lo interesante es que independiente del lenguaje que uses, puedes
poner tu pantalla de Splash.
Andrés González López
Desde Guadalajara, Jalisco. México.
Desde Guadalajara, Jalisco. México.
- srvet_claudio
- Posts: 2044
- Joined: Thu Feb 25, 2010 8:43 pm
- Location: Uruguay
- Has thanked: 35 times
- Been thanked: 147 times
- Contact:
This is a example of how to create a splash screen with HMG and BT.
The trick is to make NULL the brush that paints the window background
The trick is to make NULL the brush that paints the window background
Code: Select all
#define GCL_HBRBACKGROUND -10
oldBrush := SetClassLong (GetFormHandle("_FormSplash"), GCL_HBRBACKGROUND, NIL)
- Attachments
-
- BT_SplashScreen.rar
- (439.94 KiB) Downloaded 297 times
- danielmaximiliano
- Posts: 2178
- Joined: Fri Apr 09, 2010 4:53 pm
- Location: Argentina
- Has thanked: 183 times
- Been thanked: 29 times
- Contact:
Gracias Claudio..srvet_claudio wrote:This is a example of how to create a splash screen with HMG and BT.
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`.HMG : It's magic !
(¸.·``··*
Saludos / Regards
DaNiElMaXiMiLiAnO
Whatsapp. : +54901169026142
Telegram Name : DaNiElMaXiMiLiAnO
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`.HMG : It's magic !
(¸.·``··*
Saludos / Regards
DaNiElMaXiMiLiAnO
Whatsapp. : +54901169026142
Telegram Name : DaNiElMaXiMiLiAnO