55,796 questions with Developer technologies-related tags

Sort by: Updated
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-22T09:47:57.7+00:00
Kim Strasser 2,416 Reputation points
3 answers

system environment vairable needs to be fetched by Asp.net core Application hosted on IIS

Application has web.confiiig where connection string stored for Db connectivity. i wanted to remove the password from connection string and store into server's system envrionment variable and application should fetch the password only from environment…

Developer technologies | ASP.NET | ASP.NET Core
asked 2026-04-20T13:53:22.4066667+00:00
ANKIT GHENGE 110 Reputation points
commented 2026-04-22T09:39:37.7266667+00:00
ANKIT GHENGE 110 Reputation points
1 answer

Word if not found then

Hello from Steve Objective if not found then move to next Sub Moving_Numerals() Application.ScreenUpdating = False Do Selection.Find.ClearFormatting Selection.Find.Font.Size = 12 With Selection.Find .Text = "|" .Replacement.Text =…

Developer technologies | Visual Basic for Applications
asked 2026-03-25T20:11:02.0266667+00:00
SteveD 145 Reputation points
commented 2026-04-22T09:06:27.01+00:00
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 2,035 Reputation points Microsoft External Staff
3 answers

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
commented 2026-04-22T08:34:12.86+00:00
Scott Huang 3,366 Reputation points
2 answers One of the answers was accepted by the question author.

SFTP file upload download issue.

Dear all, already i developed sftp file upload and download with Renchi and SSH.net. For the weak RSA key encryption our IT support blocked RSA key encryptions so winscp is another option to implement personally i feel little complicated WINSCP so any…

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-21T06:26:30.1933333+00:00
Senthil kumar 25 Reputation points
edited a comment 2026-04-22T07:52:06.31+00:00
Senthil kumar 25 Reputation points
1 answer

Best Way to Implement Letter-Boxed Style Validation Logic in an App?

