55,867 questions with Developer technologies-related tags

Sort by: Updated
2 answers

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#
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,799 questions
asked 2026-05-04T08:08:15.31+00:00
Scott Huang 3,451 Reputation points
commented 2026-05-05T09:07:45.4833333+00:00
Scott Huang 3,451 Reputation points
3 answers One of the answers was accepted by the question author.

Resolve issue ") expected"

Hi, I got the above error at the end of the last line below. Any reason?

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,799 questions
asked 2026-04-30T08:35:17.46+00:00
Scott Huang 3,451 Reputation points
accepted 2026-05-05T08:38:12.3666667+00:00
Scott Huang 3,451 Reputation points
3 answers

C++ Compiler not working

I added MinGW-w64 compiler to my VS Code following the instructions on Microsoft VS Code C++ setup documentation but as I try and run a program it doesn't work. I get the following message. PS C:\Users\Prabh\OneDrive\Documents\Prabhjoat…

Developer technologies | Visual Studio | Debugging
asked 2026-05-04T16:49:29.7666667+00:00
Prabhjoat Riyat 0 Reputation points
answered 2026-05-05T08:06:31.6133333+00:00
Varsha Dundigalla(INFOSYS LIMITED) 4,945 Reputation points Microsoft External Staff
3 answers

Missing ResourceRules.plist in MAUI archive process

Hi there We had a XAMARIN app which was upgraded to .NET 8 MAUI, which was then upgraded to .NET 10 MAUI. I can no longer build in .NET 8, which is why the upgrade happened. I am now trying to archive the file in .NET 10 but am getting an error that the…

Developer technologies | .NET | .NET MAUI
asked 2026-05-05T06:45:28.42+00:00
Jai Holloway 60 Reputation points
answered 2026-05-05T08:04:28.4066667+00:00
Nancy Vo (WICLOUD CORPORATION) 3,465 Reputation points Microsoft External Staff Moderator
2 answers

Show me a usecase example code of asp.net, windows forms, unit tests and GoF

need practical code examples covering the following C# topics: ASP.NET Core MVC – a simple use case, e.g. a controller returning data to a view Windows Forms – a basic example, e.g. button click event or form validation Unit Tests – a simple test…

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,799 questions
asked 2026-04-29T22:15:42.5833333+00:00
Gurdeep Vaidya 0 Reputation points
commented 2026-05-05T06:59:53.98+00:00
Jack Dang (WICLOUD CORPORATION) 17,340 Reputation points Microsoft External Staff Moderator
4 answers

Client Side validation on dynamically added Telephone objects to bootstrap modal form. Razor Pages

Hello, Lately I was receiving valuable help by @Anonymous and @Anonymous . I'm working over their provided code mostly. What I need now is to validate the new added Telephone objects (Description and PhoneNumber). The Contact fields are already…

Developer technologies | ASP.NET | ASP.NET Core
asked 2026-05-03T01:32:40.07+00:00
Pablo The Tiger 80 Reputation points
commented 2026-05-05T06:50:49.0866667+00:00
Jack Dang (WICLOUD CORPORATION) 17,340 Reputation points Microsoft External Staff Moderator
3 answers

Issue to lcoate the file regarding FileSystem.CacheDirectory

Hi, To the code like where to locate the relevant file within the path below? C:\Users\huang.scott\AppData\Local\Packages

Developer technologies | ASP.NET | ASP.NET Core
asked 2026-04-28T09:55:32.29+00:00
Scott Huang 3,451 Reputation points
commented 2026-05-05T06:42:30.1033333+00:00
Jack Dang (WICLOUD CORPORATION) 17,340 Reputation points Microsoft External Staff Moderator
2 answers One of the answers was accepted by the question author.

Word find 12 Font only it is also finding Font 10.5

Ho from Steve Can the below script please find 12 Font. Not Font 10.5 Sub Horse_Above_10() With Selection.Find .ClearFormatting .Font.Size = 12 .Text = "\) [0-9]{2,} [A-Z]" .Replacement.Text = "" .Forward =…

Developer technologies | Visual Basic for Applications
asked 2026-04-27T21:22:15.1833333+00:00
SteveD 310 Reputation points
accepted 2026-05-05T06:15:26.05+00:00
SteveD 310 Reputation points
1 answer One of the answers was accepted by the question author.

Word Move to next

Hello from Steve ) 10 G ) 11 G Objective find the next What is happening is that it is going back to the beginning What is required please for the script to find the next please Sub…

Developer technologies | Visual Basic for Applications
asked 2026-04-27T20:56:27.62+00:00
SteveD 310 Reputation points
accepted 2026-05-05T06:14:09.4666667+00:00
SteveD 310 Reputation points
3 answers

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

1,319 questions
asked 2026-05-01T13:41:14.45+00:00
Aman Agrahari 200 Reputation points
edited the question 2026-05-05T05:18:50.38+00:00
Aman Agrahari 200 Reputation points
1 answer One of the answers was accepted by the question author.

