Visual Studio Express 2015 for windows 10 does't have visual basic form template - vb.net

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!

Visual Studio Express 2015 for Windows targets the Universal Windows Platform, not WinForms. For WinForms you'll need Visual Studio Express 2015 for Desktop or Visual Studio 2015 Community Edition.
If you meet it's licensing requirements I'd recommend the Community Edition.
See: https://www.visualstudio.com/en-us/products/visual-studio-express-vs.aspx

Related

visual studio 2015 office 2007

my job is to maintain a word-addin, created many years ago, developed by many young programmers like me ;) the addin works fine and there are only a few and easy changes to do from time to time, so my task is to bring the development environment up to date.
The addin was handed over to me as an visual basic project with Visual Studio 2005(in XP-Mode) and a .dot-file
Now I wanted to use Visual Studio 2015, but when I tried to migrate the project there is an error which says the word-version i'm using is not supported by VS2015 and tells me to use Office 2010 minimum. The problem is, my company just uses Office(Word) 2007.
So how can i get VS2015 to migrate the project properly and to use word 2007? Or do I have to use 2010? I read 2010-addins can be used in 2007 and via versa, so this should not be the problem.
Following software is installed:
Microsoft .NET Framework 2.0 SP2
Microsoft .NET Framework 3.0 SP2
Microsoft .NET Framework 3.5 SP1
Microsoft .NET Framework 4/4.5/4.5.1/4.5.2/4.6
Microsoft Office Developer Tools for Visual Studio 2015
Microsoft Visual Studio 2010 Tools for Office Runtime
Visual Studio 2005 Tools for Office Second Edition Runtime
Visual Studio 2015 Community
Microsoft Office Word 2007
thanks for help :) and please excuse my bad english
The short answer is that you cannot use Visual Studio 2015 to open the original project, but you can recreate the code in a new project that will still work with Office 2007:
https://msdn.microsoft.com/en-us/library/bb772080.aspx

Firefox in Visual Studio 2012 Webbrowser

I am looking for Mozilla ActiveX Control for Visual Studio 2012 Webbrowser;
All VB.Net/Visual Studio forums lead to the same website which is: http://www.iol.ie/~locka/mozilla/control.htm
However, this might work for older VB.Net versions but it is not working for me in Visual Studio 2012;
Is there an equivalent version of Mozilla ActiveX Control for Visual Studio 2012 Webbrowser?
You have to use 3rd party tools for doing this :
Check this link : http://thebot.net/threads/vb-net-how-to-make-a-firefox-webbrowser.142359/

How to enable Visual Basic support for XNA game studio?

I did read that with the latest version of XNA Game Studio Visual Basic support was added. I downloaded XNA Game Studio 4.0 Refresh and installed it. Source: http://www.microsoft.com/en-us/download/details.aspx?id=27599. But it only added the XNA Visual Studio templates to Visual C# 2010 Express and not to Visual Basic 2010 Express. Both IDEs are up to date (SP1). How can I enable XNA support for Visual Basic also?
Thanks for your help

Migrate existing VS 2010 web project to VS 2012

I have an existing Visual Studio 2010 web project that I want to migrate to Visual Studio 2012. Can anybody suggest steps on how to do it?
Just open your solution with VS2012, it's compatible: http://msdn.microsoft.com/en-us/library/vstudio/hh266747.aspx

Does VS 2010 Pro have VB 2010? Will VB 6 run in Windows 7 XP-compatibility mode?

I have Visual Basic 6 Pro sp6, and I am wondering does Visual Studio 2010 Pro
have the Visual Basic 2010. It seems that I encounter Visual C only when I
look at this online.
Another question. Will the Visual Basic 6 IDE run in Windows 7-Win XP mode?
Yes, all paid editions of Visual Studio 2010 support all mainstream .NET languages (Namely C# and VB.NET). Note though that VB.NET in Visual Studio 2002 onwards is significantly different from Visual Basic 6.