how to identify my skype status from my desktop wpf application - skype

Im building a WPF application which shows customized reminder in installed desktops, here i needs to verify my skype (skype for business) status in c# wpf code, if the skype status is in "Do not disturb" i will not show any reminder.
Can anyone help me out

Related

How to use Skype Web SDK with Skype (not Skype for Business)

How to use Skype Web SDK with Skype? The documentation says:
The Skype Developer Platform for Web ("Skype Web SDK") is a set of JavaScript Web APIs and HTML controls that enable you to build web experiences that seamlessly integrate a wide variety of real-time collaboration models leveraging Skype for Business services and the larger Skype network. It provides support for multiple core collaboration services like presence, chat, audio, and video, enabling web experiences across a broad spectrum of users, platforms, and devices.
but the sample login code doesn't work. I have no log entry in the browser console. Skype LoginState is SigningIn.
I want to integrate Skype video chat in an ASP.NET web site.
Any help is appreciated.

Microsoft Active Accessibility and UI Automation

Thank you in advance for your possible returns.
My problem is: I use an authentication tool that normally uses the Windows Accessibility API (Microsoft Active Accessibility and UI Automation) to detect open windows (applications) on a workstation, which allows the tool to initiate an authentication request. Basically the tool is based on the API, retrieves all open windows (applications), checks the access rights to the application, then starts or not an authentication request.
However on some computers the detection is not effective, my question is the following: are there ways to check the status of Windows accessibility (UI Automation & Microsoft Active Accessibility) on a computer? Basically it will allow me to make sure that the post in question has no concern for Windows accessibility (or not)
So is there a way to write a program that will check the status of Windows accessibility?
Thanks again for your feedback

Add Platform in Application Registration Portal

I am trying to register a mobile app to the Application Registration Portal but whenever I click the App Platform I get the option of 1. Web 2. Native Application 3. Web API. But I do not see the option for mobile app.
But when I try the native app, two platforms are added. one for Web and the other for Native Application. Why the platform for Web is added.
I am very new to this development.
Because of this whenever I am running the Xamarin.Forms app on iPhone simulator, I am getting the message that "Safari cannot open the page because the address is invalid".
Native application is for both the PC's application and the mobile application.
When you choose native application, web application is added because you may need to use a web server as a back-end service for your native app.
I don't think this issue related to your problem with iPhone and Safari.

how to implement Converse.js An XMPP chat client for asp.net 4.0 web site

i just found one nice article about online chatting application with converse.js i read it's documentation and i like it. how ever i just have doubt it is there this chat facility can supported with asp.net 4.0 web site. Here i just want to know about in details is it supported with .net application.
here it's tells XMPP Chat server. Is there any additional cost for purchase it. After that how i setup this server for chat facility. here it's gives advice for identity i have to manually register user with it and i can use with my own web site.
Is there any one have idea how i implement this to my web site. Step By Step
Please help me..
Since you mentioned Asp.net so I am assuming you are talking about windows platform. I am using Openfire for XMPP messaging since last 5-6 years now and it is very easy to use and stable XMPP server. You can install it on your server and then configure Converse.js and XAMPP in conjunction with it to get web client chat feature. I referred this link to configure XAMPP along with Openfire: https://community.igniterealtime.org/docs/DOC-2954
Basic steps:
1. Install Openfire
2. Install XAMPP and configure as given in above link
3. Configure Converse.js in Asp.net application

Web application into web app

I have the following requirement and I couldn't figure out a way to achieve it.
I have a mobile friendly web application developed using ASP.NET MVC. It works fine as a normal web application. Now my client wants it to be more like a native application (like the Facebook app for mobile, where you can download and install it and still opens in a browser window when you run the executable file.More importantly, all the fixes and updates are reflected in the application without having to re-install it.)
Can someone guide me through this?
As you said he wants to run application like website in browser. it sounds like that he just wants some sort of Shortcut for website.
Then you just create an application and fire your event to run site URL in browser.
as you said
all the fixes and updates are reflected in the application without
having to re-install it.
means this is just a site.
in other case use Phone gap (http://phonegap.com/) it matches your requirements and uses HTML for styling and almost all features of an typical site.
PhoneGap Support to Different Mobile Plateform (Claimed by PhoneGap)
http://docs.phonegap.com/en/edge/guide_support_index.md.html#Platform%20Support
The Native application need to be developed in separate platforms. Like Android, IOS, Nokia, BlackBerry, Windows Phone etc., If the Application requires all the platform apps.
In our concern we have developed few apps same as your requirement. When user wants to view in PC they can view entire web with responsive design. Same will work, if customer access from mobile with in mobile view. Entire application will work accordingly for PC, TAB and MOBILE with responsive design.
If you go for Native then the platform apps need to be developed and inside app they will use to call your site url with in WebView. Like PC Browser calls URL.
So, when ever you made any changes the changes will be reflected in your app also. without reinstalling the app. Since webview is calling only your URL. For this internet is must.
You can make these kind of Apps with setups and designs through Online itself. Just give your URL with that.
Link Here : Apps Bar
Link Here : App Makr
Google It : Google

Resources