Word find text in window2

Hello from Steve What is required please for the below script to function. Find text in window2 Sub Testing2() Dim i As Integer Dim blnFound As Boolean Selection.Find.ClearFormatting With Selection.Find .Text = "[0-9]{1,}…

Developer technologies | Visual Basic for Applications
asked 2026-04-29T21:49:56.0466667+00:00
SteveD 310 Reputation points
commented 2026-05-05T05:11:58.42+00:00
Gade Harika (INFOSYS LIMITED) 2,765 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

Word activates Macro

Hello from Steve Objective please is to Activate Second Selection and Activate Third selection using a single macro Meaning push the macro for Top Selection then I will place the cursor for the second selection and push the single macro to actitivate…

Developer technologies | Visual Basic for Applications
asked 2026-04-26T23:04:25.3066667+00:00
SteveD 310 Reputation points
edited the question 2026-05-05T04:53:00.67+00:00
simo-k 80,865 Reputation points Volunteer Moderator
2 answers

Word Re-set after the 3rd

Hello from Steve Can the below be re-set after the third selection I do more than one in the same document. When I go to use it the second time in the same document it puts in the third selection' I need it to restart by putting in the first selection…

Developer technologies | Visual Basic for Applications
asked 2026-04-27T00:35:40.78+00:00
SteveD 310 Reputation points
edited the question 2026-05-05T04:52:02.3633333+00:00
simo-k 80,865 Reputation points Volunteer Moderator
1 answer

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
asked 2026-04-27T21:45:52.61+00:00
SteveD 310 Reputation points
edited the question 2026-05-05T04:50:59.2433333+00:00
simo-k 80,865 Reputation points Volunteer Moderator
1 answer One of the answers was accepted by the question author.

Word 8 REVISION find in second window 8 36951 REVISION

Hello from Steve Objective Window 1 has 8 REVISION Window 2 has 8 36951 REVISION Is it possible please from Window 1 8 REVISION to find in Window 2 8 36951 REVISION Sub Testing2() Dim i As Integer Dim blnFound As Boolean Dim strText As…

Developer technologies | Visual Basic for Applications
asked 2026-04-29T22:08:43.05+00:00
SteveD 310 Reputation points
edited the question 2026-05-05T04:48:55.5666667+00:00
simo-k 80,865 Reputation points Volunteer Moderator
1 answer One of the answers was accepted by the question author.

"Word" Needs to stop at the end of the document

Hello from Steve Objective needs to stop at the end of the document Sub Word_to_Excel_Part_One() Dim rng As range Set rng = ActiveDocument.Content With rng.Find .ClearFormatting .Text = "F90" .Replacement.Text = "" …

Developer technologies | Visual Basic for Applications
asked 2026-05-05T03:20:36.7933333+00:00
SteveD 310 Reputation points
edited the question 2026-05-05T04:47:46.49+00:00
simo-k 80,865 Reputation points Volunteer Moderator
1 answer One of the answers was accepted by the question author.

Word Stop at the end of document

Hello from Steve Objective please to loop to end of document. Sub Word_to_Excel_Part_One() Selection.Find.ClearFormatting With Selection.Find .Text = "F90" .Replacement.Text = "" .Forward = True .Wrap =…

Developer technologies | Visual Basic for Applications
asked 2026-05-05T02:58:14.1033333+00:00
SteveD 310 Reputation points
edited the question 2026-05-05T04:46:58.36+00:00
simo-k 80,865 Reputation points Volunteer Moderator
2 answers

Why doesn't Storyboard Effectuate Color Change

In…

Developer technologies | Windows Presentation Foundation
asked 2026-05-04T22:16:21.0266667+00:00
RogerSchlueter-7899 1,711 Reputation points
commented 2026-05-05T04:16:16.3733333+00:00
Viorel 126.9K Reputation points
2 answers

Office 365 Update version 2604

Anybody else having issues with the latest Update blocking exchanges between Excel and Outlook using the Outlook.MailItem, have rolled back to 2603 and the VBA MAcro is working perfectly again.

Developer technologies | Visual Basic for Applications
asked 2026-04-27T18:23:51.8833333+00:00
andy 0 Reputation points
commented 2026-05-05T03:59:05.3566667+00:00
Jack Dang (WICLOUD CORPORATION) 17,340 Reputation points Microsoft External Staff Moderator
2 answers

Error with compiler

PS C:\Users\Prabh\OneDrive\Documents\Prabhjoat University\programming\Microsoft C++ Course> cd "c:\Users\Prabh\OneDrive\Documents\Prabhjoat University\programming\Microsoft C++ Course" ; if ($?) { g++ hello_world.cpp -o hello_world } ; if…

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,060 questions
asked 2026-05-04T17:12:47.3233333+00:00
Prabhjoat Riyat 0 Reputation points
answered 2026-05-05T03:57:28.3533333+00:00
Taki Ly (WICLOUD CORPORATION) 1,020 Reputation points Microsoft External Staff Moderator