Jump to content

Well i have toyed around with VB a little bit but i'm not sure about this one, maybe try http://stackoverflow.com

Specs:

CPU: i5-6500 3.2 GHz Mobo: ASRock H110M-HDV RAM: Corsair Vengeance LPX 8GB 2133 MHz DDR4 GPU: GTX 1070 Founders Edition Storage: 120GB Sandisk Ultra II 1 TB WD HDD 7200 RPM PSU: Antec VP600P 600W Display: CrossOver 2795QHD 2560x1440 105 Hz OC OS: Windows 10 64 bit

 

Link to comment
https://linustechtips.com/topic/617988-vb-form-opening/#findComment-7978363
Share on other sites

Link to post
Share on other sites

1 minute ago, EcDarkSky said:

As you want don't care about that 

The easiest method would probably be a transparent borderless from with the shapes drawn on top of it. The shape parameters can be adjusted with a timer so you get what you want.

Link to comment
https://linustechtips.com/topic/617988-vb-form-opening/#findComment-7978469
Share on other sites

Link to post
Share on other sites

34 minutes ago, ModuleLFS said:

The easiest method would probably be a transparent borderless from with the shapes drawn on top of it. The shape parameters can be adjusted with a timer so you get what you want.

than easier way could be to set the opacity for the form at start to 0 then use a timer which stops when it gets to 100, then use this loop to increase the height and width.

                     ¸„»°'´¸„»°'´ Vorticalbox `'°«„¸`'°«„¸
`'°«„¸¸„»°'´¸„»°'´`'°«„¸Scientia Potentia est  ¸„»°'´`'°«„¸`'°«„¸¸„»°'´

Link to comment
https://linustechtips.com/topic/617988-vb-form-opening/#findComment-7978567
Share on other sites

Link to post
Share on other sites

36 minutes ago, vorticalbox said:

than easier way could be to set the opacity for the form at start to 0 then use a timer which stops when it gets to 100, then use this loop to increase the height and width.

Classic. But he wanted a "round" shaped animation.

 

 

EDIT: actually that can contribute to my method I see what you were getting at.

Link to comment
https://linustechtips.com/topic/617988-vb-form-opening/#findComment-7978670
Share on other sites

Link to post
Share on other sites

43 minutes ago, ModuleLFS said:

Classic. But he wanted a "round" shaped animation.

 

 

EDIT: actually that can contribute to my method I see what you were getting at.

yeah not sure about the corners but a timer set to go off every 500ms (you'll have to play with it) can make the form fade in and resize quite nicely. I assume you are using visual basic?

                     ¸„»°'´¸„»°'´ Vorticalbox `'°«„¸`'°«„¸
`'°«„¸¸„»°'´¸„»°'´`'°«„¸Scientia Potentia est  ¸„»°'´`'°«„¸`'°«„¸¸„»°'´

Link to comment
https://linustechtips.com/topic/617988-vb-form-opening/#findComment-7978900
Share on other sites

Link to post
Share on other sites

11 minutes ago, vorticalbox said:

yeah not sure about the corners but a timer set to go off every 500ms (you'll have to play with it) can make the form fade in and resize quite nicely. I assume you are using visual basic?

I've done fades in and out countess times, that's the easy part :P 500ms will make it look laggy, 100ms at max.

Its in the title, the guy wants it in VB.

I've moved on to C# for a while now but remember some stuff.

Link to comment
https://linustechtips.com/topic/617988-vb-form-opening/#findComment-7978945
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×