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 version 10 support needed for function apps
We got a recommendation to migrate our function apps to isolated worker model. We already have them on .net 9.0 version and now we are looking to upgrade to .net 10 version. Can I know when will the .net 10 version be available on Visual Studio to start…
Developer technologies | Visual Studio | Other
I used to have 3D buttons but not in 2026
I used to use 3D buttons. These had a kind of drop shaddow effect so they would visualy go up and down. What I have now is just a flat button. On a visual basic forum I was told to Right click on project and select properties In application general, I am…
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
Keep the gluInit Window Open
//OpenGL functions, open a window and initialize void display(void) { glClearColor(0.0f, 1.0f, 0.0f, 1.0f); glClear(GL_COLOR_BUFFER_BIT); glLoadIdentity(); glBegin(GL_LINES); I = 0.; do { glVertex3d(PLOTX[I], PLOTY[I],…
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.
WinForms DataGridView: Prevent Enter from moving to the next row and move focus to another column in the same row
I'm using a WinForms DataGridView for entering sales invoice items. Suppose my grid looks like this: Row Qty Net Rate 1 5 ... -------- -------- -------- 1 5 ... 2 6 ... 3 (new empty row) If I edit Row 2 and change the quantity from 6…
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.
Keep Window Open
Running C++, OpenGL and graphics output with Visual Studio. Running OpenGL with a graphics window, when I execute, the window immediately closes at the program end before I can see what is happening. How does one keep the window open that has been…
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.
glutInit Placement
//OpenGL functions, open a window and initialize void display(void) { glClearColor(1.0f, 0.0f, 0.0f, 1.0f); glClear(GL_COLOR_BUFFER_BIT); glLoadIdentity(); glFlush(); } //rename glutInit as one already in library, to eliminate "already has a…
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.
Refused to apply style from '' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
ASP.NET Core + IIS: Browser receives Content-Type: text/javascript,text/html even though application returns text/javascript I'm facing a strange MIME type issue in an ASP.NET Core MVC application hosted on IIS (Windows Server). I've investigated the…
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.
WPF Datagrid (C# .NET 10)
Hello. How fix this? <UserControl.Resources> <CollectionViewSource x:Key="CollectionViewBusinesDataGrid" Source="{Binding BusinesDataGridItemsSource, IsAsync=True}"> …
Developer technologies | Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
how do i get into Microsoft Academy benefit
I am signed into my MS account and have a subscription to VIsual Studio. I am trying to see what the Microsoft Academy is but cant find it. I am led to believe that I have access to it, but it doesnt really exist
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 missing dll in VS 2022
Image1.jpg See Image 1 to see the name of the dll file that is preventing the creation of an installer for StaffTrak which I have previously done 382 million time. My investigation into this issue suggests that VS 2022 is corrupted, but I don't know how…
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.
Still No Graphic Output
//OpenGL functions, open a window and initialize void display(void) { glClearColor(0.0f, 1.0f, 0.0f, 1.0f); glClear(GL_COLOR_BUFFER_BIT); glLoadIdentity(); //issue the GL commands glTranslatef(-.3, 0., 0.); glRotated(ROT, XX, YY,…
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.
Can an existing VB.NET ASP.NET Web Forms application be migrated to .NET 10 while keeping VB.NET?
Hello Microsoft Support, We have a legacy enterprise system developed with VB.NET on .NET Framework 3.5 (ASP.NET Web Forms). We are planning to migrate the system to .NET 10 and would like to minimize code changes. Our questions are: Is it possible to…
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
Visual Studio Enterprise subscription renewal link url https://aka.ms/vssentrenew is not valid
After I click on a Visual Studio Enterprise subscription renewal link i get:
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
how I get the CPU and memory usage during the program run?
how I get the CPU and memory usage during the program run?
Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
C++/WinRT UWP Xbox Game Bar Widget memory usage keeps increasing when updating XAML binding data with DispatcherTimer
Hello, I am developing a hardware monitoring widget based on Xbox Game Bar Widget using C++/WinRT and UWP XAML. Environment Windows 10 22H2 Visual Studio 2026 C++/WinRT UWP Xbox Game Bar Widget Microsoft.Gaming.XboxGameBar API Scenario A Win32…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
XAML Path Is Not Recognized
I am working with a Transactions class: Public Class Transactions .... Public Property CurrentTransaction As Transaction Public Property Details as DataTable End Class The Details table has a "CategoryID" column. In the wpf for a…
Developer technologies | Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
Change run and debug button to run button only, Run cpp file without using code runner
In vs code, for my C/CPP file, i always see run and debug option and I want to change it to run option only, also how to run the cpp file without using code runner Moved from: Community Center | Discuss the Q&A site | Get started on Q&A
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.
visual studio community 2017 cannot login
visual studio 2022 works but vc 2017 will not allow me to logon
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
ASHWID API Fails to Retrieve BIOS UUID After 2-3 Minutes Post-Reboot
Our UWP app calls the Windows API ASHWID (Application Specific Hardware ID) to retrieve the device UUID for uniquely identifying the tablet. However, an anomaly occurs where this value cannot be fully or correctly retrieved under certain…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
Reading Datafile in As Few Lines As Necessary
I know the DataReader method, but I thought there was a way using "ReadLine" or something like that.
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.