55,801 questions with Developer technologies-related tags

Sort by: Updated
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
answered 2026-04-23T05:13:30.8+00:00
Jack Dang (WICLOUD CORPORATION) 16,915 Reputation points Microsoft External Staff Moderator
2 answers

vba: Find and replace only one.

Hello from Steve Find and replace on a single find. VBA 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:41:35.2+00:00
SteveD 150 Reputation points
commented 2026-04-23T02:41:03.7066667+00:00
Taki Ly (WICLOUD CORPORATION) 925 Reputation points Microsoft External Staff Moderator
2 answers

trying to open a document in Word VBA using Document.Open command, command failed

got runtime error 4198, command failed; filename and path much less that 219 character limit

Developer technologies | Visual Basic for Applications
asked 2026-04-20T17:39:31.27+00:00
Edward Evans 20 Reputation points
commented 2026-04-23T02:21:18.9766667+00:00
Leon Tran (WICLOUD CORPORATION) 1,740 Reputation points Microsoft External Staff Moderator
4 answers

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
asked 2026-04-17T22:38:03.3966667+00:00
Saga 461 Reputation points
commented 2026-04-23T02:18:23.0966667+00:00
Lizzy Dinh (WICLOUD CORPORATION) 435 Reputation points Microsoft External Staff Moderator
1 answer

How can I prevent the DataGridView header column from being highlighted when a row is selected

I am using Visual Studio 17.5.4 and building a Windows Forms app with a DataGridView as a list of items to select then populate the form fields.  All this works but I have a nagging problem to overcome.  When you select a row from the grid, it will…

Developer technologies | Windows Forms
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 2023-04-24T13:29:00.0566667+00:00
Pat Hanks 141 Reputation points
commented 2026-04-22T21:00:03.1633333+00:00
Art Chadbourne 0 Reputation points
2 answers

Android .NET6 Microsoft.Data.SQLClient, error during the connection to SQL Server 2019

I use the new stack of development Android C# (not Xamarin). I have SQL Server 2019 and Visual Studio 2022. During the connection to the server with ADO.NET (Microsoft.Data.SQLClient) I have this error : A connection was succesfully established…

Developer technologies | .NET | .NET MAUI
SQL Server | Other
asked 2022-11-10T20:15:30.593+00:00
Keven Thériault 1 Reputation point
recommended 2026-04-22T20:29:54.75+00:00
JuliaMarvin 18,895 Reputation points Volunteer Moderator
2 answers

vba: I would like to add bold attribute to certain words (names) in an array

Hello from Steve I would like to please add bold text Sub Rename_Trainers() Dim FindArray As Variant Dim ReplArray As Variant Dim i As Long FindArray = Array("RICHARDSON NORV", "D & B WEATHERLE", "THURLOW O'MALLE",…

Developer technologies | Visual Basic for Applications
asked 2026-04-14T01:44:39.2033333+00:00
SteveD 150 Reputation points
edited the question 2026-04-22T15:37:45.8233333+00:00
simo-k 79,865 Reputation points Volunteer Moderator
1 answer One of the answers was accepted by the question author.

How to use CoInitializeSecurity by using pointer to AppID in pSecDesc parameter?

One of the microsoft recommendation is not to use nullptr for first parameter of CoInitializeSecurity. So how can I use CoInitializeSecurity by using pointer to AppID in first parameter (pSecDesc)?. Appreciate your help in this.

Developer technologies | C++
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.

4,056 questions
asked 2026-04-22T13:43:55.27+00:00
Sivalingam Somasundaram 0 Reputation points
accepted 2026-04-22T13:49:29.7133333+00:00
Sivalingam Somasundaram 0 Reputation points
1 answer

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
commented 2026-04-22T13:39:43.26+00:00
1 answer

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 51 Reputation points
answered 2026-04-22T12:58:16.37+00:00
Q&A Assist
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-22T12:04:51.6933333+00:00
David Lucas 0 Reputation points
2 answers

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
answered 2026-04-22T11:49:12.6566667+00:00
Varsha Dundigalla(INFOSYS LIMITED) 4,865 Reputation points Microsoft External Staff
2 answers

CPM for a Microservices project across Repos

I understand CPM can be used on a repo to create a single Directory.Packages.Props file share across projects on the repo. What about a micro services project that spans across repos ? would you suggest to use CPm only in each repo or across repo or…

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,740 questions
asked 2026-04-22T11:15:53.6+00:00
Shanmathy Palanisamy 0 Reputation points
answered 2026-04-22T11:18:49.8966667+00:00
Shanmathy Palanisamy 0 Reputation points
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-22T10:37:48.72+00:00
Jack Dang (WICLOUD CORPORATION) 16,915 Reputation points Microsoft External Staff 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-22T09:47:57.7+00:00
Kim Strasser 2,416 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 150 Reputation points
commented 2026-04-22T09:06:27.01+00:00
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 2,035 Reputation points Microsoft External Staff
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
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 150 Reputation points
commented 2026-04-22T06:18:55.6266667+00:00
Nancy Vo (WICLOUD CORPORATION) 2,900 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 150 Reputation points
commented 2026-04-22T05:45:31.2366667+00:00
SteveD 150 Reputation points