Thread
:
Hide form on startup?
View Single Post
#
3
(
permalink
)
08-31-2006, 10:06 PM
Jordan
Join Date: Nov 2005
Location: Hendersonville, NC
Posts: 10,967
Last Blog:
Artificial Intelligenc...
Credits:
1
Rep Power:
20
I've seen this problem before. You can do this:
On Form Load:
Code:
this.opacity = 0;
and then when you want to display it
Code:
this.opacity = 1;
__________________
CodeCall Blog
|
CodeCall Wiki
|
Shareware Site
|
Linux Forum
|
Write a Blog
The
CodeCall Wiki
is now fully integrated with vBulletin users! Check it out and add some new pages!
Jordan
View Public Profile
Send a private message to Jordan
Find all posts by Jordan