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.
I need someone to help me
HELP! major issues and no one can help me. microsoft visual help
Developer technologies | Visual Studio | Other
How to access Properties of objects in Excel VBA
Things seem to have changed in VBA since I last wrote any code. I am designing a small project for home use, using Excel and VBA. I find I can add controls to a userform but I cannot change their properties at design time. For example, I have a…
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
Screen recording from a Windows service which is running under local system account
We are building a Windows monitoring/recording solution and want to validate the service/session architecture for screen capture. Design: A Windows service runs in Session 0 and handles control/orchestration. For each recording session, the service…
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.
provider.SignInAsync() error from CommunityToolkit.Authentication.Uwp
The following code of a classic UWP app used for OneDrive access worked for a few years without any issues: string[] scopes = new string[] { "Files.ReadWrite.AppFolder" }; ProviderManager.Instance.GlobalProvider = new…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
VSS-WEB-Visual Studio 2022 Support for .NET Development
Please clarify if .NET 10 will be supported by Visual Studio 2020 as it has Mainstream support until Jan 12, 2027 and Extended Support until Jan 13, 2032 but only supports until .NET 9…
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.
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
An implementation of Visual Basic that is built into Microsoft products.
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#
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.
.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
.NET: Microsoft Technologies based on the .NET software framework. Runtime: An environment required to run apps that aren't compiled to machine language.
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
Add-on components that enhance and customize the Visual Studio integrated development environment
Resolve issue ") expected"
Hi, I got the above error at the end of the last line below. Any reason?
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.
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
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
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
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
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#
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.
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
A set of technologies in the .NET Framework for building web applications and XML web services.
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
A set of technologies in the .NET Framework for building web applications and XML web services.
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
An implementation of Visual Basic that is built into Microsoft products.
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
An implementation of Visual Basic that is built into Microsoft products.
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
An implementation of Visual Basic that is built into Microsoft products.
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
An implementation of Visual Basic that is built into Microsoft products.
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
An implementation of Visual Basic that is built into Microsoft products.