Visual Basic Final Project
- Dux_Tell31
- Midshipman
- Posts:100
- Joined:Thu Dec 06, 2012 12:22 pm
- Affiliation:Tellrim
- IGN:tell31
As some of you know, at my AOIT acadamy i'm talking "Programing 1" this class teaches the basics of programming in Microsoft's Visual Basic. Anyway I finished up my final project, and this is what I'm submitting.
Mediafire: Polyhedron.exe
Mediafire.com: Polyhedron Source Code
Mediafire: Polyhedron.exe
Mediafire.com: Polyhedron Source Code
"This is Minecraft, sir. We don't make physics, we ruin them." -Fr0stbyte124
"We are made of the elements out in space, in essense we are the universe discovering itself" -Neil Degrasse Tyson
"We are made of the elements out in space, in essense we are the universe discovering itself" -Neil Degrasse Tyson
- fr0stbyte124
- Developer
- Posts:727
- Joined:Fri Dec 07, 2012 3:39 am
- Affiliation:Aye-Aye
Re: Visual Basic Final Project
Your program failed to run on my home computer, so I took the liberty of fixing some of your project configurations.
Download
Changes:
*All system dlls will copy to the output directory on build, for portability. It was the visual basics power tools that crashed it on mine, but I set it to copy them all for good measure.
*Build platform is changed to "Any CPU" which will let the program execute in both 32-bit and 64-bit environments.
*Added an exception handler to the App initialization event to spit out debug info if the launch fails. Just in case.
I didn't touch any of the code that was already there, but I did find some issues.
*The word is spelled "coordinates".
*The X and Y component of the custom coordinates are inserted separately for some reason.
*Having added coordinates to the list and clicking [Default] will put the coordinate "Left:" field into the negatives.
*Why can't the user pick an arbitrary number of points for the custom polyhedron?
*Why is the shape drawing method tied to the [Display] button instead of directly to the Form Load event?
Download
Changes:
*All system dlls will copy to the output directory on build, for portability. It was the visual basics power tools that crashed it on mine, but I set it to copy them all for good measure.
*Build platform is changed to "Any CPU" which will let the program execute in both 32-bit and 64-bit environments.
*Added an exception handler to the App initialization event to spit out debug info if the launch fails. Just in case.
I didn't touch any of the code that was already there, but I did find some issues.
*The word is spelled "coordinates".
*The X and Y component of the custom coordinates are inserted separately for some reason.
*Having added coordinates to the list and clicking [Default] will put the coordinate "Left:" field into the negatives.
*Why can't the user pick an arbitrary number of points for the custom polyhedron?
*Why is the shape drawing method tied to the [Display] button instead of directly to the Form Load event?
-
- Lieutenant
- Posts:478
- Joined:Thu Dec 06, 2012 8:04 pm
- Affiliation:Voxel Co.
- IGN:Blockman42
- Location:Holocene
Re: Visual Basic Final Project
Lucky tell getting help from fr0st
- fr0stbyte124
- Developer
- Posts:727
- Joined:Fri Dec 07, 2012 3:39 am
- Affiliation:Aye-Aye
Re: Visual Basic Final Project
Well if you took some programming classes you might get help with your homework, too.
Unless you have a C++ linker error. F*** those things.
Unless you have a C++ linker error. F*** those things.
Re: Visual Basic Final Project
It's nice you reuploaded it but my download request is getting denied (403 Forbidden)
And hey I also want my project to be fixed ! ( *sends 80 MB of crappy programming skills* , yea I went a bit nuts with resources
)
And hey I also want my project to be fixed ! ( *sends 80 MB of crappy programming skills* , yea I went a bit nuts with resources

They're watching ... 
"I am forbidden tag" -CvN

"I am forbidden tag" -CvN
- fr0stbyte124
- Developer
- Posts:727
- Joined:Fri Dec 07, 2012 3:39 am
- Affiliation:Aye-Aye
Re: Visual Basic Final Project
Stupid Mediafire it is, then. I wonder if the new Megaupload is any good...
New Link
New Link
Re: Visual Basic Final Project
Well it complains that my 2010 visual studio express version is not supporting it (Couse yea that is what we work with cosue we are scrubs with no money
). Oh and the exes still don't work ...
EDIT: Weird I tried to open it now the project seems to work.
So the idea is to draw lines between given points ? Well I had no idea what co-ordinates to input and the results were quite chaotic
, it work anyway so good job.

EDIT: Weird I tried to open it now the project seems to work.
So the idea is to draw lines between given points ? Well I had no idea what co-ordinates to input and the results were quite chaotic

They're watching ... 
"I am forbidden tag" -CvN

"I am forbidden tag" -CvN
- fr0stbyte124
- Developer
- Posts:727
- Joined:Fri Dec 07, 2012 3:39 am
- Affiliation:Aye-Aye
Re: Visual Basic Final Project
VS Express sucks. Just pirate the full version like a normal person.
-
- Texture Artist
- Posts:1506
- Joined:Wed Dec 05, 2012 10:47 pm
- Affiliation:Novus Roma
- Location:Neither Here nor There
Re: Visual Basic Final Project
I'm sorry fr0st, I'm afraid I can't let you do that.
Re: Visual Basic Final Project
Well you can't cut his internet so there is not much you could do.
Also for you frost:

Aye Aye Captain !
Also for you frost:

Aye Aye Captain !
They're watching ... 
"I am forbidden tag" -CvN

"I am forbidden tag" -CvN
Re: Visual Basic Final Project
Aye see what you did thereIv121 wrote:Well you can't cut his internet so there is not much you could do.
Also for you frost:
Aye Aye Captain !Spoiler:
"The Sky is the Limit"

Commander Error wrote:"Titan" - Moves slightly quicker than a glacier, on a good day.
Prototype wrote:F-14s are just gay Tornados.
Catsonmeth wrote:Which meant every two weeks, Tuesday night was reserved for mainlining coffee and getting sensual with a keyboard
- Dux_Tell31
- Midshipman
- Posts:100
- Joined:Thu Dec 06, 2012 12:22 pm
- Affiliation:Tellrim
- IGN:tell31
Re: Visual Basic Final Project
Well, even considering all the stuff you found Fr0stbyte, (I didn't even know there was option for different Operating Systems) I got a 108 on this project, 5 extra points for complexity, and 3 extra points for dressing up. 

"This is Minecraft, sir. We don't make physics, we ruin them." -Fr0stbyte124
"We are made of the elements out in space, in essense we are the universe discovering itself" -Neil Degrasse Tyson
"We are made of the elements out in space, in essense we are the universe discovering itself" -Neil Degrasse Tyson