lubuntu 16 lts auto-login not possible in linux teams
is this a teams issue or a linux one? Any ideas how to do it? the username (email) is remembered but the pass isn't. no option in seahorse to save and autocomplete a pass either
2 ADFS Farms 1 SQL Server
I'm currently planning on rebuilding my ADFS farm from scratch and point it to a new domain (sts.example2.com) My current ADFS Farm (sts.example1.com) uses SQL server for the configuration and artifact databases. The configuration database will not…
C# .NET Core WPF Listbox items outside grid cell.
Hi, I want to have a listbox which contains two items a Checkbox and a WebBrowser control. I have the listbox appearing in the center cell on my WPF Window. However if there are more then one item then it exceeds the cell and drops to the cell…
Is Domain need to be verified for creating sharepoint multitenant oauth app
I created one OAuth app for SharePoint authentication, It is working for me but other users from other tenant are unable to authorize using this app. so Is domain need to be verified to allow authorize of multi-tenant
[MSDN Redirect]Requirements for Azure AD SAML SSO logins, EMS licenses
We want to authenticate to an external web portal with SSO, Azure AD based SAML seems logical. We have an "Azure AD Premium P1" subscription. But do we also need EMS licenses for all the users or is it enough to have the Premium P1 subscription…
After deploying my Web App on Linux and browsing to the site I get To import Sass files, you first need to install node-sass.
When I deploy my React App which was created using Create-React-App to Azure Web App on Linux I get the following when I browse to the website? To import Sass files, you first need to install node-sass. When I run this locally everything is fine…
Azure AD user cannot authenticate in windows 10
I created azure AD user then I joined that user to one of my laptops then after joining it should authenticate if I install any software or change setting. but it won't authenticate and act as an administrator user.
Azure Cost Management and Cloudyn
Just want to know if there is any update on to when the features of Cloudyn will be incorporated into ACM. I am having a tough time justifying using 3rd party tools like CloudHealth and UnifyCloud based on the possible features that Cloudyn will bring to…
How Do I input Carousel onto a sidebar?
I have a sidebar that I was helped with, I Want to add a website carousel of open tabs? Example: https://help.syncfusion.com/uwp/carousel/getting-started here is a screenshot of the sidebar: I also provided the code below: …
Custom control does not receives the tab focus
I have custom control, which is templated like below Blockquote <DockPanel> <local:CustomControl1> <ToggleButton></ToggleButton> </local:CustomControl1> </DockPanel Blockquote Problem: When i press tab key…
PublicClientApplication it's an ambiguous reference.
'PublicClientApplication' is an ambiguous reference between 'Microsoft.Identity.Client.PublicClientApplication' and 'Microsoft.Graph.PublicClientApplication' private readonly PublicClientApplication _identityClientApp; public…
how to remve listview items gap
hi i'm trying to create report page (something like image2) and i'm trying to use ListView which allows me easily add/remove table rows and also allows to use table rows as custom control. the problem is listview items alway separated…
Access database behind Azure firewall from Logic App in Consumption Plan
Hi there, I am designing a solution which would require to execute database query on a vendor database which is behind azure firewall. There would probably be IP white-listing enabled on the firewall. The database would be in a different azure…
[UWP] Is there no UWP WebView API for printing formatted content?
Microsoft wants us to build apps for the Microsoft Store, and provides lot of great tools to do so. That being said, why is such an obvious use case still ignored? Other major app platforms have an API available, and Edge browser does have a print…
ItemControl background for child control
In my WPF application, I have added ItemControl and I set the background color in it. How do I set the parent background color only for child control without showing any background color in the parent? I have added a sample code and screen here. …
Adding a new tab in tabview with webview?
I added the code for the add tab but I'm getting errors I tried for a couple of days to correct the errors. I need some assistance. I posted the code below with a screenshot of code here of the new tab button. private void AddTab_Click(object…
How to persist a websocket connection using ControlChannelTrigger in the background?
Hello, I followed https://learn.microsoft.com/en-us/windows/uwp/networking/network-communications-in-the-background#controlchanneltrigger-with-websockets and create an out-of-process background task using ControlChannelTrigger with MessageWebSocket. …
Drag & Drop For Elements Underneath A Border
I have a Border with Background="#50FFFFFF". As you will notice, the A component (the opacity) of the color is less than 255, making the Border partially see-through. I use this Border to lighten the appearance of several elements underneath it…
WPF UserControl and inheritance (how to?)
Hello I want create create my own class UserControl and add here all DependencyProperties (for separation and reuse) and then inherit this UserControl in U.C. with Xaml. for example: public class c_knob : UserControl // this control doesn't have xaml { …
Regarding audio channelcount XBOX C# UWP
Hi All, Is it possible to get audio channelcount in format like 5.1, 5.1.2, 7.1.4 etc. Please help any solution available. Working on UWP c# XBOX app. Thanks