My fist Visual Basic program, opinions please. -
milanosie - 10.10.2012
Sup sup,
I started experimenting with Visual Basic yesterday for a school project, and I made a lil program. It's not done yet though.
Please keep in mind that this is the first time ever that I'm working with Visual Basic, so don't be too harsh
[ame]http://www.youtube.com/watch?v=_sqE3e3nISI[/ame]
Re: My fist Visual Basic program, opinions please. - Glint - 10.10.2012
It's pretty nice if it's your first one keep going.
Re: My fist Visual Basic program, opinions please. -
Niko_boy - 10.10.2012
oh this is preety good starting for first proggramme keep going
Re: My fist Visual Basic program, opinions please. -
Sinner - 10.10.2012
Very nice for a first program
My first vB program was crap compared to this
Re: My fist Visual Basic program, opinions please. -
Michael@Belgium - 10.10.2012
My first project was a calculator
If i see this, and it's your first project then it's not bad, but not good either. Keep practicing
Re: My fist Visual Basic program, opinions please. -
milanosie - 10.10.2012
danke schun
Re: My fist Visual Basic program, opinions please. -
Vince - 10.10.2012
I'd rather disable or block the other tabs if the name isn't filled in. Not exactly sure if that's possible in VB, but I'd still make sure somehow that they can't leave the initial screen.
Re: My fist Visual Basic program, opinions please. -
milanosie - 10.10.2012
Quote:
Originally Posted by Vince
I'd rather disable or block the other tabs if the name isn't filled in. Not exactly sure if that's possible in VB, but I'd still make sure somehow that they can't leave the initial screen.
|
If I knew how :/
Re: My fist Visual Basic program, opinions please. -
Smithy - 10.10.2012
Quote:
Originally Posted by milanosie
If I knew how :/
|
Just use enabled: true or false.
btnHere.enabled = true/false
Re: My fist Visual Basic program, opinions please. -
TzAkS. - 10.10.2012
That`s nice,keep going.
My first program it wos TextDraw creator but i did it fast and just for fun..then Dialog Creator.
Quote:
Originally Posted by Vince
I'd rather disable or block the other tabs if the name isn't filled in. Not exactly sure if that's possible in VB, but I'd still make sure somehow that they can't leave the initial screen.
|
It is posible,check dialog creator.