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
-1
votes
1 answer

Visual Studio Express 2015 for windows 10 does't have visual basic form template

I can't find that, is there a problem? Please I can't find it not even in the C# or C++ or javascript, please HELP!
Rex109
  • 3
  • 3
-1
votes
1 answer

My libraries are not recognized in visual studio Express 2015

I am doing a c++ assignment and I am using visual studio express. In my header.h file I have the following libraries: #include #include #include #include #include #include
Beslinda N.
  • 4,808
  • 5
  • 27
  • 33
-1
votes
1 answer

Visual Studio 2013 for Windows Express Edition connect with svn

how can I connect with svn server in Visual Studio 2013 for Windows Express Edition. I've tried install tortoiseSVN and ankhSVN, but I read Visual Studio 2013 for Windows Express Edition doesn't support plugins.
mskuratowski
  • 4,014
  • 15
  • 58
  • 109
-1
votes
1 answer

Opening macros IDE in Visual Studio without Alt + F11?

There must be another way to do it without using the shortcut key Alt + F11 which for me rebuilds the project for some reason.
mattboy
  • 2,870
  • 5
  • 26
  • 40
-1
votes
1 answer

Winform application "has stopped working" on launch. Only on other computers

This is my first application I have ever released. I built it with Visual Studio Express in c# using winform application. I'm fairly new to this and I can't manage to find an answer to my problem. When I try to open (launch) my application on…
-1
votes
2 answers

Run .EXE From HTML And JS?

I made an project in Visual Studio Express using C#, i compilled it into an .exe, it run normally. is there any way to run my app from HTML, i'm making an website for me. EDIT: i think is better to make an download and user install the app. thanks…
xNecr00x
  • 29
  • 3
-1
votes
1 answer

C# parsing integer from text box correctly

I am learning C# (in Visual Studio Express 2013 for Windows Desktop) by converting a simple Windows Form application I previously wrote in Visual Basic. The following code sends a text box entry and two integers to a method that returns a boolean,…
Optical Race
  • 63
  • 1
  • 7
-1
votes
2 answers

How to write a SourceControl Add-in for VS Express edition

As you all know Visual Studio Express edition do not support Source Control Integration and Add in As it is obvious there is a feature which allows VS tointegrate with any kind of source control. So I'm using VS express for myself (in home, and for…
-1
votes
1 answer

Execution automatically quits when executing a program coded using visual studio in c++

The execution stops automatically, when I execute the program. I access this function multiplyImages. The code is as followed #include "rt_nonfinite.h" #include "multiplyImage.h" /* Function Declarations */ static double rt_roundd_snf(double…
user3652437
  • 201
  • 2
  • 8
-1
votes
1 answer

Radiobuttonlist not alignment issues

I've just started using Visual Studio 2012 Express WEB and am having a lot of issues with some of the controls I am creating in code-behind. For example, for my RadiobuttonList, the actual radio button sits inside this white text-box-like background…
-1
votes
1 answer

Is Visual Studio express less resource intensive than Visual Studio Pro?

I have VS 2010 at work, but at home I was thinking of just installing the express version since it might be less resource intensive?
Xaisoft
  • 45,655
  • 87
  • 279
  • 432
-2
votes
1 answer

Visual C# Express 2010 IDE crashes when loading a project

This problem started after the last failed run on my project. The IDE crashed and now when I reopen the C# project the error appears. Opening other projects is fine.
ARTHUR
  • 19
  • 1
  • 1
  • 4
-2
votes
1 answer

VS Express dosen't compile the code properly (?)

So I used to use Code::Blocks IDE, and like it a lot. Recently I switched to Visual Studio. I downloaded VS Express, it was 600mb and I can only use 1gb data per day, I don't have Wi-Fi, so I that was my only option.I inserted the same code that…
Xeno
  • 1
  • 3
-2
votes
1 answer

Configuring network access in C#?

I am creating a small windows forms application to allow me to type in a computer name or IP address, and then click various buttons that would call up a command window and perform various tasks such as pinging, nslookup, etc. The problem I am…
-3
votes
2 answers

Visual C++ 2008 Express, encapsulation of discrete GUI elements into separate files

I would like to make my own compenents using, and for, VC9 & Visual Studio 2008 Express. Currently my top level Form classes contain too much code for my liking, and I want to grow them. I can safely get as far as…
John
  • 6,433
  • 7
  • 47
  • 82
1 2 3
39
40