Results 1 to 9 of 9
  1. #1
    ienforcethings's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Combat Arms Hacks
    Posts
    390
    Reputation
    9
    Thanks
    33
    My Mood
    Blah

    [Help] Help with VB.[Solved]

    Just started VB at my school's IT program..If anyone knows of a free download for both Visual Studio 2008 professional and Visual Studio 2010 professional that would be excellent.

    Also how do I get the application out from the debug file in the Visual Studio file and into the computer?

  2. #2
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by ienforcethings View Post
    Just started VB at my school's IT program..If anyone knows of a free download for both Visual Studio 2008 professional and Visual Studio 2010 professional that would be excellent.

    Also how do I get the application out from the debug file in the Visual Studio file and into the computer?
    Any reason that they have to be Professional? Why not just plain old Express, it's free from Microsoft's site. As for getting the .exe. Build your solution, then take a peep in your Visual Studio 2008 (or whatever version you're using) folder, open the "Projects" folder then open your project's folder. After that go to "PROJECTNAME\bin\debug" and there's your .exe

    Here's an example
    Code:
    C:\Users\Jason_2\Documents\Visual Studio 2010\Projects\iTunesMover\iTunesMover\bin\Debug
    Last edited by Jason; 09-29-2010 at 09:00 AM.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  3. The Following User Says Thank You to Jason For This Useful Post:

    ienforcethings (09-29-2010)

  4. #3
    ienforcethings's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Combat Arms Hacks
    Posts
    390
    Reputation
    9
    Thanks
    33
    My Mood
    Blah
    Quote Originally Posted by J-Deezy View Post


    Any reason that they have to be Professional? Why not just plain old Express, it's free from Microsoft's site. As for getting the .exe. Build your solution, then take a peep in your Visual Studio 2008 (or whatever version you're using) folder, open the "Projects" folder then open your project's folder. After that go to "PROJECTNAME\bin\debug" and there's your .exe

    Here's an example
    Code:
    C:\Users\Jason_2\Documents\Visual Studio 2010\Projects\iTunesMover\iTunesMover\bin\Debug
    Oh becuase that's what our teacher is making us get, he put it up on MSDN Liscenses for the school, if you know what that is, but MSDN is being a bitch and won't let me download..

    And thats really it for the .exe? I've been doing that all along and thought that it was wrong lol.

  5. #4
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by ienforcethings View Post
    Oh becuase that's what our teacher is making us get, he put it up on MSDN Liscenses for the school, if you know what that is, but MSDN is being a bitch and won't let me download..

    And thats really it for the .exe? I've been doing that all along and thought that it was wrong lol.
    Well for starters the download isn't on MSDN, it's on the main Microsoft site. One simple search and ther you go:

    https://www.microsof*****m/visualstudi...s/professional

    download and enjoy. Easy.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  6. #5
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    For God's sake don't install visual studio / basic .net 2010. It sucks to the extreme !! Too many bugs !! I switched back to VS 2008 professional !!

  7. The Following User Says Thank You to Hassan For This Useful Post:

    Blubb1337 (09-29-2010)

  8. #6
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by Xscapism View Post
    For God's sake don't install visual studio / basic .net 2010. It sucks to the extreme !! Too many bugs !! I switched back to VS 2008 professional !!
    Oops linked 2010 by mistake, yeah go with 2008. NET Framework 4.0.0 will annoy the living shit out of you, I guarantee it.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  9. #7
    ienforcethings's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Combat Arms Hacks
    Posts
    390
    Reputation
    9
    Thanks
    33
    My Mood
    Blah
    Oh yah we're using 2008 anyway, and nvm got the download from: MSDN Academic Alliance Home Page <--Thats the site I was talking about.

  10. #8
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by ienforcethings View Post
    Oh yah we're using 2008 anyway, and nvm got the download from: MSDN Academic Alliance Home Page <--Thats the site I was talking about.
    oh lol, school group...lame.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  11. #9
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired
    Solved?

    Looks so.

Similar Threads

  1. NEED HELP WITH XFIRE!!!![SOLVED]
    By NeOxx in forum CrossFire Help
    Replies: 6
    Last Post: 08-18-2010, 01:25 PM
  2. i need help with hotkeys...[SOLVED]
    By NeOxx in forum CrossFire Help
    Replies: 3
    Last Post: 08-18-2010, 03:27 AM
  3. [help] with getelementsbyname[Solved]
    By trevor206 in forum Visual Basic Programming
    Replies: 9
    Last Post: 08-03-2010, 08:32 AM
  4. need help with playspan[SOLVED]
    By boome in forum CrossFire Help
    Replies: 8
    Last Post: 07-29-2010, 09:00 AM
  5. [Help]Proxy With WebBrowser[Solved]
    By ppl2pass in forum Visual Basic Programming
    Replies: 1
    Last Post: 03-07-2010, 11:03 PM