55,822 questions with Developer technologies-related tags

Sort by: Updated
2 answers

enter product key on new purchase of visual studio professional 2026

how to enter product key on new purchase of visual studio professional 2026

Developer technologies | Visual Studio | Setup
asked 2026-04-27T03:41:53.6666667+00:00
mark heath 0 Reputation points
edited the question 2026-04-27T11:05:03.7766667+00:00
Caozhi Li 6,095 Reputation points Volunteer Moderator
3 answers

How can I find out if my game is running at constant 60 frames per second without stuttering?

Sometimes my game randomly stutters in debug mode on my iOS/Andoid devices. I don´t know if it stutters more frequently on my iPad Air or on my Android phone and I don´t know if it stutters in release mode. How can I find out if my game is running at…

Developer technologies | .NET | .NET MAUI
asked 2026-04-12T20:31:28.47+00:00
Kim Strasser 2,416 Reputation points
commented 2026-04-27T10:24:19.8833333+00:00
Nancy Vo (WICLOUD CORPORATION) 2,980 Reputation points Microsoft External Staff Moderator
2 answers One of the answers was accepted by the question author.

Is is possible to tidy up the files shown in a Visual Studio project

Hi, I have a C# project in Visual Studio 2026 which relies on DLLs generated by a separate C++ project in the same solution. I want these DLLs to be copied to the output directory. Initially I had a post-build action but this did not work well with…

Developer technologies | Visual Studio | Other
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.

5,746 questions
asked 2026-04-27T09:32:40.14+00:00
Peter Hull 0 Reputation points
answered 2026-04-27T09:47:51.3366667+00:00
Peter Hull 0 Reputation points
2 answers

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#
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.

11,795 questions
asked 2026-04-23T16:47:22.29+00:00
Matt Lee 40 Reputation points
commented 2026-04-27T08:58:32.1866667+00:00
Jack Dang (WICLOUD CORPORATION) 16,925 Reputation points Microsoft External Staff Moderator
2 answers

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
asked 2026-04-21T08:20:58.39+00:00
Sridhar S 0 Reputation points
commented 2026-04-27T08:39:43.49+00:00
Jay Pham (WICLOUD CORPORATION) 3,520 Reputation points Microsoft External Staff Moderator
2 answers

vba: Compile Error: Expected variable or procedure, not module

Hello from Steve Compile error: Expected variable or procedure, not module Sub AddZeroBeforeThreeDigits() With Selection.Find .ClearFormatting .Replacement.ClearFormatting ' Find any 3-digit number as a group .Text =…

Developer technologies | Visual Basic for Applications
asked 2026-04-19T21:50:34.99+00:00
SteveD 170 Reputation points
commented 2026-04-27T08:39:04.6333333+00:00
SteveD 170 Reputation points
2 answers

Worksheet protection for users

I want to protect worksheets for users and grand vba all rights to adjust cells and add and delete listrows on tables

Developer technologies | Visual Basic for Applications
asked 2026-04-22T20:37:04.0666667+00:00
Carlusha99 0 Reputation points
commented 2026-04-27T08:26:38.19+00:00
Jack Dang (WICLOUD CORPORATION) 16,925 Reputation points Microsoft External Staff Moderator
2 answers

Embedding Notepad++ in WinForms using SetParent does not dock (opens as separate window on Windows 11 local machine)

