Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Visual Basic (http://www.programmingforums.org/forum18.html)
-   -   Vb6 (http://www.programmingforums.org/showthread.php?t=10404)

demon101 Jun 17th, 2006 6:27 PM

Vb6
 
i am just starting and i am wanting to do windows programing so if anyone could send me in the right path that would help :)

Toro Jun 17th, 2006 8:33 PM

why are you going with VB6? Why not just do C# and download the free Visual C# Express Edition. C# is A LOT more powerful.

nemesis Jun 18th, 2006 7:49 AM

Keep well away from VB6, its got some really anoying bugs in it. Its also got limited object oriented capabilities. You would be better of downloading the Express Edition of VB.net 2005 and get a good book on it.

v0id Jun 18th, 2006 8:10 AM

Go for C!
But if you'll have it a bit easier, go for - like Toro said, C#.

Kiro Jun 18th, 2006 4:55 PM

As far as I know this is a visual basic part of the forums, so why push him onto another language? either help him with what he needs or just hush.
Here are some links for you my friend:

www.msdn.com (a lot of ressources)
www.vbtutor.net
www.pscode.com
www.tutorialized.com/tutorials/Visual-Basic/1
www.freeprogrammingresources.com/vbtutor.html

Good luck! ;)

hush Jun 18th, 2006 5:02 PM

Quote:

Originally Posted by Kiro
or just hush.

that's me.

i do vb.net 2005.

i'm excited by the potential of the .net framework.

.NET

hush

demon101 Jun 19th, 2006 5:45 AM

i am stuck here.

i have a name and say it is jimmy

well i am trying to do a loop where it takes jimmy and does this to it



jimmy_1
jimmy_2
jimmy_3
jimmy_4

and i am using this file to get the name Text1.Text.

crawforddavid2006 Jun 19th, 2006 6:43 AM

:

dim i as integer

i = 1
for(i < 5)
    TextBox.text = "jimmy_" + i
next i

I think that is how to do it. I might be a little off though its been a while since i've done VB

Toro Jun 19th, 2006 7:11 AM

Quote:

Originally Posted by Kiro
As far as I know this is a visual basic part of the forums, so why push him onto another language? either help him with what he needs or just hush.
Here are some links for you my friend:

www.msdn.com (a lot of ressources)
www.vbtutor.net
www.pscode.com
www.tutorialized.com/tutorials/Visual-Basic/1
www.freeprogrammingresources.com/vbtutor.html

Good luck! ;)

b/c Visual Basic 6 sucks! C# is a lot better and more powerful. I am saving him time by not letting him learn VB6!

big_k105 Jun 19th, 2006 3:04 PM

There is no reason to be bashing vb6 if the Original poster wants help with vb6 then he probably has his reasons. If you don't like the language you don't have to help in here, The forum that this thread is posted in is the vb forum, and thats what he asked for help in. Thanks


All times are GMT -5. The time now is 8:07 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC