An implementation of Visual Basic that is built into Microsoft products.
VBA Developer Mode?
Hi Community. DPA here. See attached screenshot. I need pointed in the right direction. I don’t know how to get started in VBA Developer mode in Outlook. I have read through both the “Visual Basic Guide” and the “Office VBA Reference/Outlook” in…
Developer technologies | Visual Basic for Applications
How to read the HTTP Body in an IIS Managed Module without breaking an ASP.NET Core Azure Web App?
I am trying to intercept and read incoming HTTP traffic using a custom managed .NET module (IHttpModule) on a Windows-based Azure Web App. I am able to successfully fetch the context.Request and context.Response parameters, headers, and metadata.…
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.
How to fix error in Visual Studio code in regard to the visual studio developer being applied
I am getting an error when trying to run C++ code in Visual Studio Code that says "The source code could not be built because the Visual Studio developer environment was not applied", how do I fix this issue? Thnak you
Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment
Open in VS Code for the web fails ... tunnel 400 error ?
Hello everyone, The last week I have problem connecting to VS Code for the Web, my cloudshell works correctly, my account is ok, everything works BUT when tryont to open through browser - azure portal the VS Code for the Web, I got errors similar to…
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.
MAUI: iOS: Image alignment issue in pdfwebviewer
I have a custom pdfwebviewer like below where I viewing both pdf and images. <ctrl:PdfWebViewer Grid.Row="2" Uri="{Binding SelectedArticleUrl}" HorizontalOptions="FillAndExpand"…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
What is the best way to create controls for a list of items?
I am using VB.net and trying to create a windows forms application, part of which will display a list comprised of items from two groups. I have 2 groups of items. The first group contains 87 items and the second group contains around 20 items, which may…
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
setup vs2026 fail
安装发生错误。 可以通过以下方法排查包故障: 1. 使用下面的搜索 URL 搜索每个包故障的解决方案 2. 修改对受影响工作负载或组件的选择,然后重试安装 3. 从计算机中删除产品,然后重新安装 如果已在开发者社区上报告问题,则可在此处找到解决方案或解决方法。如果尚未报告此问题,我们鼓励你创建新问题,以便其他开发人员能够找到解决方案或解决方法。可以使用“提供反馈”按钮从右上角的 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.
Visual studio setup project and MSBuild (again)
Hi, We're trying to get rid of VS from Jenkins and use MSBuild exclusively, but we have an installer project. I know MSBuild doesn't support .vdproj, so there's no way to make it work. We have a custom UI and a lot of custom actions, so switching to Wix…
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
Securing .Net 10 WebApi to be called by Windows Application
Hello everyone and thanks for the help in advance. I am developing a .Net 10 WebApi that will be called by a Windows application. When searching for solutions I am confused if the calling application changes how the api is secured. Any help would be…
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
Detect if user has finished drawing strokes in InkCanvas
I am using VS2017 to develop my UWP app and my APP min target version is 10.14393. Is there any event of InkCanvas I can use to detect whether user has finished drawing strokes or not. I want to enable some button after user has drew strokes. …
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
how to get microsoft c++ v2013
how to download microsoft c++ v2013. all version needed to solve problems with EnCapta siemens
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.
"Could not load file or assembly" error in Visual Studio designer.
I am getting a "Could not load file or assembly" error in the Visual Studio designer for a WinForms app, when the file in question (a custom DLL) most definitely exists, and in the directory that it is supposed to be.
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
glutInit Tutoring
Sure wish there was a tutoring item somewhere that discussed the use of the "glutInit(..) use and follow-on commands to prepare to open a window for OpenGL, graphics output. Haveing considerable problems with the commands: glutInit() and arguments…
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.
UWP Store app crashes while including win32 exe as part of package
Hi, From our existing windows store application(UWP App), we are trying to include passkey support. For that we have created a Win32 exe (passkeybridge.exe) and a PluginAuthenticator.dll(native dll). which implements …
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
Overload resolution failed because no accessible 'Image' is most specific for these arguments
My app has a bunch of buttons. The images on the button were added by importing an image to the Resources. I added a TableAdapter through the DataSet Designer. Now when I go to open the Form Designer it fails to load with this error:The designer cannot…
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
How to fix failing WebView calls
i wrote a MAUI app using Visual Studio that seems to have a problem on older android devices. I think the problem may have something to do with the WebView because that is where it seems to fail. the app loads but when WebView is called the app just…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
ggshield invocation during git commit
In VS 2019, ggshield gets invoked automatically while making commits, and it blocks commit if secret is present in any file. But this is not happening with Visual Studio 2022, because it uses it's own mini git version. I am not able change VS 2022…
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
conversione di Private Declare Function ShowWindow in PtrSafe
come converto questa funzione di Acces da Private Declare Function ShowWindow Lib "user32" _ (ByVal hWnd As Long, ByVal nCmdShow As Long) As Long in PtrSafe?
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
RamOptimizerWinUI\RamOptimizerWinUI\Form1.Designer.vb(23)
how do I resolve error code BC30002 in ram optimizer/winUI?
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
winio@ Graphics
Programing in Visual Studio, C++ want to open a graphics window with winio@ whet directive headers, #include <....> do I need? 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.