An implementation of Visual Basic that is built into Microsoft products.
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
install Visual studio + Intel Parallel Studio in a new computer
I'm a Fortran user. I bought a new computer and I want to install the Visual studio with the Intel Parallel studio composer edition for Fortran Windows. I already have them in my old notebook, but the installers are not working any more. Can you please…
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
How to fix catastrophic failure 0x8000FFFF when downloading newest .net framework?
Recently, ive noticed a lot of programs either doing random stuff like resetting on its own and so fourth. I checked to see, what was causing it, and its apparently the .net framework. So, i tried to download the newest one to "fix it", but i…
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
SQL Server Integration Services Projects - Setup Failed.
Hi, The members of the Development Department, requested the installation of: SQL Server Integration Services Projects!!!. We launched the installation, but it ended with the error: We have attached the log File. We must perform the installation on a…
Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment
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
A set of .NET Framework managed libraries for developing graphical user interfaces.
WPF ListViewItem IsSelected is on Window_Closing allways false?!
Hello, on my ListView is the ListViewItem-property "IsSelected" binding to object-property. <Window.Resources> <Style x:Key="ListViewStyle" TargetType="ListBoxItem"> <Setter…
Developer technologies | XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
Manual Test Runs in Azure Devops - Server errors when saving screenshots.
Good day, For the past week or so, the web based test runner has been giving some issues with saving screenshots - it says that it can't connect to the server (DevOps via Azure) and screen shots can't be saved. I even tried to use the old Test manager…
Developer technologies | Visual Studio | Testing
A suite of integrated tools for creating, running, and managing tests to ensure code quality and reliability.
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
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
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
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
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
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.
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#
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.
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
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
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
An implementation of Visual Basic that is built into Microsoft products.
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
An implementation of Visual Basic that is built into Microsoft products.
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
A set of .NET Framework managed libraries for developing graphical user interfaces.
How to fix this window form issue?
why is the window form not showing after I reopen the project?
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
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
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
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
An implementation of Visual Basic that is built into Microsoft products.
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
An implementation of Visual Basic that is built into Microsoft products.