Free Copy Of Visual Studio.net Pro - STUDENTS ONLY

Pages: 1, 2
free web hosting

Read Latest Entries..: (Post #11) by Matt1eD on Apr 22 2005, 07:36 PM. (Line Breaks Removed)
If one could then it would be easy. See my hexus post on it.http://forums.hexus.net/showthread.php?t=43441I'm sorry, but it is not as hard as everybody is making out. I coped fine with just looking at the site
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Free Web Hosting, No Ads > CONTRIBUTE > Computers > Programming Languages > VB Programming

Free Copy Of Visual Studio.net Pro - STUDENTS ONLY

Matt1eD
Visit THE SPOKE for your free copy of Visual Studio.NET.

Reply

canute24
I don't know where do you get that exactly? Can you give me instructions on that? And another thing is do they actually deliver it or just take our address. Usually free stuff don't reach at all. sad.gif

Reply

Matt1eD
It's a download. Register (but don't enter unless you want to) for the imagine cup. Then after approval go into the Spoke Premium section.

Reply

bjrn
QUOTE
Premium Membership is available to students only. Upon completing Premium registration, you will be asked to submit proof of student status via fax or email. Once we verify that you are a student, you will pay a onetime Premium Membership fee of just $25 (US). Your Premium Membership will last as long as you are a student.

How is this free?

Reply

odomike
I dont even know how to go about ordering for the free Visual Studio.Net. or am i supposed to download it? And from where?

Reply

Matt1eD
The Imagine Cup is run by MS. As it says (or said) on their website, membership is free. My friend got it after emailing the spoke, they will then make your membership free. It was for me despite what they say on their website. And it worked for a friend (another trap17 user).

I repeat it is a download.

Reply

Matt1eD
Use this.

http://imagine.thespoke.net/registration/

I know the site is badly designed, it took me some time to navigate it - but they apparently are updating it (or were meant to be about a month ago!).

Reply

bjrn
I understand how to register. After you register you're just a "normal" member, being a normal member is free. But to download Visual studio you need to be a premium member (according to you), and being a premium member isn't free.

So how does it work?

Reply

Matt1eD
QUOTE(bjrn @ Mar 15 2005, 11:13 PM)
I understand how to register. After you register you're just a "normal" member, being a normal member is free. But to download Visual studio you need to be a premium member (according to you), and being a premium member isn't free.

So how does it work?
*



From what I remember, register as a normal member (I think you use your .NET passport for that). Then go to premium spoke and signup for imagine cup. Spoke premium should then be free - my friend (I think his username in melkonianarg -site paidway.co.uk) had this trouble to - and so emailed them.

Reply

canute24
QUOTE(Matt1eD @ Mar 16 2005, 02:28 AM)
Use this.

http://imagine.thespoke.net/registration/

I know the site is badly designed, it took me some time to navigate it
*



You can say that again. I searched for a while and got fed up so I asked for a like here. laugh.gif

Reply

Latest Entries

Matt1eD
If one could then it would be easy. See my hexus post on it.

http://forums.hexus.net/showthread.php?t=43441

I'm sorry, but it is not as hard as everybody is making out. I coped fine with just looking at the site blink.gif

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Pages: 1, 2
Similar Topics

