Blackberry Development in Visual Studio - visual-studio

I am looking into developing a small app to run on a blackberry which will send a few commands to a windows app. I installed the plugin for Visual Studio development IDE. Where can I find information on blackberry development in visual studio?

See this Article in CodeProject: BlackBerry Java Application Development Using Visual Studio. Also, in BlackBerry Website there is a good videos for Developing BB apps with Visual Studio.

Related

Can not see "Windows Forms App (.NET)" Template in Visual Studio

Some Details
I do not use WinForms as much but I needed it for some work. I have got new computer some months ago > I installed Visual Studio > I have not worked with WinForms till then.
Problem
I can not find "Windows Forms App (.NET)" Template in Visual Studio ( Images at End ). But I can see "Windows Forms App (.NET Framework)" Template.
Images
Visual Studio Workloads: .NET desktop development, Desktop development with C++, Universal Windows Platform development, Game Development with Unity.
Templates I Can See:
You should be able to install .NET desktop development package in VS19.
Steps
Press create new project
Search for .NET desktop development (seen in picture A)
If it is not visible press the Install more tools and features link under Not finding what you're looking for (see picture B).
Search for the package and select it
Press the Modify button in the Visual Studio Installer

Can I open a Xamarin project developed in MAC on Xamarin Studio in Windows?

I have a Xamarin project developed in iOS MAC. I want to continue the development of the same project on Xamarin Studio but on Windows. Is this possible?
Yes you can, keep in mind that when you're downloading Xamarin at windows it always force you to download a visual studio with Xamarin being a plugin (now they're introducing visual studio for Mac too!). if you're insisting to use Xamarin studio on windows go on to your account on Xamarin rather than using the default download button, and see all the version that can be downloaded. Xamarin studio for windows should still be there
You can open an Android project in Xamarin Studio on OSX or Windows. An iOS app will not open in Xamarin Studio on Windows; it has to be opened in Visual Studio. On Windows, Visual Studio should be used over Xamarin Studio.

Can't create a project with Xamarin on Visual Studio

I'm having a problem with running the ios .cspoj file, when i want to start new project for iOS devices I get error that i have to install Xamarin. I have installed Xamarin program and still says that i need to install Xamarin for start ios project. I don't know what to do so i hope you guys can help me fix the problem.
Here is image of the problem
You said that you installed the "Xamarin program", but what exactly did you install? I cannot tell from your screenshot if you are using Visual Studio 2013 or Visual Studio 2015, but...
If you are using Visual Studio 2013, you will need to use the Xamarin Universal Installer(Just input your information and the file will be available to download).
If you are using Visual Studio 2015, then you can install Xamarin directly from within the Visual Studio 2015 installer window. Using Microsoft's guide from here you can:
...open Control Panel > Programs and Features, choose the Visual Studio 2015 item, and click Change. When the installer opens, click Modify
Check the following boxes:
Cross-Platform Mobile Development > C#/.NET (Xamarin)
For Windows 8+: Cross-Platform Mobile Development > Microsoft Visual Studio Emulator for Android
(Optional) If you plan on targeting Windows devices, also check Windows and Web Development > Universal Windows App Development Tools and/or Windows 8.1 and Windows Phone 8.0/8.1 Tools
Click the Install button
Once installation is complete... check for Xamarin updates through Tools > Options > Xamarin or Tools > Options > Xamarin > Other, where you’ll find a Check Now

MobileFirst 7.1 - Build hybrid app for Windows Phone 8.1

I developed an hybrid app for Windows Phone with MobileFirst v7.1 but I don't know what is the procedure to compile the app to be installed on smartphone. I only know that Visual Studio is necessary, but searching in the web I didn't found any specific guide or documentation for achieve this task.
You build your app in MobileFirst Studio as you build any other MobileFirst-based app
This generates a native project, in this case for Visual Studio.
You then need to open this project in Visual Studio, and from there on you follow standard Visual Studio guidelines (for this, search Microsoft's website for Windows Phone developers).

Does Visual Studio 2010 support Windows Metro style applications?

Does Visual Studio 2010 support Windows Metro style applications?
I am going to build a Microsoft WP7 application. I have Visual Studio 2010 and I have installed SDK7.1. I am not getting Metro style as an option so what do I have to do?
You will need to get the Visual Studio 11 Dev Preview to start working on Metro apps. The Express version can be downloaded in the Windows 8 Dev Preview.
If you want to build a Windows Phone application, you can use Visual Studio 2010. If you want to build a Windows 8 Metro application, you need the Windows 8 and Visual Studio 11 developer previews as #Kenneth-Funk mentioned.
You can't convert your WP7 app to Win 8 Metro. You have to rewrite since you're moving from Silverlight to WinRT development.

Resources