473,410 Members | 1,857 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,410 software developers and data experts.

Me.Opacity Vs. Me.Visible ?

Trying to make a splashscreen, i can make it work if i in sub new() on the main form
set opacity to 0, show the splashscreen and then in the splashscreen set the main forms
opacity to 100 right before closing the splashscreen...

but thats gives me some nasty performance problems...
the form is generally slow, this is probably a known bug so if anyone has a sollution to that id be
greatful.

but when trying to use me.visible = false on the main form the main form wont
become invisible... setting it from the splashscreen works tho
(Me.Owner.Visible = False)

but that doesnt look too good...

suggestions welcome!
Nov 21 '05 #1
1 3389
Yosh

Just start your splash form in the load event of your mainform, than you can
do with it what you want.

\\\
dim mysplash as new splash
mysplas.settings = etc
mysplash.show
When done actions
mysplash.close
///

I am not aware of a known bug and do in your message see only normal
behaviour, so maybe you can explain what you mean with "slow".

Can it not be wrong code in your own program before you accuse the
programmers of Microsoft.

However I hope this helps?

Cor
<yo**@liquidzone.net>

....
Trying to make a splashscreen, i can make it work if i in sub new() on the
main form
set opacity to 0, show the splashscreen and then in the splashscreen set
the main forms
opacity to 100 right before closing the splashscreen...

but thats gives me some nasty performance problems...
the form is generally slow, this is probably a known bug so if anyone has
a sollution to that id be
greatful.

but when trying to use me.visible = false on the main form the main form
wont
become invisible... setting it from the splashscreen works tho
(Me.Owner.Visible = False)

but that doesnt look too good...

suggestions welcome!

Nov 21 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Marek Mänd | last post by:
This posting will express my concern about the future of css3 forthcoming recommendation. I think for long time now, that the current implementation of CSS attribute opacity is less than usable...
1
by: Brian | last post by:
If your like me, you have probably seen way too many demos of the opacity property of a form. Well I finally have a need for it and I am having an issue. I am trying to create a splash screen...
2
by: reidarT | last post by:
I want a windows form to act like the one in Outlook when you get a new message and it is visible for about a couple of seconds and then the opacity decreases and the form dissapears in the end I...
5
by: Rudi Hausmann | last post by:
Hi! I want to "paint" some blocks with text in it. As the box can overlap I want the text to be transparent using opacity. Though, the text shall stay well visible. Here is what I produced so...
16
by: Darko | last post by:
Hi, I'm trying to get and set an element's opacity, but I'm stuck with, what a hell of surprise, Internet Explorer. As for getting the element's opacity, I have the following (not working) lines...
15
by: Sunny | last post by:
Hi, I can change the lement opacity in IE using. abc.style.filter = 'alpha(opacity=' + 10 + ')'; But this dont work in firefox, In firefox it throws error. How I can change the opacity of an...
1
by: Yogesh Sharma | last post by:
I have two pictureBoxes & two Panels. On PictureBox1_Click, I want that Panel2 is Fadeout & Panel2 is Fadein. & on vice-versa on PictureBox2_Click. I write the foll. code-- But with that code...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.