55,788 questions with Developer technologies-related tags

Sort by: Updated
1 answer

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
edited the question 2026-04-20T17:44:36.8+00:00
simo-k 79,775 Reputation points Volunteer Moderator
3 answers One of the answers was accepted by the question author.

MVC Core Passing data from Controller to View while calling PayPal API

This is more a general question. I'm working on an online store, and right now I'm integrating C# code to call PayPal. My store collects data for the entire order, shipping info, etc. and works fine. I first commit the order data to my DB, then make the…

Developer technologies | ASP.NET | ASP.NET Core
asked 2026-04-18T17:56:08.06+00:00
Corey Fleig 510 Reputation points
commented 2026-04-20T16:00:59.59+00:00
Corey Fleig 510 Reputation points
2 answers

Settings Changes Not Being Saved

My app has several settings that the user can change. The code that saves the changes is: My.Settings(PropName) = ConvertedValue My.Settings.Save() I have confirmed that the ConvertedValue is actually saved immediately after that code executes by…

Developer technologies | VB
Developer technologies | VB

An object-oriented programming language developed by Microsoft that can be used in .NET.

2,929 questions
asked 2026-04-14T12:10:49.1933333+00:00
RogerSchlueter-7899 1,691 Reputation points
commented 2026-04-20T15:59:35.3466667+00:00
RogerSchlueter-7899 1,691 Reputation points
2 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
edited an answer 2026-04-20T15:27:51.5333333+00:00
Bruce (SqlWork.com) 83,816 Reputation points
1 answer

MAUI .NET 10 - SafeAreaEdges get actual thickness values

Is there a way to get the actual thickness values from SafeAreaEdges? I want to set my page to SafeAreaEdges.None but at the same time offset some controls if there is a safe area available. I know how todo it on iOS but not sure how to use it on…

Developer technologies | .NET | .NET MAUI
asked 2026-04-20T14:33:17.2566667+00:00
Sebastian Kruse 1 Reputation point
edited the question 2026-04-20T14:34:32.5533333+00:00
Sebastian Kruse 1 Reputation point
1 answer

Objective find numeral when found must have six numerals VBA - need leading zeros to fill out number of digits

Hello from Steve Word numerals to have six numerals Objective find numeral when found must have six numerals If less than six numerals put in zeros at the beginning to complete six numerals VBA

Developer technologies | Visual Basic for Applications
asked 2026-04-19T21:01:02.93+00:00
SteveD 145 Reputation points
edited the question 2026-04-20T13:41:18.1833333+00:00
simo-k 79,775 Reputation points Volunteer Moderator
1 answer

vba: Find/Replace digits and formatting That replacement text contains a group number that's out of range

Hello from Steve Objective is when three digits found put a zero in at the beginning. That replacement text contains a group number that's out of range Sub AddZeroBeforeThreeDigits() With Selection.Find .ClearFormatting …

Developer technologies | Visual Basic for Applications
asked 2026-04-19T21:33:31.0633333+00:00
SteveD 145 Reputation points
edited the question 2026-04-20T13:40:49.43+00:00
simo-k 79,775 Reputation points Volunteer Moderator
1 answer

vba: Objective replace three zeros

Hello from Steve Objective please replace with 3 zeros at the beginnjing when three digits are found Sub AddZeroBeforeThreeDigits() With Selection.Find .ClearFormatting .Replacement.ClearFormatting ' Find any 3-digit number as a group …

Developer technologies | Visual Basic for Applications
asked 2026-04-19T22:01:41.55+00:00
SteveD 145 Reputation points
edited the question 2026-04-20T13:40:11.83+00:00
simo-k 79,775 Reputation points Volunteer Moderator
1 answer

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
asked 2026-04-19T21:50:34.99+00:00
SteveD 145 Reputation points
edited the question 2026-04-20T13:39:40.3666667+00:00
simo-k 79,775 Reputation points Volunteer Moderator
1 answer

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 145 Reputation points
edited the question 2026-04-20T13:39:10.0133333+00:00
simo-k 79,775 Reputation points Volunteer Moderator
2 answers

Word finding X at the beginning of numerals

Hello from Steve Is it possible please using the below [0-9XL]{5} to also find X at the beginning. For example X9937 Sub Test () Selection.Find.ClearFormatting With Selection.Find .Text = "[0-9XL]{5}" .Replacement.Text =…

