A set of .NET Framework managed libraries for developing graphical user interfaces.
How to build an install package without Visual Studio?
Hello! I created a Windows Form Desktop app with Visual Studio. Normally, I just copy the EXE file to the target machine and it Just Works; however, it is not working in one particular case. I know that it is most like l missing a dependence. Typical fix…
Developer technologies | Windows Forms
Azure Functions isolated (net8.0) incorrectly requires .NET Desktop workload to load projects.
I have an Azure functions project that works fine in VS2022. When I open the project with VS2026, it prompts me to install .NET Desktop. The following is my .csproj (with the project names renamed). <Project Sdk="Microsoft.NET.Sdk"> …
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
need impact analysis
is there a negative impact while updating to .NET Framework 4.8.1 from Old .NET Framework < 4.6.2
Developer technologies | .NET | Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
Totally and Absolutely Confused
Created a C++ project using Visual Studio 2026. Opened the file, made changes, saved all, built a project, executed, worked fine. closed Visual Studio, opened again, opened the project, changes that I made still there. Closed Visual Studio, turned off…
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.
Visual Studio Save
Have A C++ program in Visual Studio, making changes and when finish, issue a "save all" command which should save all of the changes, I would think. I then issue a "re build" and issue the "save all" command again. However,…
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.
Visual Studio C++ Dirty Files
Asked a question about C++ changes made to a file not being saved. Was suggested by the Microsoft Team that the file and associated project may not be "diry" so the system will not save. My question is "WHAT MAKES A FILE DIRTY AND WHAT IS…
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.
Word dollar blue no hightlight
Hello from Steve I need the below please dollar blue no hightlight Sub Dollar_Dollar_Blue_No_Highlight2() Selection.Find.ClearFormatting Selection.Find.Font.Size = 12 With Selection.Find .Text = "$" .Replacement.Text =…
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
SQL Server Integration Services Projects - Setup Failed.
Hi, The members of the Development Department, requested the installation of: SQL Server Integration Services Projects!!!. We launched the installation, but it ended with the error: We have attached the log File. We must perform the installation on a…
Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment
Span gesture recognizer is not working for label with formatted string
In .net maui 20, we are trying to use span gesture recognizer for label so I can append normal text with hyperlink. When clicking on hyperlink it should navigate to that link but it's not working in this way. I am pasting the code for reference.…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Using standard PayPal buy now buttons - need an extra step to obtain a User Id
My asp.net site has a product page.aspx with the standard Buy now button code from Paypal. I capture the email address of the sender from the page that has a asp.net form. On button click, the data is saved in database and they then see a PayPal button…
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.
OVERVIEW AND CLOSEALL
Environment: MAUI 10 In Android, pressing the Overview button calls OnSleep, that I use for some clear-house, such as uploading a file to cloud storage. The following snippet is a simulation: protected async override void OnSleep() { …
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Rename Module
I want to rename a module in my VB project in Excel
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
Using VBA to select text.
Hello from Steve Is this possible please to select text 5PBPX using VBA Mod moved from : Microsoft 365 and Office | Word | For home | Windows
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
wich nugets I have to install for report viewer in visual studio vb.net?
I just install visual studio and I want to make reports y download Microsoft RDLC Report Designer and Repor Viewer core winforms, but When i want to drag a tool Report Vierer to a form Iit can be place in the form
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
how to fix error on windows form if theres no link to show me where i must fix or adjust my code
how to fix error on windows form if theres no link to show me where i must fix or adjust my codev
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
My app causes Maui to crash on Android. I have added try/catch everywhere, problem is in Maui somewhere.
Java.Lang.IllegalStateException: 'The specified child already has a parent. You must call removeView() on the child's parent first.' Can someone from the Maui team contact me - my app crashes Maui on Android. It has something to do with…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Error APPX1204 Creating App Package for upload to MS Store
This is happening with Visual Studio Insiders [11709.129] with a UWP XBox targeted app. The app has been successfully side-loaded and tested on Dev-mode XBox. Creating the App Package produces this error: Failed to sign <filename.msix>. SignTool…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
Word Color Red and Highlight Yellow
Hello from Steve I would like to please have the below script Color Red and Highlight Yellow Sub Dollar_Colour_Red_Bold() Options.DefaultHighlightColorIndex = wdYellow With Selection.Find .ClearFormatting .Font.Size = 12 .Text =…
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
When attempting to add Microsoft.Windows.Desktop.App 8.0.6 I am getting "Package ... has packagetype 'DotnetPlatform' that is not supported
As part of moving from the deprecated WMPLib.WindowsMediaPlayer class to the current Windows.Media.Playback.MediaPlayer class, I am attempting to properly include the required DLL and all dependencies. The MediaPlayer class is a Windows Desktop 8 class…
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
WPF ListViewItem IsSelected is on Window_Closing allways false?!
Hello, on my ListView is the ListViewItem-property "IsSelected" binding to object-property. <Window.Resources> <Style x:Key="ListViewStyle" TargetType="ListBoxItem"> <Setter…
Developer technologies | XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.