Public Sub Main/Fade in/out Show/hide forms

TexG

Regular
Joined
Apr 2, 2003
Messages
88
Location
San Antonio Texas
Hello all,

Just wanted to show you all a little program i have made.

Its not much but its a start.

It has fade in and out capabilities for the forms.

it checks on a form to see if there is a form active or not, loads one up if not.

Allows you to type in to a textbox to see if the informations is still there after its hidden and then showed again.

It shows you how to make a class to put in public shared variables to pass to other forms.

one of the hardes things to figur out was how to set up the public sub main. Its short and sweet to the point.

I hope someone can use the information.

Oh im new to vb.net so i hope some of the gurus here can take a look at it and let me know if im on the right track.

Thanks to VolteFace for the help on this.

Texg

[edit] Removed binaries - divil [/edit]
 

Attachments

Last edited by a moderator:
niiice, right on...

thanx for example, it'll help out a good # of ppl on the board :)

btw, fyi, please don't post binaries
[edit]
( exe files )
[/edit]
vs will put these in the debug and obj folders of your programs as it compiles your code for playing...

When you are ready to post up examples just use windows explorer and delte these from all sub-folders of your solution before zipping them up...

again, niiice example :-)
 
Last edited:
UCM,

Thanks for the complement. Worked hard on it im sure there are easyer ways to do what i have done, and ill be searching for them too.

on the FYI thanks for the info.

So basicly just zip the code and not the bin / obj dir's is this right?

still haveing trubles but im getting there just been playing with this for about a week.

I have lots of time on my hands right now. Broke my ankle a few months back.

But im haveing fun while i site here. :)


Thanks again

TexG
 
sorry to hear bout the ankle...

actually, you'd keep the folders ( even if they're empty ) and if there are exe's ( [edit]
the dll's should be ok to my knowledge....I have vb standard and can't save dlls without a little creativity ;) if the board doesn't like for dll's to be posted then I'm sure someone will clearify that
[/edit])...

basiclaly, if there are exe's in those folders, like WindowsApplication1.exe or mysolution.exe, ect then those would be the ones to delete brfore you zip them...

Don't worry, if you forget, Divil or someone will remind you :)
 
Back
Top