It is currently Thu Mar 28, 2024 4:35 am

All times are UTC - 5 hours



Forum rules


1.) No trolling. If you cant have fun without being a jerk to others, find some other forum to QQ
2.) No inappropriate/vulgar/sexually explicit posting. Staff reserves the right to deem anything they see fit as inappropriate.
3.) Have fun and don't post anything not geared at having fun!
4.) Please respect staff members and their decisions at all times. If you cannot accept a staff or moderator decision, please appeal to admin Seth.



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 10 posts ] 
Author Message
 Post subject: Microsoft Visual Basic ?
PostPosted: Mon Dec 15, 2014 11:04 am 
First Lieutenant
First Lieutenant
User avatar
 Profile

Joined: Mon Aug 01, 2011 7:18 am
Posts: 444
Location: Earth
Gender: male
is anybody a pro making programs with Microsoft Visual Basic ?

_________________
Image
Wins BD/BG: BoS,NCRa,DOGS,TWS,TK,RPDS,WILD,TRAP,DooM,FIRE]


Top
 

 Post subject: Re: Microsoft Visual Basic ?
PostPosted: Mon Dec 15, 2014 9:05 pm 
Senior Moderator
Senior Moderator
User avatar
 WWW  YIM  Profile

Joined: Thu Jun 30, 2011 2:48 am
Posts: 7996
Location: Fuyuki City
Gender: male
not a pro, but used to work on it

probably forgot a lot tho

_________________
Image


Top
 

 Post subject: Re: Microsoft Visual Basic ?
PostPosted: Tue Dec 16, 2014 10:37 am 
Site Admin
Site Admin
User avatar
 Profile

Joined: Wed Jun 03, 2009 6:41 am
Posts: 4629
Location: The Netherlands
Gender: male
A pro wouldn't step within a 30 meter radius of visual basic sourcecode :lol:

_________________
Best Regards,

Alexander
Product Manager
Battle Dawn

Skype: dreamerofdestruction


Top
 

 Post subject: Re: Microsoft Visual Basic ?
PostPosted: Tue Dec 16, 2014 10:32 pm 
First Lieutenant
First Lieutenant
User avatar
 Profile

Joined: Mon Aug 01, 2011 7:18 am
Posts: 444
Location: Earth
Gender: male
Alexanderkitty wrote:
A pro wouldn't step within a 30 meter radius of visual basic sourcecode :lol:


im not sure what you meant by that :lol:

anyways i am taking a class on this program and its difficult for me since i missed the first 3 weeks of the class.

but i figured out the problem with my code i will test it tommarow.

if i have any other problems ill let you guys know :)

_________________
Image
Wins BD/BG: BoS,NCRa,DOGS,TWS,TK,RPDS,WILD,TRAP,DooM,FIRE]


Top
 

 Post subject: Re: Microsoft Visual Basic ?
PostPosted: Thu Dec 18, 2014 9:13 am 
Site Admin
Site Admin
User avatar
 Profile

Joined: Wed Jun 03, 2009 6:41 am
Posts: 4629
Location: The Netherlands
Gender: male
spanish wrote:
Alexanderkitty wrote:
A pro wouldn't step within a 30 meter radius of visual basic sourcecode :lol:


im not sure what you meant by that :lol:

anyways i am taking a class on this program and its difficult for me since i missed the first 3 weeks of the class.

but i figured out the problem with my code i will test it tommarow.

if i have any other problems ill let you guys know :)


Take a different class, you found yourself one of few languages even less useful than ActionScript :D

_________________
Best Regards,

Alexander
Product Manager
Battle Dawn

Skype: dreamerofdestruction


Top
 

 Post subject: Re: Microsoft Visual Basic ?
PostPosted: Thu Dec 18, 2014 7:31 pm 
First Lieutenant
First Lieutenant
User avatar
 Profile

Joined: Mon Aug 01, 2011 7:18 am
Posts: 444
Location: Earth
Gender: male
XD too late im already almost half-way through the class xD

_________________
Image
Wins BD/BG: BoS,NCRa,DOGS,TWS,TK,RPDS,WILD,TRAP,DooM,FIRE]


Top
 

 Post subject: Re: Microsoft Visual Basic ?
PostPosted: Thu Dec 18, 2014 7:55 pm 
Lieutenant Major
Lieutenant Major
User avatar
 Profile

Joined: Mon Oct 15, 2012 4:08 pm
Posts: 1930
Location: England
Gender: male
Alexanderkitty wrote:
spanish wrote:
Alexanderkitty wrote:
A pro wouldn't step within a 30 meter radius of visual basic sourcecode :lol:


im not sure what you meant by that :lol:

anyways i am taking a class on this program and its difficult for me since i missed the first 3 weeks of the class.

but i figured out the problem with my code i will test it tommarow.

if i have any other problems ill let you guys know :)


Take a different class, you found yourself one of few languages even less useful than ActionScript :D


It's a starting program :) Good stepping stones to getting your head around the logic when it comes to programming to then move on to another program :D
At least that's what we're taught in the UK :3

_________________
ImageImageImage


Top
 

 Post subject: Re: Microsoft Visual Basic ?
PostPosted: Thu Dec 18, 2014 10:24 pm 
First Lieutenant
First Lieutenant
User avatar
 Profile

Joined: Mon Aug 01, 2011 7:18 am
Posts: 444
Location: Earth
Gender: male
The Class is fun and challenging just like BD ;)

_________________
Image
Wins BD/BG: BoS,NCRa,DOGS,TWS,TK,RPDS,WILD,TRAP,DooM,FIRE]


Top
 

 Post subject: Re: Microsoft Visual Basic ?
PostPosted: Fri Dec 19, 2014 12:05 pm 
Senior Moderator
Senior Moderator
User avatar
 WWW  YIM  Profile

Joined: Thu Jun 30, 2011 2:48 am
Posts: 7996
Location: Fuyuki City
Gender: male
at least it's not Pascal...

_________________
Image


Top
 

 Post subject: Re: Microsoft Visual Basic ?
PostPosted: Fri Dec 19, 2014 2:13 pm 
Site Admin
Site Admin
User avatar
 Profile

Joined: Wed Jun 03, 2009 6:41 am
Posts: 4629
Location: The Netherlands
Gender: male
Andy wrote:
Alexanderkitty wrote:
Alexanderkitty wrote:
A pro wouldn't step within a 30 meter radius of visual basic sourcecode :lol:

Take a different class, you found yourself one of few languages even less useful than ActionScript :D


It's a starting program :) Good stepping stones to getting your head around the logic when it comes to programming to then move on to another program :D
At least that's what we're taught in the UK :3


UK is silly :P I guess any language is a start, at least he is on a step to Nirvana, but Visual Basics big bro C# would make for a better start (as it both, teaches you the .net framework, and has the same amount of structural demand that Java has) or else one of the simpler languages and limit yourself to using the basics (if else, functions). VB isn't a great intro on OOP, general programming and doesn't teach you good practices.

You don't learn the logics of programming with a starter language. You learn it with C, or by using multiple languages until you start seeing that they're all merely abstracts of the same thing, providing you with different levels of convenience.

Visual Basic gets interesting when writing plugins, or when stuck with .net and for some reason not interested in C# or F#.

Interestingly, Pokemon-World-Online was written in VB, the source code is out there.

_________________
Best Regards,

Alexander
Product Manager
Battle Dawn

Skype: dreamerofdestruction


Top
 

Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 10 posts ] 

All times are UTC - 5 hours



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group  
Copyright Tacticsoft Ltd. 2008   
Updated By phpBBservice.nl