Textbox lost its background
Hi Something get wrong with a textbox background in my uwp project . Till yesterday my app works fine and today i made so change : i replace the base grid with a relative panel but when i run the app the textbox has lost the …
Analytics api 'Get app installs' returns more days than range startDate endDate
Why https://manage.devcenter.microsoft.com/v1.0/my/analytics/installs returns always one additional day more when specified is date range startDate and endDate? It always returns additional data for day: endDate+1
how to I add spaces, spacing in between the numbers in xaml
![7752-how-to-i-add-spaces-spacing-in-between-the-numbers.jpg][1] [1]: /api/attachments/7752-how-to-i-add-spaces-spacing-in-between-the-numbers.jpg?platform=QnA how to I add spaces, spacing in between the numbers in xaml
Azure AD B2C - Why Continue Button is not working when I add Display Control in password reset?
I followed the sample in the documentation to integrate custom email through DisplayControl on the password reset flow. In TechnicalProfile LocalAccountWritePasswordUsingObjectId I added: <DisplayClaims> <DisplayClaim…
how to i add remove move to different places the - simble grey downwards line
![7841-how-to-i-add-remove-move-to-different-places-the-s.jpg][1] [1]: /api/attachments/7841-how-to-i-add-remove-move-to-different-places-the-s.jpg?platform=QnA how to i add remove move to different places the - simble grey downwards line
how to i add remove move to different places the - grey downwards lines
![7821-how-to-i-add-remove-move-to-different-places-the-g.jpg][1] [1]: /api/attachments/7821-how-to-i-add-remove-move-to-different-places-the-g.jpg?platform=QnA how to i add remove move to different places the - grey downwards lines
how to i add remove move to different places the yellow rectangle boxes in xaml
![7811-how-to-i-add-remove-move-to-different-places-the-y.jpg][1] [1]: /api/attachments/7811-how-to-i-add-remove-move-to-different-places-the-y.jpg?platform=QnA how to i add remove move to different places the yellow rectangle boxes in xaml
Where is my work profile accomplishments at microsoft
All my work at AWS and GOOGLE completed, active and functional, disapeared when I signed in to Azure using my Microsoft work profile. Where is it? Can i get a look at it? Will I ever be acknowledged for the accomplishments of my work, or recognized for…
Best practices for splitting UWP XAML code into multiples files
I have been developing an XAML app for a while now, but I feel like my xaml files were too big so I started splitting them into multiple files. My strategy was to use the UserControl subclasses and create multiple controls that I would use inside other…
Azure Sphere IoT Sample connection to IoT Central Application not Working
Hi, I followed all the guide in the Microsoft Learn and in the .txt file in the sample folder to connect my Sphere application to my IoT Central app. Everything was working fine, but when i run the 'ShowIoTCentralConfig' program, to retrieve the…
Dynamic Group Question - How can I remove a user from a dynamic group on specified date and time?
Hi, I have created a dynamic group, and setup my dynamic membership rule so that my user gets added to the group. But, I want to put something in there that removes them from the group at a certain date and time. Is this possible? So what I…
How to autoscale to available reserved instances instead of failing
I have a S1 tier web app in the UK South region with a custom autoscale out rule that increases the instance count by 5 which failed because the available reserved instances was 3. Is there a way to scale to the number of available reserved instances…
Could not sign-in to organization sign-in page
when I user the web page in chrome in Linux, i can sign-in in the organization page. When I use the native app in Linux, I can't sign-in with timeout (when redirecting to Taking you to your organization's sign-in page). I am using Ubuntu 18.04 and…
Windows::UI::ViewManagement::ApplicationView::Title doesn't work when only the case is different
Create a blank uwp project (language independent, this example is c++/cx). Edit MainPage.xaml.cpp. MainPage::MainPage() { InitializeComponent(); auto const btn1 = ref new Button(); btn1->Content = L"AAA";…
How do i get back a listbox item after a window closes in C# WPF
I have 1 Listbox it takes items from TextBox, when an item is added to the listbox and the application is closed, upon opening the application the item added to the listbox will still be present. Use case: User opens application. User adds item…
BizTalk Server 2016 Developer - Azure deploy
Hello, To deploay BizTalk Server 2016 Developer image available in Azure and configure it, is there any account or license needed? I have read that the users should have a Visual Studio Subscription (formerly MSDN) to download and install the server…
Findwindow in UWP
I need to set the foreground window in UWP In VB I used: Declare Auto Function FindWindow Lib "USER32.DLL" (ByVal lpClassName As String, ByVal lpWindowName As String) As IntPtr Declare Auto Function SetForegroundWindow Lib…
Is there a native way to attach a webcam to a Virtual Desktop
Does anyone know if it is possible to attach a webcam to the virtual desktop so that I can take video calls from the VDI itself. I found a couple of 3rd party solutions but was hoping there was a native way to support this. I also found some solutions…
MS Edge Version 81.0.416.64 How to accept an self-signed certificate
Using an Synology NAS with DNS server local domain example.ns Creating an self-signed certificate example.ns and export this certifcate Open MCC and import - Trusted Root Certification Authorities - Certifates - example.ns - was succesfull. …
Samesite cookie patch still not rolled out on Azure App Service
According to this, the samesite cookie patch should have been rolled out months ago. My Azure App Service is still running v87.0.7.74 which is less than the version being talked about in the article. How/when is my instance going to get updated because…