Splash Window

Topic Specific Tutorials and Tips.

Moderator: Rathinagiri

Post Reply
User avatar
andyglezl
Posts: 1461
Joined: Fri Oct 26, 2012 7:58 pm
Location: Guadalajara Jalisco, MX
Contact:

Splash Window

Post by andyglezl »

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
Attachments
Splash.rar
(910.57 KiB) Downloaded 525 times
Andrés González López
Desde Guadalajara, Jalisco. México.
User avatar
Amarante
Posts: 182
Joined: Fri Apr 27, 2012 9:44 pm
DBs Used: DBF, MySQL, MariaDB, SQLite, PostgreSQL
Location: Araruama-RJ, Brazil

Re: Splash Window

Post by Amarante »

Very good!
Is it possible to display an image out of a window (a borderless image) with HMG?
Dr. Soto with the word ...
Leopoldo Blancas
Posts: 388
Joined: Wed Nov 21, 2012 7:14 pm
Location: México

Re: Splash Window

Post by Leopoldo Blancas »

Hola andyglezl...

y el *.prg ?????????


Saludos
Polo
User avatar
danielmaximiliano
Posts: 2607
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: Splash Window

Post by danielmaximiliano »

Leopoldo Blancas wrote:Hola andyglezl...

y el *.prg ?????????


Saludos
Polo
aca esta completo para compilar con Minigui.
SPLASHDEMO_2.rar
(460.52 KiB) Downloaded 1204 times
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
andyglezl
Posts: 1461
Joined: Fri Oct 26, 2012 7:58 pm
Location: Guadalajara Jalisco, MX
Contact:

Re: Splash Window

Post by andyglezl »

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.
Andrés González López
Desde Guadalajara, Jalisco. México.
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: Splash Window

Post by srvet_claudio »

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

Code: Select all

#define GCL_HBRBACKGROUND  -10
oldBrush := SetClassLong (GetFormHandle("_FormSplash"), GCL_HBRBACKGROUND, NIL)
Attachments
BT_SplashScreen.rar
(439.94 KiB) Downloaded 466 times
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
danielmaximiliano
Posts: 2607
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: Splash Window

Post by danielmaximiliano »

srvet_claudio wrote:This is a example of how to create a splash screen with HMG and BT.
Gracias Claudio..
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: Splash Window

Post by esgici »

srvet_claudio wrote:This is a example of how to create a splash screen with HMG and BT.
Thanks Dr. :)
Viva INTERNATIONAL HMG :D
Post Reply