私はで作業しています。Windows 10 IOTコアオペレーティングシステムのラズベリーパイ3です。ビジュアルスタジオ2015を使用することで、ユニバーサルウィンドウアプリケーションを開発しています。ビジュアルスタジオ2015でリモートサーバーを使用して、ラズベリーパイ3でUWPを実行することができます。しかし、私はラズベリーパイのwinformsアプリケーションを実行したいです。 ??Raspberry pi 3 with windows 10 IOTコアオペレーティングシステムはwinformsをサポートしていますか?
答えて
WinFormsはWindows 10 IOTではサポートされていません。 Universal Windows Platform(UWP)用のアプリケーションを作成する必要があります。
EDIT:以下の私のコメントからは、あなたがあなたのリサイズをもたらすことができるか、WPFは、デスクトップ・ブリッジを使用してWindows 10にアプリ - https://msdn.microsoft.com/en-gb/windows/uwp/porting/desktop-to-uwp-root#start-the-conversion-process
。しかしもう一つの疑問。 Windows 10 IOTでwinformsを実行するためのクロスプラットフォームアプリケーションはありますか? – PRABA
Windows IOT上でWinFormsアプリケーションを実行する方法がないと思います。しかし、古典的なWindowsアプリケーションをUWPに移植する方法があります。このドキュメントは、次のURLから入手できます:https://msdn.microsoft.com/en-gb/windows/uwp/porting/desktop-to-uwp-root#start変換プロセス –
ベストオプションは、C#/ XAMLまたはVB/XAMLプロジェクトにアプリケーションを書き換えることです。私は認めなければならない、それは多くの仕事であり、あなたはこれらの新しいタイプのアプリケーションを学ぶのに時間を費やすだろう。
多くの良い文書hereが私のために働いてくれています。
- 1. Windows IoT Raspberry Pi GPIO with VB.net
- 2. windows iot raspberry piバーチャルシリアル
- 3. Windows 10 IoTコアBluetooth for Raspberry Pi3のサポート
- 4. Windows IoT Raspberry Pi 3 c#録音オーディオ
- 5. Windows 10でVisual Basic 6プログラムを使用できますかIOT - Raspberry pi 3?
- 6. Windows 10からネットワーク共有にアクセスするIoT for Raspberry Pi
- 7. Win10 IOTはRaspberry Pi3タッチスクリーンをサポートしていますか?
- 8. Windows IoTをRaspberry Pi 3にダウンロードする方法
- 9. Windows IoTとRaspberry Pi 3のAsp .Net Core RC2
- 10. Windows 10 IoT core + rasperry pi +カメラセンサー?
- 11. Windows IoT Raspberry Pi 3 c#.txtファイルを作成
- 12. Windows IoT Raspberry Pi 3 C#リストボックスのオーディオを選択&再生
- 13. Raspberry Pi 3のWindows 10 IoT UWP C#アプリケーションをBluetoothヘッドセットに接続することはできますか?
- 14. Windows IoT Raspberry Pi 3 c#別のページでのオーディオ再生
- 15. .net Windows 10 iot(Raspberry PI3 - ARM)のコアインストール
- 16. Theano with Raspberry Pi
- 17. Raspberry Pi 3のBluetooth内蔵Windows IoT - アダプタが見つかりません
- 18. Windows IOTコアでRaspberry PiからCPU温度を取得
- 19. Windows IoT - Mongodb - Raspberry
- 20. Raspberry PiとWindows 10 IoT CoreでのRMBとLMBの同時検出
- 21. シリアルストップビット数を2に設定するWindows 10 iot with RPi3 UART
- 22. Raspberry pi 3 B +
- 23. Control Raspberry PiまたはArduinoリモートサーバー(IoT)を使用してリモートで
- 24. RFID RC522ラズベリーPI 2 Windows IOT
- 25. のWindows 10のIoTラズベリー3
- 26. Raspberry Pi 3 not responding
- 27. Git on Raspberry Pi 3
- 28. Windows 10搭載のRaspberry Pi 3にGPIOコントローラがありません
- 29. OpenCvとPython on Raspberry Pi 3
- 30. Raspberry Pi VoIP with usb phone
[こちら](http://stackoverflow.com/questions/35629483/%C4%B0s-it-possible-that-windows-form-application-create-app-package)は、参照できる回答です。感謝@ jamescroft92 –