Developer technologies | Visual Basic for Applications
asked 2026-04-20T04:03:02.13+00:00
SteveD 145 Reputation points
edited the question 2026-04-20T13:38:21.1966667+00:00
simo-k 79,775 Reputation points Volunteer Moderator
1 answer

Find font 12

Hello from Steve Objectives replace with font 12 Sub AddZeroBeforeThreeDigits() With Selection.Find .ClearFormatting .Replacement.ClearFormatting .Text = "([0-9]{2})" .Replacement.Text = "000\1" .Forward =…

Developer technologies | Visual Basic for Applications
asked 2026-04-20T07:25:19.0266667+00:00
SteveD 145 Reputation points
edited the question 2026-04-20T13:37:16.2133333+00:00
simo-k 79,775 Reputation points Volunteer 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-20T13:04:14.15+00:00
Kim Strasser 2,416 Reputation points
2 answers

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

878 questions
asked 2026-04-20T05:08:57.4133333+00:00
Rosenbohm, Mario 40 Reputation points
edited a comment 2026-04-20T12:21:10.88+00:00
Viorel 126.8K Reputation points
4 answers

Android Emulator window is invisible/off-screen in VS 2026 Insider (Cannot interact, only visible in Alt+Tab)

Hello, I am developing a .NET MAUI application using Visual Studio 2026 Insider. When I start debugging with the Android Emulator (Pixel 9 Pro - API 31), the emulator runs in the background, but the actual interactive window never appears on my screen. I…

Developer technologies | .NET | .NET MAUI
asked 2026-04-04T17:33:46.5666667+00:00
Abdulkadir Toksöz 0 Reputation points
recommended 2026-04-20T12:03:40.36+00:00
Olga_Gh 180 Reputation points Microsoft Employee Admin
2 answers One of the answers was accepted by the question author.

I am trying to integrate Firebase Analytics and Crashlytics into a .NET MAUI (.NET 10) Android application, but I am facing a runtime exception related to Crashlytics.

Steps I followed: Created a new .NET MAUI project Created a Firebase project and added an Android app Ensured the ApplicationId matches the package name Added google-services.json to: Platforms/Android/google-services.json Set Build Action to…

Developer technologies | .NET | .NET MAUI
asked 2026-04-06T11:36:26.9566667+00:00
Vignesh Palthurai 0 Reputation points
commented 2026-04-20T10:20:29.9633333+00:00
Nancy Vo (WICLOUD CORPORATION) 2,805 Reputation points Microsoft External Staff Moderator
2 answers One of the answers was accepted by the question author.

vdproj Setup Project not generating .msi / .exe – System.Buffers.dll dependency warning (.NET Framework 4.7.2, x64)

Hello Community, I am facing an issue while creating a Setup project (.vdproj) in Visual Studio and I am hoping someone can help clarify why this is happening. Environment Details Application type: VB.NET Windows Forms Target framework: .NET Framework…

Developer technologies | Visual Studio | Setup
asked 2026-04-07T13:07:03.28+00:00
Aman Agrahari 200 Reputation points
accepted 2026-04-20T08:33:13.04+00:00
Aman Agrahari 200 Reputation points
1 answer

MAUI issue - iOS CarouselView does not update content correctly when Accessibility (Voice Over) is enabled

When using CarouselView together with IndicatorView in .NET MAUI, enabling Accessibility/Screen Reader (such as VoiceOver on iOS) causes the CarouselView content to not update when navigating items. However, the IndicatorView does update correctly,…

Developer technologies | .NET | .NET MAUI
asked 2026-04-01T10:45:05.1533333+00:00
Raghavender Yelisetty (ext) 0 Reputation points
commented 2026-04-20T08:19:32.4666667+00:00
Nancy Vo (WICLOUD CORPORATION) 2,805 Reputation points Microsoft External Staff Moderator
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,326 Reputation points
commented 2026-04-20T08:14:40.8133333+00:00
Scott Huang 3,326 Reputation points
2 answers

wich nugets I have to install for report viewer in visual studio vb.net?

I just install visual studio and I want to make reports y download Microsoft RDLC Report Designer and Repor Viewer core winforms, but When i want to drag a tool Report Vierer to a form Iit can be place in the form

Developer technologies | Windows Forms
asked 2026-04-17T22:37:37.35+00:00
jose de jesus sanchez 0 Reputation points
answered 2026-04-20T07:59:21.47+00:00
Nancy Vo (WICLOUD CORPORATION) 2,805 Reputation points Microsoft External Staff Moderator