Hi everyone, I’m working on a small project inspired by the letter boxed word puzzle concept, where users must create words using letters from different sides while following specific rules (no consecutive letters from the same side, chaining last letter…

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-22T07:35:49.4933333+00:00
hellen charless 0 Reputation points
edited the question 2026-04-22T07:38:01.2166667+00:00
hellen charless 0 Reputation points
4 answers

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
asked 2026-04-21T07:29:57.9+00:00
Keerthana Krishna 60 Reputation points
commented 2026-04-22T06:53:47.7633333+00:00
Varsha Dundigalla(INFOSYS LIMITED) 4,865 Reputation points Microsoft External Staff
2 answers

Listened to Co Pilot

Hello from Steve Now all I need please is to open Sub OpenForm2() Const strFolder As String = "C:\Tab Form\Input Stakes" Dim doc As Document With Application.FileDialog(FileDialogType:=1) ' 1 = msoFileDialogOpen .Filters.Clear …

Developer technologies | Visual Basic for Applications
asked 2026-04-05T04:25:19.53+00:00
SteveD 145 Reputation points
commented 2026-04-22T06:18:55.6266667+00:00
Nancy Vo (WICLOUD CORPORATION) 2,890 Reputation points Microsoft External Staff Moderator
2 answers

Word script is not functioning.

Hell from Steve The below script is not functioning, What is required please Sub Rename_Trainers() Dim FindWords As Variant, ReplaceWords As Variant Dim i As Integer FindWords = Array("MCKAY HARRINGTO", "WALKER BERGERSO",…

Developer technologies | Visual Basic for Applications
asked 2026-04-02T23:06:03.0333333+00:00
SteveD 145 Reputation points
commented 2026-04-22T05:45:31.2366667+00:00
SteveD 145 Reputation points
2 answers

vdproj Setup Project not generating .msi / .exe – System.Buffers.dll dependency warning (.NET Framework 4.7.2, x64)

Hello Community, I am facing an issue while creating a Setup project (.vdproj) in Visual Studio and I am hoping someone can help clarify why this is happening. Environment Details Application type: VB.NET Windows Forms Target framework: .NET Framework…

Developer technologies | Visual Studio | Setup
asked 2026-04-07T13:07:03.28+00:00
Aman Agrahari 180 Reputation points
commented 2026-04-22T04:41:54.39+00:00
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 2,035 Reputation points Microsoft External Staff
4 answers

Excel Delete the numerals

Hello from Steve The below works perfectly I would like please to take it to another step. At this time It has moved X0312 to the left cell Can it now delete X0312 Leaving Hephaestus Sub CopyNumbersOnly() Dim cell As Range, num As String, ch As String,…

Developer technologies | Visual Basic for Applications
asked 2026-03-17T01:38:36.6033333+00:00
SteveD 145 Reputation points
commented 2026-04-22T04:40:55.17+00:00
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 2,035 Reputation points Microsoft External Staff
2 answers

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
asked 2026-04-21T19:41:00.22+00:00
SteveD 145 Reputation points
answered 2026-04-22T03:49:12.1766667+00:00
Jack Dang (WICLOUD CORPORATION) 16,915 Reputation points Microsoft External Staff Moderator
2 answers

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
asked 2026-04-20T21:09:48.78+00:00
SteveD 145 Reputation points
answered 2026-04-22T03:38:38.0366667+00:00
Nancy Vo (WICLOUD CORPORATION) 2,890 Reputation points Microsoft External Staff Moderator
2 answers

Why does Visual Studio fail to install despite space?

Why does Visual Studio fail to install despite space?

Developer technologies | Visual Studio | Setup
asked 2026-04-18T19:54:47.1266667+00:00
abdelrahman ezzat 0 Reputation points
commented 2026-04-22T03:26:03.89+00:00
Leon Tran (WICLOUD CORPORATION) 1,740 Reputation points Microsoft External Staff Moderator
2 answers One of the answers was accepted by the question author.

Bring to C# handler method list of related entities edited in Bootstrap modal form from javascript

Hello, Now I have changed the data structure schema. I have a Contacts table with a related Telephones table, this is, every contact can have 0 or more telephones, connected by FK by their ContactId fields. public class Contact { public…

Developer technologies | ASP.NET | ASP.NET Core
asked 2026-04-19T17:28:43.99+00:00
Pablo The Tiger 60 Reputation points
commented 2026-04-21T17:39:10.37+00:00
Pablo The Tiger 60 Reputation points
1 answer

Publishing a C# project in Visual Studio does not automatically update it

Hello, When I’ve changed the source code in my C# project and, in Project Explorer, right-click and select ‘Publish’ and then start the process, it tells me ‘Everything is up to date’. Only when I switch the publish profile once (‘Developer’ >…

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,739 questions
asked 2026-04-21T05:04:00.1066667+00:00
Rosenbohm, Mario 40 Reputation points
commented 2026-04-21T14:54:31.5233333+00:00
Viorel 126.8K Reputation points
0 answers

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
asked 2026-04-21T14:11:44.31+00:00
edited the question 2026-04-21T14:32:14.4766667+00:00
1 answer One of the answers was accepted by the question author.

WPF BindableMultiSelectDataGrid Clipboard Copy Error

When copying from a BindableMultiSelectDataGrid with WPF in .NET 10, copying to the clipboard seems to be erroneous in a way that is incompatible with Excel. In .NET 10, it seems that an extra newline is placed between each line of the HTML clipboard…

Developer technologies | Windows Presentation Foundation
asked 2026-04-13T16:31:11.81+00:00
O'Rourke, Ian 25 Reputation points
commented 2026-04-21T13:31:33.8366667+00:00
O'Rourke, Ian 25 Reputation points
2 answers

VS 2026 Updates

I've received notification of Updates, but thr Vs 2026 Update manager is no functioning.

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,739 questions
asked 2026-04-19T10:25:12.7933333+00:00
Roger Chapman 0 Reputation points
answered 2026-04-21T13:21:38.52+00:00
Frankie Gautro 0 Reputation points
1 answer

Word find only Font 12

Hello from Steve How do I please only find font 12 Sub ReplaceMultipleNames() Dim FindWords As Variant, ReplaceWords As Variant Dim i As Integer FindWords = Array("WALKER BERGERSO", "Orange", "Banana") ReplaceWords =…

Developer technologies | Visual Basic for Applications
asked 2026-03-20T21:37:51.33+00:00
SteveD 145 Reputation points
commented 2026-04-21T12:21:15.2633333+00:00
Varsha Dundigalla(INFOSYS LIMITED) 4,865 Reputation points Microsoft External Staff