Open app from another app
Hi experts Working on 2 separate WinForms apps (.NET Framework 4.8 with VB) and going to msix bundle them to store. Once they both are installed how can I run one of them from within the other one? They are not associated with any file type, just need to…
Developer technologies | Windows Forms
Scrolling Issue on Tabbed Page in iOS When Adding Dynamic Labels
I am experiencing a scrolling issue on a tabbed page in iOS when dynamically adding labels. In most cases (approximately 8 out of 10 times), I am unable to scroll down after adding the labels. This issue occurs on both real and simulator devices. …
Developer technologies | .NET | .NET MAUI
color connverter
I have a converter public class SelectedAvatarMultiValueConverter : IMultiValueConverter { public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture) { if(values.Length == 2 && …
Developer technologies | .NET | .NET MAUI
Integrate CMDITabBar into MDI MFC app
I would like to use CMDITabBar (from WinMerge) into a MFC MDI test application. Here is the test app: https://1drv.ms/u/c/dedcb6ef190b8fd4/ESppBUOCT-hJog-OyL43QXsBooSUM0liWkY9PHAeQo1FBw?e=BeSIzC The code for integration (CMainFrame header): protected: …
Developer technologies | C++
Snowflake MFA Key - Pair authentication for Powerbi
Problem: Snowflake enforces Multi-Factor Authentication (MFA) on all users, in line with our security policies. Power BI does not support key pair authentication, which Snowflake offers for M2M scenarios Power BI's supported auth methods to…
Developer technologies | Universal Windows Platform (UWP)
How to open a new file in memory in visual studio using my editory factory
I want to open a new .sql file in memory not in the disc and also when the file is open i want to use my editory factory to it I tried this method to create a new .sql in memory file but using this way I am not able to use my editory factory to it. var…
Developer technologies | Visual Studio | Extensions
Graph.Users.MailFolders grabs all folders not just the ROOT folders
It's a simple call. I should only get the folders in the root of the mailbox (Inbox, Drafts, Deleted Items, etc.) I'm getting everything as though it's doing a deep traversal. Completely contrary to documentation. Your help appreciated. jbw async…
Developer technologies | C#
im unable to adjust my brightness, it turned grey and i had to change my display setting to 'show 1' everytime i open my pc
im unable to change my brightness level, i had to change my display setting everytime i open my pc to 'show 1' display i dont know what to do, my brightness level turned grey
Developer technologies | Visual Basic for Applications
start foreground service not be called in .net android?
I am using .net android and I want to create foreground service. but it not be called. in OnCreate StartForegroundService(new Intent(this, typeof(XyOpService))); public class XyOpService : Service { public override Android.OS.IBinder? OnBind(Intent?…
Developer technologies | .NET | .NET MAUI
my laptopi modern 14 b11mou 14" fhd display core i3 11th windows key not working plz help me
my laptop modern 14 b11mou 14" fhd display core i3 11th windows key not working
Developer technologies | Windows Presentation Foundation
LSP message for Word Completion from Visual Studio
I have a Langauge Server (LSP) implemented in C#. Have implemented textDocument/Hover and textDocument/Completion. This works fine on hover and typing in the editor. But Word Completion does not work. Which LSP message is sent from Visual Studio for Word…
Developer technologies | Visual Studio | Extensions
How to use existing Visual Studio subscription/license on new laptop
Several years ago I purchased a subscription for microsoft visual studio profesional and am still paying monthly. The laptop I was using Visual Studio 2019 on is no longer functioning. However, I have the hard drive from the old laptop in my new laptop.…
Developer technologies | Visual Studio | Setup
why I can not request permission of manage_external_storage?
i am using .net android and if I requestPermission of manage_external_storage it will call OnRequestPermissionsResult with grantResults =- 1 why?
Developer technologies | .NET | .NET MAUI
C:\Windows\Microsoft.NET\Framework\v2.0.50727\regasm.exe cannot find
Windows cannot find C:\Windows\Microsoft.NET\Framework\v2.0.50727\regasm.exe Make sure you typed the name correctly, and then try again.
Developer technologies | .NET | .NET Runtime
Visual studio extension in code editor to have menu and submenu.
I want to develop an extension for VS. When I select some code in the cs file or any file there should be some option in code editor like Mymenu and submenu Please guide. how to achieve it. I have one comand class which actually shows Mymenu when I…
Developer technologies | Visual Studio | Extensions
Partner Center not allowing me to "accept and continue" when creating individual dev account?
Hi, I am trying to make my microsoft/xbox email into an individual developer account. I am inputting the info into the link via partner center (…
Developer technologies | Windows Forms
Catastrophic failure while installing wsl
I was re installing wsl after I had earlier uninstalled it. But while re installing using wsl --install wsl --install -d Ubuntu wsl --install --web-download I got a pop up box saying: Windows ® Installer. V 5.0.26100.1150 msiexec /Option <Required…
Developer technologies | Windows Presentation Foundation
Why is Microsoft Visual Studio Code 1.101.2 looking in the wrong location for my .ssh keys?
Since updating to 1.101.2 my Microsoft Visual Studio Code installation on Windows 11 can no longer pull from my remote repository. On investigation I get a message saying 'cant create /home/<myusername>/.ssh no such file or directory' in the output…
Developer technologies | Visual Studio | Other
In another word can Desk Top Application that build in vb.net Call API that build in C# using HTPP Client
I we wrote desk top application in vb.net and build API in C# can they talk together using HTTP client Please(In another word can Desk Top Application that build in vb.net Call API that build in C# using HTPP Client)
Developer technologies | Visual Studio | Other
How to run VC++6 on windows 11
my os is win11 24H2, I tried a method on the Internet that told me to rename MSDEV.EXE to MSDEVL.EXE and then run it in Windows XP compatibility mode, but this did not work.