How to use flash player (axshockwaveflash) in dotnet compact framwork 3.5?
I can add axshockwaveflash to the reference but i don't have UI for that.
ShockwaveFlashObjects.ShockwaveFlash flash = new ShockwaveFlashObjects.ShockwaveFlash();
flash.LoadMovie(0, "sample.swf");
Add COM and ActiveX support in .NET Compact Framework using odyssey software CFCOM:
See the Microsoft Develop Network Instructions to do this.
Related
I am trying to linearize a pdf document for displaying in PDFTron WebViwer.To achive this i am using client side angular and backed .Net core WebApi.
I need to linearize pdf document in .NetCore Web api using pdftron pdfnet sdk, but the problem is i ma not getting any supported dll for .NetCore 2.2 frame work.
Please let me know the correct sdk which support my api.
Please let me know the correct sdk which support my api.
Below are the .NET Core SDK builds you are looking for.
Windows 32bit
Windows 64bit
Linux 32bit
Linux 64bit
Once you downloaded the SDK, run one of the .NET Core samples by extracting the package, going to a sample, such as Samples/AddImageTest/CS and then dotnet run
https://www.pdftron.com/documentation/dotnetcore/get-started/integration/windows
I can't find an answer to this question:
Is Windows.Devices.PointOfService API and the POS for .NET v1.14 SDK the same thing? Both contain LineDisplay.
What is the relationship between the two?
TIA
Harry
The POS for .NET v1.14 SDK is for developing .NET application. It cannot be used in UWP app programming. The document POS for .NET v1.14.1 SDK Documentation also has mentioned this point.
POS for .NET does not provide any support for the Windows Runtime (WinRT) API.
If you're developing UWP app, you need to use Windows.Devices.PointOfService Namespace APIs.
Microsoft announced .NET Core 3 comes with WPF and Windows Forms. So can I create a desktop application for Linux or Mac using .NET Core 3?
No, they have clearly stated that these are windows only. In one of the .NET Core 3.0 discussions, they have also clarified that they do not intend to make these features cross-platform in the future since the whole concept is derived from windows specific features. They talked about thinking of a whole new idea for cross-platform applications, which is not easy.
Source: https://youtu.be/HNLZQeu05BY
Update
The newly announced .NET 5 now aims in avoiding all this confusion by no longer calling it ".NET Core".
Update 2
With blazor client-side (releases on may, 2020), there is a new experimental project for cross-platform apps using webview that is in the works.
Source:
https://blog.stevensanderson.com/2019/11/01/exploring-lighter-alternatives-to-electron-for-hosting-a-blazor-desktop-app/
No with WPF or Winforms. But you still can develop desktop apps on Linux, with .NET Core, using other libs like GtkSharp or Avalonia
Well, the name itself says Windows Presentation Foundation. So it's primarily windows based.
But it is worth to be noted that the new UI framework, .NET MAUI that will be shipped with .NET 6 is cross-platform, with a single-codebase, single-project structure.
Currently in Preview at the time of writing, to be shipped in November 2021. Here's the roadmap.
Although it is not native dotnet core on linux, but it may be helpful - using wine.
I find a very useful comment in the discussion here, more details here
In other words, it is possible to use windows version of dotnet core under wine.
I didn't try it yet, but from the article I mentioned I can say it looks nice and might be an option.
I've read online and watched some videos concerning ML.NET and the usage of it. All the videos and documentation that I've read online were on ASP.NET Core. I was wondering if it was possible to use the ML.NET on MVC5 (Since that's what we've been taught in class and have to use for our project)
If it is compatible are there any links or suggestions on how to go about it?
ML.NET requires .NET Core in version 2.1 (or newer) or .NET Framework version 4.6.1 (or newer):
First, ensure you have installed .NET Core 2.1 or later. ML.NET also works on the .NET Framework 4.6.1 or later, but 4.7.2 or later is recommended.
Source: GitHub page for ML.NET
As long as your app is running on one of those .NET implementations, you should be good to go. Regardless of the app type (ASP.NET, Winforms, ...).
You can find samples here.
Are there any UI Components for Windows CE 6.0, other than the ones supplied by the Compact Framework and Visual Studio? I am developing applications with C# and the Compact Framework that need some visual design and the VS controls and components are not sufficient to me.
Thx your answers.
See this similar question: Round buttons for Windows Mobile. It should be relevant for Windows CE 6 as well. The example is in native code, but you can use SDF 1.4 source code to convert it to C#. I guess you can use the technique shown to create more controls of your own.
I also found this article about creating custom controls for Windows Mobile that might suite Windows CE as well as it is based on the compact framework, but I have not read this through nor tested it.
What components exactly are you looking for?
Windows CE6 R3 now supports Silverlight, so you can do some pretty cool things, although i think it's a little more complicated than typical Silverlight.
http://www.microsoft.com/windowsembedded/en-us/products/windowsce/silverlightforwe.mspx