TideSDK application get all applications from OS - tidesdk

Is it possible to use tideSDK to check what applications are running in the Operative System?
Thank you

You'd have to write a native app that does that, which you can then call from within TideSDK. You might want to look into using MonoDevelop for that, since you could hit Windows and OSX with the same application.

Related

Is Windows-10-Qt-quick-QML code cross-compatible with IOS

If I am developing an application using Qt quick QML on windows 10, can I deploy my project and test it on an ios device? I have read this post Developing iOS app on Windows but it seems to be somewhat in conflict with what I have read. The chosen answer in that question says that you need a macOS to develop IOS applications. Qt's documentation and other posts have said that you can port applications onto various platforms with the same code "Code once, deploy everywhere". So will I be able to actively test my qt quick QML code on an ios device from a Windows 10 development platform?
No, you can't. You need either macOS computer or virtual machine with this system.

Must I have a Mac OS platform even if I develop my app with PhoneGap?

I had a Web Application written on Visual Studio (C#) and I want to create mobile applications for iOS and Android.
Do I have to get a Mac OS platform (e.g. a MacBook) to develop an iOS application?
Yes. To be able to publish your ios app to the appstore, you do need a machine with a Mac OS.
In order to develop for iOS, you need to use Xcode, which is a Mac-exclusive piece of software. So unless you emulate a Mac environment on windows, you need to get a mac. PhoneGap is simply an API for the iOS platform (a great one, too!), and it would be in addition to the built-in iOS frameworks. From what I can tell from your question, you are simply asking about how to develop on iOS. It's a great process, and there are plenty of great books to get you started with iOS.
However, to answer your question, yes. In order to develop for iOS, you need a Mac environment.

How can I deploy SQLite in WinRT devices with an ARM CPU?

I'm developing a C# Window8 / WinRT app and I'm using SQLite-NET with the sqlite3.dll linked at the bottom of the documentation at
https://github.com/praeclarum/sqlite-net
My project works fine on my computer, but since sqlite is a non-managed DLL, I wonder what's going to happen when I deploy my app to the app store and someone with an ARM cpu tries to run it. Is it going work? If not, how can I make it work?
Thanks,
Adrian
No, it's not going to work. You cannot choose a neutral architecture (Any CPU) when there is a C++ component involved. You will have to compile your SQLite DLL into ARM in order for you to have an ARM version. If you have a native component, you will submit multiple versions for the Store and the customer will download the correct version for their architecture.
Good blog post on Windows on the ARM architecture.
The only thing I know is that Microsoft is working with guys from SQLLite and is now officially supported

Run portable app with autoit--compiled

Hi i want to know how to make a portable app to run in an autoit gui. what commands/functions to use so when i compile the gui script and the portable app i want the portable app runs in the gui. an example would be great.
thanks
The exe file you create with Autoit can be copied to any win32 system and you will be able to run. If that's what you meant under portable that's the answer.
You can't make android app or anything alike with autoit it is not java it is not cros splatform it is a windows automation tool moreover a programming language in itself but for windows systems only

Activating the in built web camera on a laptop in .NET

I want to activate the built-in web camera on a laptop for my application using .NET.
Is there any method that I can get this done in visual studio 2010?
The article here shows how you might do so using DirectShow and .NET
But ...
DirectShow on Windows Server 2008 (& R2) is fraught with problems so you might want to consider a different solution if this is the target OS
Touchless SDK (http://touchless.codeplex.com/releases/view/17986) contains a generic DLL for accessing webcams. Some of the cams, like the Toughbook, require accessing their own API. The Toughbook also has a downloadable SDK for their camera.
Are you talking about ASP.NET application? The answer is no unless you use some sort of activeX to be installed on the client browser.

Resources