Questions tagged [visual-studio-express]

Microsoft Visual Studio Express is a set of freeware integrated development environments (IDE) developed by Microsoft that are lightweight versions of the Microsoft Visual Studio product line.

Visual Studio Express 2010 consists of the following separate products:

And Visual Studio Express 2012 consists of the following sepearate products:

589 questions
-3
votes
1 answer

Visual C# Random number between 2 values error

I'm trying to generate random number between 2 inputs: nWait_ValueChanged and toWait_ValueChanged. What is happening, that I get error message: The name 'toWait' does not exist in the current context. I'm pretty new with C#, so maybe somebody could…
-3
votes
1 answer

Check a webpage every hour in C#

I am wanting to code a script that checks a webpage every hour. I have been looking at other questions on SO, and everyone is talking about using: static System.Windows.Forms.Timer t; Can someone please help me? I haven't done much coding in C# in…
Kevdog777
  • 908
  • 7
  • 20
  • 43
-4
votes
1 answer

Can Visual Studio Express can be used for Commericial purposes?

Can Visual Studio Express be used for commercial purposes if you are not intending to sell the product? Instead I intend to use Visual Studio Express to develop in house tools to boost employee performance.
AJY
  • 188
  • 2
  • 12
-4
votes
2 answers

How to create C# program with completely custom user interface?

Some years ago I tried programming in C# and at the time it seemed to offer a flexible way to construct user interfaces. For instance there was an editor for creating UIs. I just downloaded Visual Studio Express 2013 and it seems to have completely…
1 2 3
39
40