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.
Help with Minecraft Bedrock Server logo on loading screen
Hello, I was wondering if it's possible to replace the Minecraft title logo with a different logo on the loading screen when connecting to my Minecraft Bedrock Server ps: sorry if these are the wrong tags. these were the closest to this subject I could…
Developer technologies | Visual Studio | Other
C++ Libraries
Running Virtual Studio, C++, where are the library files that the system looks for, i.e. #include <math.h>, etc. Sid Kraft
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.
Zombie COM Surrogate (WinInetCacheServer) processes when running MAPI in a 64-bit MFC Application via Task Scheduler
I have a 32-bit C++ MFC Windows application that calls MAPI via the Windows MAPI API. Recently, I compiled the application to 64-bit, and it runs fine when launched manually. However, when I schedule the same 64-bit version to run via Windows Task…
Outlook | Windows | Classic Outlook for Windows | For business
Using classic Outlook for Windows in business environments
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.
Visual Studio, C++ Opengl
Using C++ in Visual Studio, want to use the OpenGL software modules to get graphics output. Not sure how to include the library routines in order to do. Sid Kraft
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.
Microsoft VS Code Application Issues
Over the past 2–3 weeks, multiple users at this site have experienced issues with Microsoft VS Code. Users report that the application unexpectedly shuts down while they are working. The troubleshooting steps performed so far include: Ending the VS Code…
Developer technologies | Visual Studio | Testing
A suite of integrated tools for creating, running, and managing tests to ensure code quality and reliability.
Visual Studio and Visual Basic
Hi. I would like to write Visual Basic programs in Visual Studio. I have read documentation on .NET, Visual Basic and Visual Studio. I am confused. Questions? What is the relationship between Visual Basic and Visual Studio? When the free,…
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 remove quotation marks from data in vfp 9
how to remove quotation marks from data in vfp 9how to remove quotation marks from data in vfp 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.
How to remove the space on the left side of the editor in Visual Studio
How to remove the space on the left side of the editor in Visual Studio? How to remove the space on the left side of the editor in Visual Studio? How to remove the space on the left side of the editor in Visual Studio?
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
Issue with icons in NavigationPage TitleView
Below is my title view: <NavigationPage.TitleView> <Label Text="{ex:Localized AlertsText}" HorizontalOptions="CenterAndExpand" VerticalOptions="Center" …
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
EmptyView is not visible on the UI when no items are available in iOS platform
Below is my UI: <Label Grid.Row="1" x:Name="_emptyLabel" IsVisible="False" Text="{ex:Localized NoAlertsArchivedText}" AutomationProperties.HelpText="{ex:Localized…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
How to install USB over IPP in windows 11
We have a mopria certified label printer. we are able to connect using eternet for Microsoft IPP class driver and working. How so we connect and install Microsoft IPP class driver for USB printer in Windows 11 25H2? We have tried all scenario. but it…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
Issue to handle PDF
Hi, Can you help to the issue below? No match was found for the specified search criteria and package name 'MauiNativePdfView'. Try Get-PackageSource to see all available registered package sources.
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
How to restrict resize of windows size in Print support app
We are developing print support app for label printer. We need to restrict the resize option of the window when user click printing preferences from printer properties. is there any option to do this?
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
problem with automatic download of print support app
We are developing print support app for label printer. we have published app with package family name (XXXX.XX_XX) and account name is "ABCD EFG". We have printer extension inf with same Package family name and manufacture as…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
UWP print support app default window size
We are developing print support app for label printer using UWP. Here we have designed printing preference page as below. But when we click printing preference page it shows as below. Is there any way to fix the screen size issue? Also is there a way…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
Cannot repair Microsoft Visual C++ 2015-2022
Receiving Microsoft Visual C++ 2015-2022 error and cannot repair. Tried all suggested ways.
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.
Need to delete a VSCode marketplace publisher
Hi, I published an extension and need to delete the publisher - the extension is already unpublished and deleted. I want to delete the old publisher name, can you help me? Thanks!
Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment
Need to launch printing preference from UWP C# app
We are developing UWP application C# to handle printers. We need to open any one of the printer's printing preference page from our application. If we use shellexecute or createprocess to launch the command "rundll32.exe with…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode.
I was running VS 2017 and today I installed VS2019 and after dotnet version changed from 2.1 into 5.0.301. Currently this machine has 2017 and 2019 version. Also I have had created a project in 3.1 . When I run the project in VS 2019 , it brings…
Developer technologies | ASP.NET Core | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
how can i set the path for Dependencies in xxx.deps.json?
Hello, I have a number of DLLs (C# projects) that are loaded by a third-party EXE. Each of these DLLs has a .deps.json file listing its dependencies. The individual DLLs cannot be located in the same directory. If all the dependencies of a DLL are…
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.