An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
Some codes are not well called (or run)
Hi, Running against the file below https://1drv.ms/u/c/17ec75244bac022f/IQDksn7oBvAGSqa3I9pz8_dKAapU4-FWHovxVRFlkwrT5Tg?e=QdVOsH the codes like if (cnt32 == 38 || cnt32 == 41 || cnt32 == 42) …
Developer technologies | C#
Update of another workbook with a vba macro
Since last version of excel it is impossible from a workbook to open another one ,make changes and save them and then close the workbook. The process works, but when the workbook is closed the version before changes is back again (file with the initial…
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
install Visual studio + Intel Parallel Studio in a new computer
I'm a Fortran user. I bought a new computer and I want to install the Visual studio with the Intel Parallel studio composer edition for Fortran Windows. I already have them in my old notebook, but the installers are not working any more. Can you please…
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
provider.SignInAsync() error from CommunityToolkit.Authentication.Uwp
The following code of a classic UWP app used for OneDrive access worked for a few years without any issues: string[] scopes = new string[] { "Files.ReadWrite.AppFolder" }; ProviderManager.Instance.GlobalProvider = new…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
In maui collectionview scrolling has issues in android.
In collection view scrolling to bottom when the list is updated is not happening. I am implementing the chat list and depending on user response, the response differs from chatbot. I could see the data below but I need to scroll to bottom to manually.…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
How to attestation for verify pc security boot,... by using TPM Azure Attestation in C# Project
1.My project uses C# along with nuget: ,,,,,,,,,,,,,,,,,,,,,,,,,,,
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
How to access Properties of objects in Excel VBA
Things seem to have changed in VBA since I last wrote any code. I am designing a small project for home use, using Excel and VBA. I find I can add controls to a userform but I cannot change their properties at design time. For example, I have a…
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
updated and will not show designers
I updated and now none of my design forms will display. One error message is The designer could not be shown for this file because none of he classes within it can be designed. Another says "The type 'System.Configuration.ApplicationScoped…
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
Application.Wait
give me an example of Application.Wait in VBA code.
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
MAUI Layout Questions
Hi there I have recently had to upgrade a MAUI app from .NET 8 to .NET 10 as the .NET 8 threw an error about it no longer being supported. Since upgrading, things have gone awry. The first thing is that the DarkMode style is not being used. The second is…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Visual Studio 2026 Insiders — Editor Collapses When Terminal Gains Focus (Window‑Layout Regression)
Below is the summary by Copilot after a day's troubleshooting the VS Insiders layout. Title Editor collapses or disappears when Terminal or other tool windows gain focus — VS 2026 Insiders window‑layout regression Environment Visual Studio 2026…
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
Why i only have 1.3gb to use in Xbox Dev Mode
I understand you can use approximately 5GB of RAM in Xbox Dev Mode, but it only lets me use 1.3GB. screenshot.
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
Word Complete the whole Document
Hello from Steve Can the below script please to the whole document as it stops after finding the first instance. Sub Horse_Above_10() With Selection.Find .ClearFormatting .Text = "\) [0-9]{2,} [A-Z]" ' wildcard pattern …
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
Visual Studio 2026: Cut & Paste of code is still creating random corruption in documents
Hello... I had been hoping that the VS Team would have fixed this issue that plagued us with VS 2022. However, it is still popping up enough to have become an increasing annoyance. When I cut\copy & paste some code from one part of my current…
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
VSIX Extension Which Provides Setting Overrides During Debugging of Target Application
I am attempting to create a VSIX extension which allow app settings to be overridden while the target application is being debugged (similar to User Secrets), however nothing I have tried has worked and feel that I must be missing something basic. My…
Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment
Visual Studio BackgroundDownload.exe using all the system resources
*I know there are many questions on Stackoverflow, for example, but I can't really seem to trust the answer for some reason. I must disable some Windows Task for what I need, but it looks like I might have problems with Visual Studio later, so to confirm…
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
I need someone to help me
HELP! major issues and no one can help me. microsoft visual help
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
Screen recording from a Windows service which is running under local system account
We are building a Windows monitoring/recording solution and want to validate the service/session architecture for screen capture. Design: A Windows service runs in Session 0 and handles control/orchestration. For each recording session, the service…
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
VSS-WEB-Visual Studio 2022 Support for .NET Development
Please clarify if .NET 10 will be supported by Visual Studio 2020 as it has Mainstream support until Jan 12, 2027 and Extended Support until Jan 13, 2032 but only supports until .NET 9…
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
.NET Framework WinForms app crashing with Oracle.ManagedDataAccess when Oracle Client 19c (64 bit) is installed (duplicate config issue)
Hi all, I’m encountering an issue after migrating my VB.NET Windows Forms application from unmanaged ODP.NET to managed ODP.NET, and I’d appreciate your guidance. Background Application type: VB.NET Windows Forms (.NET Framework) Earlier setup: …
Developer technologies | .NET | .NET Runtime
.NET: Microsoft Technologies based on the .NET software framework. Runtime: An environment required to run apps that aren't compiled to machine language.