Could not connect my webapp in Filezilla in Azure Free Trail Subscription
Yesterday I've registered in azure as a free trial subscription. Then i have created a web app "https://rammesarandemo.azurewebsites.net/". The problem is that i could not able to access my web app through Filezilla. I could not able to see…
Delegated permission - Send email with Microsoft Graph
Hi I use application permissions to obtain a valid token to send a email with Microsoft Graph. I followed the link: https://stackoverflow.com/questions/50483154/access-token-for-microsoft-graph-api-is-immediately-expired. But, i want to use…
Integration of Azure Active directory Domain controller with Oracle cloud Infra
I have below use-case - Currently in my OCI infra one of the region datacenter is using RW AD domain controllers which further going to connect customer tenancies through VPNs and each customer tenancy have their RO ADDC, now that datacenter is…
WPF label not updating value on the UI
Hi All, I am currently working on a C# WPF application. The UI contains a tree view with checkboxes. I need a label on the UI to update the number of checked checkboxes. However, even though i get the value and try to update the UI, the 'Property…
Azure SignalR Service/Azure WebApp (NodeJS) Integration
I have a NodeJS application that is hosted in an Azure WebApp. I am interested in integrating Azure SignalR Service with this WebApp. I am wondering if it is possible to do so? All the documentation/samples I have seen talk about integrating Azure…
(C#) Show message before Shutdown when DVD is burning.
Hi I want to create a APP to Show message before Shutdown when DVD is burning. The situation is: 1, I use a third party APP to burn DVD. 2, I create a APP that can Shutdown OS and before Shutdown, I should check burn process is running or not.…
Side panel for open tabs for beginners
How do I in UWP create a sidebar or side panel to view open web tabs? I've been watching tutorial videos and researching Microsoft Learn I already have a tab for it as a place holder labeled as a TabViewItem. I am a beginner for UWP, I know more about…
Azure B2C link signup&signin policy with password reset policy
Hello Experts, I would to like to link up the signup&signin policy with password reset policy. I have Signup&signin policy that is working fine. I have changed the page layout to custom. Also I have password reset policy, applied the…
Windows10 1909 Upgrade - An App Default Was Reset
My org is using WIn10 Pro (volume license) build 1809. We want to upgrade to 1909. We use PDQ Deploy to download the install.wim and run this command to install: start /wait c:\UpgradeInstall\1903\setup.exe /auto upgrade /Compat IgnoreWarning…
Unsolved problem with 'NoteViewer' in XML。
Dear sir, I managed to create a sample mentioned here with WPF App and Blank App (Universal Windows) http://musicengravingcontrols.com/en-US/Articles/Display?id=2 However, if I use Universal Windows Application, I get a problem here. Error Lists say…
Deploying Node.js Web App
Im trying to deploy a hello world node.js web app. Tried it using both Visual Code Editor, building express app from scratch, and also using Visual Studio, using the Node.js app template. Both run fine locally, and appear to deploy to Azure fine. But…
First Learn Android ?
I would really love to learn how to Master android Linux and making "hacking" scripts to root for excample. It is the future of Mobiles :D THX i would love some good ideas and no i wanna make my own 1 click rooter ! Have a nice day
Cant enable admin account due to drive being full, stuck in guest account with no provileges
I cant enable my admin account. When i try enabling admin account, it says successful but on top of WRE command line, it says "Not enough memory resources available to process this command". Yet when i write down "net user administrator…
[uwp] audio graph with 2 media files, the second starts later
Hi, I'd like to create an audio graph to play on the default sound card. It has 2 media (.mp3) files. The first one has 2 minutes, while the second one has 10 seconds. I want to play the first media for 25 seconds, then play the second media along…
Apakah ini Benar Shortcut Keyboard Windows 10?
Saya menemukan informasi terkait beberapa shortcut keyboard Windows 10. Apakah ini bekerja dengan benar?
How do I code Enter Key down?
Im creating a web browser UWP, I have the text box but the key down code I'm using seems not to work. I'm providing the code. enter code here private void TextBox_KeyDown(object sender, Windows.UI.Xaml.Input.KeyRoutedEventArgs e) { …
Widow Update won't install.
I can't install the following update, 2020-04 Cumulative Update for Windows 10 Version 1903 for x64-based Systems (KB4549951). Is it necessary to update it? if not how can stop it from bothering me or my pc?
WPF Listview touch issue on window 10: "an event of another datatemplate is triggered while it may not happen"
This a MSDN question asked by Free_development, the source is WPF Listview touch issue on window 10: "an event of another datatemplate is triggered while it may not happen" Before we start:- (links will be provided later) Detailed…
Surface Go keyboard won't work in Gimp or Clip Art Studio?
The keyboard won't appear on these and I have reset imputs on them and also checked my keyboard settings and yet nothing seems to make the keybaord appear. I don't want to buy the keyboard just to use my go instead I want the built in keyboard to work. I…
Using height property set to auto
Hi My grid height is set to auto and i would like to set the stackpanel height to 80% grid height Thanks