Keywords : visual studio net pro students

  1. [tutorial] Visual Basic 6 Minimize To Tray - Minimize to Tray (6)
    This example will "minimize" your program to the system tray when you click on a button, and restore
    it when you click the system tray icon. For this example you'll need: 1 Form - Form1 1 button -
    Command1 Add a Module to your project, and ad this code: CODE ' Create an Icon in System
    Tray Needs Public Type NOTIFYICONDATA cbSize As Long hwnd As Long uId As Long uFlags As Long
    uCallBackMessage As Long hIcon As Long szTip As String * 64 End Type Public Const NIM_ADD = &H0
    Public Const NIM_MODIFY = &H1 Public Const NIM_DELETE = &H2 Public Const WM_MOUSEMOVE ...
  2. Visual Basic 6.0 Help Needed - Adding lines to a textbox without delete (15)
    I need help with Visual Basic 6.0 and adding lines to a textbox without deleting any previous
    lines.. I've gotten as far as finding a way to add the lines, but it deletes the prevous entree.
    Help is appreciated!...
  3. Mysql In Visual Basic - Mysql in visual basic (5)
  4. Beginning Visual Basic - (4)
    CAn anyone give me a guide on VB? I've decided to learn it and I need something to work with....
    thanks ...
  5. My Guidewriter - Simple Visual Basic program to aid in making guides (3)
    I wrote this about 3 months ago for a different forum (Runescape Forums, one I'm currently a
    G-Mod of. ) and I figured I'd share it with you. All it is, is a text editor with built in
    buttons and menus for adding BBCodes. For example, if you wanted to make something bold, you type
    what you want, highlight it, find bold in the text menu and click it. The nicest thing is, you
    can save, and you don't have to worry about a forum failing after taking hours to write a guide.
    I highly suggest you try it if you write guides often, the members on RsForums really lo...
  6. [tutorial] Visual Basic 6 Downloading Images From A Webpage - Downloading Images from a webpage (2)
    Here's how to grab an image off the internet easily. You'll need an Inet on your form to do
    this. You can always get rid of your string variables and substitute the actual strings: Code:
    CODE Dim localFile As String Dim remoteFile As String Dim fNum As Long Dim b() As Byte
    remoteFile = "http://www.site.com/image.jpg" localFile = "C:\image.jpg"
          fNum = FreeFile b() = Inet1.OpenURL(remoteFile, icByteArray) Open
    localFile For Binary As #fNum Put #fNum, , b() Close #fNum MsgBox "Done...
  7. Some Visual Basic 6.0 Uncompleted Projects - (2)
    hi friends, i have some good complete and incomplete projects in visual basic 6.0. and now i
    want to sale them for some credit points. 100 credit points only...
  8. Visual Basic 6 - (5)
    Well currently I have the working model edition for Visual Basic 6.0 which won't allow me to
    make .exe files. I was looking into buying the Learning Edition but I can't find it cheap or in
    stock anywhere. I want to try and find it for under $100 used or new. If anyone has it, and
    would like to make the .exe file for me if I send you the files that would be great, or if anyone
    could help me find it for cheap....
  9. Visual Basic And Internet Transmission - is it possible to encrypt a http request? (2)
    I've used VB before which is why im asking this in the VB forum and not any other forum because
    i know with any other language other than PHP i have no chance so i dont actually know if this is
    possible with VB WHat i want to do is change a HTTP request that is sent to a server so that a web
    filter cannot understand it and block the request. Before anyone says that i shouldnt do that its
    hacking etc...its not...im only doing it to see if it can be done. if i wanted to get around a
    filter i wouldnt bother making my own tool I'd use someone else (skript kiddy-ish ...
  10. Visual Basic Express Edition Beta - How does it work? (2)
    Hey, I'm using (sorta) Visual Basic Express Edition Beta 2 (long name, eh?), but I can't
    find any good tutorials on it; all of them are for visual basic.net... Is this the same thing? I
    don't think so, and if I'm right, where can I go to get help for it?...
  11. [tutorial] Visual Basic 6 Removing List Duplicates - Removing List Duplicates (2)
    Removing duplicates from lists is something that you'll have to put up with if you're, say,
    parsing names off Outwar. Many delete-duplicate for...next loops are very slow, especially when you
    have thousands of names to loop through several thousand times for each name on the list. This
    function that I made is, in my opinion, the best and quickest way to do it without too many annoying
    and slow for loops (good for lists 1k +). It compares lstA to lstB. Anything that is in both lists
    is added to lstC. To change it so that anything that isn't in both lists is ...



Looking for copy, visual, studio, net, pro, students

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for copy, visual, studio, net, pro, students

*MORE FROM TRAP17.COM*
advertisement



Free Copy Of Visual Studio.net Pro - STUDENTS ONLY



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE