An implementation of Visual Basic that is built into Microsoft products.
PowerPoint Ribbon XML fails to trigger VBA macro in .potm (Macro not found/disabled)
Hi, I am struggling with a custom Ribbon tab in a PowerPoint macro-enabled template (.potm). The tab and button appear correctly, but clicking the button triggers the error: "Cannot run the macro. The macro may not be available in this workbook or…
Developer technologies | Visual Basic for Applications
IOException on the port 7060
Hi, Any help to the issue below? What change is needed?
Developer technologies | ASP.NET | ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
Data sharing between the server and client app
Hi, Better to share text file between the server and the client app? Any sample to receive a text file on the client app?
Developer technologies | ASP.NET | ASP.NET API
A component of ASP.NET for creating RESTful web services that support HTTP-based communication between clients and servers.
UWP how to change foreground color when mouse over?
Below is my code in App.xaml. I could change the DataGridRow background color while mouse over, but I couldn't change the foreground color while mouse over. What I could add in the PointerOver part? <Style x:Key="BasicDataGridRowStyle"…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
MAUI: An unhandled exception of type 'ObjCRuntime.ObjCException' occurred in Microsoft.iOS.dll
I am facing below issue when running the MAUI iOS app to simulator: Exception has occurred: CLR/ObjCRuntime.ObjCException An unhandled exception of type 'ObjCRuntime.ObjCException' occurred in Microsoft.iOS.dll at…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Visual C++ Activity
Two questions: 1.) running an app in visual C, after I make changes, re-build and execute, sometimes when I try to re-do, it gets a linker error that says "cannot write to the object file", what causes this. 2.) I deleted the .vs file and then…
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.
what is button in winform is that in win32?
is that button in winform is equal to button in win32? maybe not I use SendMessage in winform to send SETTEXT message to the handle of the button but the text is not changed.
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
impact analysis required
look for possible negative impact analysis of implementing fix .NET Framework 4.8.1 on Operating systems 10 and 11 for windows servers of 2012, 2012 R2, 2016, 2019, 2022 including application dependencies and old legacy systems
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
Incomplete login to a GMail account using OAuth 2.0
I am using this code (from here): const string GMailAccount = "******@gmail.com"; var clientSecrets = new ClientSecrets { ClientId = "XXX.apps.googleusercontent.com", ClientSecret = "XXX" }; var codeFlow = new…
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.
Debugger not working for Debugging Extensions in Visual Studio 2026
I am not able to debug my Extensions since I have moved to Visual Studio 2026. When I start debugging and check the Symbol File that is being currently loaded for my Extension, it is coming from the Release path, i.e., it is loading the release .dll…
Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
vba oynasi to'liq ishlamasligi
assalomu alaykum mening excel faylimda vba oynasida yozgan kodlarim to'g'ri ishlamayapti yarmi ishlayapti desa xam bo'ladi lekin aynan o'sha fayl boshqa kompyuterda ishlayapti iltimos yordam bering aynan worksheet_change ishlamayapti faylni ham…
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
RabbitMQ consumer not called in ASP.NET Core
I have a RabbitMQ publisher whose code is: public class RMQConfig { public async Task AddConsumer() { var factory = new ConnectionFactory { HostName = "localhost" }; using var connection = await…
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
Wants to edit vba code
Hi Experts below vba code is working fine to split excel file into different sheets or files based on specific column. I wants to secure data from copy while sharing to others. while using this code i have to unprotect my sheet then run code. after…
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
how to load 3d in winform?
I want to ask that how to load 3d in winform. can I only load one 3d in one control? So I can click it.
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
Visual Studio 18.4.1
There seems to be a number of issues with 18.4.1 that make using it an unpleasant experience. When will there be an update that will fix such things as missing code line numbers?
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.
.net Framewok 4.6.2 on Windows 10 32bit does not install in correct registry folder
When I try to install Team Explorer 2022 it says I need .netFramework 4.6 or higher--I did this and it says It cannot find it--it only sees 4.0 folder ????
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.
How to fix this macro for Word
Hi! I have been using the same macro for 3 years and it suddenly stopped working. My purpose of this macro is to take a mail merge and create PDFs with customized file names. They imported straight to a network folder. I now receive error code 5825 no…
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
Starting VS2022 Performance Profiler in "collection paused" mode
VS2022 Performance Profiler can be started in "collection paused" mode OK, it would indeed be useful to postpone collection of performance stats to a later point in program's execution. But how? How is this mode is supposed to be used? How do I…
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.
I'm getting the An Unhandled Exception error message for the umpteenth time
I've been working on a Blazor app, currently written in .NET 9, for a year. Over that period of time everyone on the team has experience that, "An unhandled exception" error message in a yellow background at the bottom of the page. Also, over…
Developer technologies | .NET | Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML, developed by Microsoft.
Server Error in '/' Application, Login failed for user 'Doamin\user$'
I am migrating a web application from one server to another new server. Everything is fine until I publish the project on the new server. After I logon I get a server error in '/' Application. The error message is: Server Error in '/' Application.…
Windows development | Internet Information Services
Developer technologies | ASP.NET | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.