-1

日付、時刻ピッカーを使用するためにここからサンプルをダウンロードしようとしています。変換しようとすると、以下に示すように、このコンバーターを使用して多くのコンパイルの問題が発生します。いくつか例を挙げると、テレリックコンバーターがあります。

このコンバーターは私に51個のエラーを与えるだけなので、他の人はエラーの数を10増やしています:(

誰でも私に VB.Net のサンプルを提供したり、このサンプルを VB に変換できるものに案内したりできます。

スクリーンショット:

ここに画像の説明を入力

4

3 に答える 3

1

For the errors you are getting which start with "'Is' operator...", just change "Is" to "=" and "IsNot" to "<>".

The source of the bad conversion is that the converter is not a Windows Store App and does not load the .winmd files that are referenced. We are still trying to sort this out (how do you make a product that will still run on the 37% of machines which still use Windows XP, yet also be able to load Windows Store App dlls).

于 2013-08-30T18:06:16.820 に答える
0

これは同じVB.NETバージョンですが、Windows 8用の古いものです

日付と時刻の書式設定のサンプル (Windows 8)

于 2013-08-29T18:32:09.380 に答える
0

スクリーンショットから何かを読み取ることは不可能ですが、SharpDevelopは VB.NET と C# の間の変換に優れているため、試してみることができます。VB.NET でコーディングする場合も、C# を読めることは間違いなく有利です。構文はそれほど変わらないので、理解できるはずです...

于 2013-08-29T18:27:10.857 に答える