-1

I am trying to download sample from here for using date,time picker and when I'm trying to convert It gives me a lot of compilation issues as seen below using this converter which I have used it till now and worked well when compared with developerusion and telerik converters to name a few.

As this converter just gives me 51 errors while others are increasing the count of errors by 10 :(

So can anyone provide me the sample for VB.Net or guide me to the one which can convert this sample to VB.

Screenshot:

enter image description here

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

无法从屏幕截图中读取任何内容,但SharpDevelop擅长在 VB.NET 和 C# 之间进行转换,您可以尝试一下。请注意,当您在 VB.NET 中编码时,能够阅读 C# 绝对是一个优势。语法没有那么不同,你应该能够理解它......

于 2013-08-29T18:27:10.857 回答
0

这是相同的 VB.NET 版本,但它较旧,即适用于 Windows 8

日期和时间格式示例 (Windows 8)

于 2013-08-29T18:32:09.380 回答