Displaying the most recent of 181 posts written by

Stu

Visual Studio 2010 Professional Free to College Students.

vs2010_ultimate_web Microsoft’s Dream Spark is a great program for college students. I just happen to be back in school so I qualify. I am sure MS has no problem with an older college student who is interested in business intelligence and using their tools downloading VS2010. ;-)

So if you are a college student go check out DreamSpark.com and check out all the free tools you have at your finger tips.

Should mention that it is a 2.2 gig ISO download. I just up’d the speed of my UVerse line to 12meg down (from 6meg), so it shouldn’t be too long.

  • Share/Bookmark
  • Share/Bookmark

Twitter Weekly Updates for 2010-04-11

  • Just figured out how to enable and disable tabs in a Windows form. I am about 70% done with my first app. #
  • Hell froze over. There is an Apple product in my house. :-) Bought my wife an iPhone for her birthday. #
  • Got the additional ram in today and finished a bunch of code on my first VB.NET app. #
  • #MSDN Just figured out how to do multi-level IF statements in VB.NEt. It is easier than Excel, once you get it. MSDN is a great resource. #
  • The best iPad review… Still haven't stopped laughng. http://bit.ly/cQKl0w #
  • Share/Bookmark
  • Share/Bookmark

Twitter Weekly Updates for 2010-04-04

  • Just ordered 4 more gig of ram for my pc. I wonder if there will be a noticeable performance gain. #
  • Nice to see how many .NET languages there are (http://bit.ly/3wvAqc). I will have to check out the PHP versions that can run on .NET! #
  • Installed VS2010 Beta2. Pretty nice interface and it loads pretty quick. Not sure if I will switch yet, but I like what I see. #
  • #Axosoft offers a free 1 user version of their software. I'll see if it helps with bug tracking and project management. Works with VS &SVN. #
  • Share/Bookmark
  • Share/Bookmark

One of the Most Influential…

image One of the most influential men of the last 50 years died Thursday. His name was Dr. Henry Edward Roberts (1941-2010). Dr. Roberts was the man who put together a build-it-yourself computer kit. It was his computer kit that Bill Gates and Robert Allen (Microsoft Co-Founders) bought and made their first software work on.

Not many outside the computer world would know his name and frankly not that many in the industry either. Reading of his death made me think about how we influence others and that we are not really alone in our actions or inactions. This was something the parish priest touched on last week.

  • Share/Bookmark
  • Share/Bookmark

Populate a Combo Box from an Array

vb_logo1 I have been working on several basic projects in Visual Basic.NET since taking my class. All have a requirement for user information such as Name, Address, State, Phone Number, Zip Code, Email, ect… One of my forms requires a minimum of 3 places to put the State in. Since I want the state information to be a constant format I need combo boxes. I figured there had to be an easier way or .NET function for the lists of US states. Apparently there is not a simple .NET function for this, so I began searching for a way to make it easy to populate a combo box or other control from a premade list of states.

  • Share/Bookmark
  • Share/Bookmark