Jump to content

  •  

  • iBotModz CBox


    Photo

    MY FIRST VB8 PROGRAM!


    • Please log in to reply
    13 replies to this topic

    #1 Joe Walls

    Joe Walls

      Corporal Grade 2

    • Members+

    • 258 posts
    • Joined: 12-February 09
    • Location:United States (WA)

    Posted 13 March 2009 - 12:09 AM

    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....?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!

    #2 Korupt Data

    Korupt Data

      SoOoO KoRuPtAbLe

    • Retired Staff

    • 3,503 posts
    • Joined: 12-May 08
    • Gender:Male
    • Location:That file you downloaded

    Posted 13 March 2009 - 07:54 AM

    Did you just use a source? or did you write it by yourself?

    #3 Joe Walls

    Joe Walls

      Corporal Grade 2

    • Members+

    • 258 posts
    • Joined: 12-February 09
    • Location:United States (WA)

    Posted 13 March 2009 - 11:23 AM

    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.

    #4 iKhaosmaster

    iKhaosmaster

      Yawn

    • Members+

    • 1,346 posts
    • Joined: 29-April 08
    • Gender:Male

    Posted 13 March 2009 - 03:34 PM

    You didn't make that. You used a source. Also the GUI is horrible. kthxbai

    #5 Joe Walls

    Joe Walls

      Corporal Grade 2

    • Members+

    • 258 posts
    • Joined: 12-February 09
    • Location:United States (WA)

    Posted 13 March 2009 - 04:27 PM

    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.

    #6 Random1225

    Random1225

      Gunnery Sergeant Grade 2

    • VIP

    • 986 posts
    • Joined: 03-May 08
    • Gender:Male
    • Location:The Holy Empire of Britannia

    Posted 13 March 2009 - 05:51 PM

    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.

    #7 yungbol

    yungbol

      Firmware Expert

    • Global Mods

    • 1,461 posts
    • Joined: 09-April 08
    • Gender:Male
    • Location:Philly

    Posted 13 March 2009 - 09:16 PM

    Nawuh, all you need is the .exe. You don't need the .pdb or whatever it is...

    Exceptions for .ddls and ect.

    #8 Joe Walls

    Joe Walls

      Corporal Grade 2

    • Members+

    • 258 posts
    • Joined: 12-February 09
    • Location:United States (WA)

    Posted 13 March 2009 - 09:22 PM

    K thanks for the tips, guys.

    #9 Random1225

    Random1225

      Gunnery Sergeant Grade 2

    • VIP

    • 986 posts
    • Joined: 03-May 08
    • Gender:Male
    • Location:The Holy Empire of Britannia

    Posted 13 March 2009 - 10:24 PM

    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)

    #10 Joe Walls

    Joe Walls

      Corporal Grade 2

    • Members+

    • 258 posts
    • Joined: 12-February 09
    • Location:United States (WA)

    Posted 14 March 2009 - 10:47 AM

    Since I suck would anyone be willing to be my VB8 teacher?

    #11 yungbol

    yungbol

      Firmware Expert

    • Global Mods

    • 1,461 posts
    • Joined: 09-April 08
    • Gender:Male
    • Location:Philly

    Posted 14 March 2009 - 09:36 PM

    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.

    #12 Joe Walls

    Joe Walls

      Corporal Grade 2

    • Members+

    • 258 posts
    • Joined: 12-February 09
    • Location:United States (WA)

    Posted 15 March 2009 - 07:47 PM

    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

    #13 Random1225

    Random1225

      Gunnery Sergeant Grade 2

    • VIP

    • 986 posts
    • Joined: 03-May 08
    • Gender:Male
    • Location:The Holy Empire of Britannia

    Posted 15 March 2009 - 09:55 PM

    Yes you do. It's in C++ that I think you don't.

    #14 Joe Walls

    Joe Walls

      Corporal Grade 2

    • Members+

    • 258 posts
    • Joined: 12-February 09
    • Location:United States (WA)

    Posted 16 March 2009 - 06:51 PM

    Yes you do. It's in C++ that I think you don't.


    Oh in that case I will consider C#