We are developing a WinForms application where I need to host Notepad++ inside my application UI as a docked child window. This is done launching Notepad++ and using Win32 APIs like SetParent to reparent its main window into a container control (e.g., an…

Developer technologies | Windows Forms
asked 2026-04-22T12:57:53.8233333+00:00
Researcher 56 Reputation points
commented 2026-04-27T08:00:21.3566667+00:00
Nancy Vo (WICLOUD CORPORATION) 2,980 Reputation points Microsoft External Staff Moderator
3 answers

Smart App Control blocks WinForms / WPF sample applications from running

When Smart App Control is enabled on Windows, I am unable to run WinForms or WPF sample applications from Microsoft Visual Studio. After enabling Smart App Control and attempting to run the project, Visual Studio shows the following error. Smart App…

Developer technologies | Windows Forms
asked 2026-04-27T06:20:47.45+00:00
Yuvaraj Masilamani 0 Reputation points
answered 2026-04-27T07:45:25.98+00:00
Jack Dang (WICLOUD CORPORATION) 16,925 Reputation points Microsoft External Staff Moderator
3 answers

How to fix this window form issue?

why is the window form not showing after I reopen the project?

Developer technologies | Windows Forms
asked 2026-04-25T12:16:28.96+00:00
Chheng E Yeoum 0 Reputation points
answered 2026-04-27T06:40:26.6433333+00:00
Senthil kumar 30 Reputation points
3 answers

Upgrading any .NET

I am currently working with .NET vulnerabilities especially the SEoL versions. Unfortunately, the version like less 8/9/10 doesn't update if I tried to install the latest version. How do I update these old versions to latest?

Developer technologies | .NET | Other
Developer technologies | .NET | Other

Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.

4,170 questions
asked 2026-04-24T13:05:46.24+00:00
Nuguid, Andrei 0 Reputation points
answered 2026-04-27T06:33:06.7766667+00:00
Lizzy Dinh (WICLOUD CORPORATION) 435 Reputation points Microsoft External Staff Moderator
2 answers

Word Find second occurrence

Hello from Steve I have two "Word Files: opened Window 1 and Window 2 Objective please is to find second occurrence and selecting the text to copy using the below script Window 1 7 PLATINUM NORWAY Now find using the below script to find it in Window…

Developer technologies | Visual Basic for Applications
asked 2026-04-25T20:54:40.5033333+00:00
SteveD 170 Reputation points
commented 2026-04-27T04:26:42.6966667+00:00
SteveD 170 Reputation points
3 answers One of the answers was accepted by the question author.

Word How to loop

Hello from Steve How do I put in the below Script please Sub Scratched() Selection.Find.ClearFormatting With Selection.Find .Text = "Scratched" .Replacement.Text = "" .Forward = True .Wrap = wdFindStop …

Developer technologies | Visual Basic for Applications
asked 2026-04-26T03:36:44.3033333+00:00
SteveD 170 Reputation points
commented 2026-04-27T04:24:35.14+00:00
Nancy Vo (WICLOUD CORPORATION) 2,980 Reputation points Microsoft External Staff Moderator
3 answers One of the answers was accepted by the question author.

Excel Row Height

Hello from Steve I would like please only Row 1 to Row 300 to have row height adjusted. Sub RowHeight() Cells.Select Selection.RowHeight = 20.25 End Sub Mod moved from : Microsoft 365 and Office | Excel | For home | Windows

Developer technologies | Visual Basic for Applications
asked 2026-04-26T07:41:03.45+00:00
SteveD 170 Reputation points
commented 2026-04-27T04:06:06.38+00:00
SteveD 170 Reputation points
3 answers One of the answers was accepted by the question author.

Issues to call the event

Hi, DownloadAndShareFileAsync is declared within MauiProgram.cs, and was called within the same .cs file. It is not a success to build the project. Any reason from the following? Here is MauiProgram.cs

Developer technologies | ASP.NET | ASP.NET API
asked 2026-04-09T10:08:11.0166667+00:00
Scott Huang 3,366 Reputation points
accepted 2026-04-27T03:46:17.6666667+00:00
Scott Huang 3,366 Reputation points
2 answers

how to start AI in .net?

1.I have several books and I want the AI train with the books and only the books. 2.Then I will get model and I can put the model in my MAUI and then I can ask questions about the books. I have searched the github and find two lib:1.OpenAI.Net and…

Developer technologies | .NET | .NET Machine Learning
Developer technologies | .NET | .NET Machine Learning

.NET: Microsoft Technologies based on the .NET software framework. Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.

163 questions
asked 2026-04-26T01:01:01.8733333+00:00
mc 6,861 Reputation points
answered 2026-04-27T03:45:05.8233333+00:00
Jack Dang (WICLOUD CORPORATION) 16,925 Reputation points Microsoft External Staff Moderator
2 answers

impact analysis

look for practical impact analysis of applying version16.11.20 or later (latest servicing release) against .Net affected versions from 3.1.1 to 3.1.16 and affected versions from 6.0.3 to 6.0.7

Developer technologies | .NET | Other
Developer technologies | .NET | Other

Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.

4,170 questions
asked 2026-04-16T14:55:53.59+00:00
Sridhar S 0 Reputation points
commented 2026-04-27T03:11:30.8+00:00
Michael Le (WICLOUD CORPORATION) 11,235 Reputation points Microsoft External Staff Moderator
2 answers

disabled subscription

"Your account or subscription is disabled for security reasons. We detected suspicious activity or terms of use violations and disabled your subscription to protect the owner of the payment instrument and Microsoft. If you believe this is an error,…

Developer technologies | Universal Windows Platform (UWP)
asked 2026-04-25T12:47:16.45+00:00
musonda kaputo 0 Reputation points
answered 2026-04-27T02:55:47.3766667+00:00
Michael Le (WICLOUD CORPORATION) 11,235 Reputation points Microsoft External Staff Moderator
1 answer

win32 custom controls

Hello, I created a win32 custom control, in the old-fashion way: I register the class, define the styles, and the messages. All without MFC. It is inside a DLL. Now I would like to import the DLL inside the visual studio toolbox, to add the control to a…

Developer technologies | Visual Studio | Other
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.

5,746 questions
asked 2026-04-26T06:37:41.1733333+00:00
Antonino Perricone 0 Reputation points
answered 2026-04-26T06:38:01.4233333+00:00
Q&A Assist
1 answer

.NET Azure deploy problem

I have problem with the deployment of a .Net app via gitlab pipline. The problem appears when azure CLI unzips provided archive. It creates an additional folder in wwwroot instead of placing all files directly in wwwroot. Here is my code: - az webapp…

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,437 questions
Developer technologies | .NET | Other
Developer technologies | .NET | Other

Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.

4,170 questions
asked 2024-08-24T13:16:45.9+00:00
GringoUA 0 Reputation points
answered 2026-04-25T18:26:51.7333333+00:00
Amira Bedhiafi 41,376 Reputation points MVP Volunteer Moderator