Infralution Support Forum Index Infralution Support
Support groups for Infralution products
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Version number format

 
Post new topic   Reply to topic    Infralution Support Forum Index -> .NET Encryptor Support
View previous topic :: View next topic  
Author Message
vhaxha



Joined: 24 Jan 2017
Posts: 3

PostPosted: Wed Mar 01, 2017 2:11 pm    Post subject: Version number format Reply with quote

Dear Sir/Madam,

During the launch of any application the bootstrap allow only to SplashForm as an image. Is it possible to add some information on this SplashForm e.g tool name, version number, date and so on.
We are using VB.Net to build different application.

Private Sub New()
InitializeComponent()

_bitmap = New Bitmap(BackgroundImage)
_hBitmap = _bitmap.GetHbitmap(Color.FromArgb(0))

End Sub

Regards,
vhaxha
Back to top
View user's profile Send private message
Infralution



Joined: 28 Feb 2005
Posts: 5027

PostPosted: Thu Mar 02, 2017 9:51 pm    Post subject: Reply with quote

The bootstrap project includes the source code for the SplashForm - so you can make any changes you want. The default implementation displays a transparent bitmap that fades in and out by using Layered Windows. If you turn off the layered windows by commenting out the CreateParams override method then any labels or other control you put on the SplashForm will be shown (however the window will no longer be transparent or fade in).

If you want to keep the transparent fade in bitmap AND display runtime generated information then you may be able to achieve this by drawing the data to the bitmap GraphicsContext in the SplashForm constructor.
_________________
Infralution Support
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Infralution Support Forum Index -> .NET Encryptor Support All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group