Joe Walls Posted March 13, 2009 Report Posted March 13, 2009 I know this is so simple but I figured it out by myself and it's my very first app. It calculates the area of a triangle, just tell that base and height. http://sites.google.com/site/joewallsuploa...?attredirects=0 That's the only way I knew how to save it as an application so tell me if I can do it differently!
Korupt Data Posted March 13, 2009 Report Posted March 13, 2009 Did you just use a source? or did you write it by yourself?
Joe Walls Posted March 13, 2009 Author Report Posted March 13, 2009 Did you just use a source? or did you write it by yourself? Wrote it all on my own. I found out VB language isn't that hard for simple stuff like calculators! If I wanted to I could have made a real calculator where you can add, subtract, multiply, or divide.
iKhaosmaster Posted March 13, 2009 Report Posted March 13, 2009 You didn't make that. You used a source. Also the GUI is horrible. kthxbai
Joe Walls Posted March 13, 2009 Author Report Posted March 13, 2009 You didn't make that. You used a source. Also the GUI is horrible. kthxbai WTF? No I made it on my own and i know the GUI is bad I didn't put much time into it like I should have.
Random1225 Posted March 13, 2009 Report Posted March 13, 2009 Why didn't you just build it? If you look at the top bar in VB 08 there's thing that says "Build". Click that and it'll show one for building and publishing. Chose build then go to your documents or wherever you saved the project and find your program. Then go farther into the folder till you find "bin" then go from there to "release" and the .exe (you need all the other stuff in the release folder for it to work) is in there.
yungbol Posted March 14, 2009 Report Posted March 14, 2009 Nawuh, all you need is the .exe. You don't need the .pdb or whatever it is... Exceptions for .ddls and ect.
Random1225 Posted March 14, 2009 Report Posted March 14, 2009 Nawuh, all you need is the .exe. You don't need the .pdb or whatever it is... Exceptions for .ddls and ect.Well ya that's what I meant. K thanks for the tips, guys.no problem B)
Joe Walls Posted March 14, 2009 Author Report Posted March 14, 2009 Since I suck would anyone be willing to be my VB8 teacher?
yungbol Posted March 15, 2009 Report Posted March 15, 2009 If you were c# I would be your mentor lol... I don't do VB though... If anyone needs help with c# let me know.
Joe Walls Posted March 16, 2009 Author Report Posted March 16, 2009 If you were c# I would be your mentor lol... I don't do VB though... If anyone needs help with c# let me know. In C# do you still get to design the GUI? Stupid question, I know, but I just want to make sure
Random1225 Posted March 16, 2009 Report Posted March 16, 2009 Yes you do. It's in C++ that I think you don't.
Joe Walls Posted March 17, 2009 Author Report Posted March 17, 2009 Yes you do. It's in C++ that I think you don't. Oh in that case I will consider C#
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now