An implementation of Visual Basic that is built into Microsoft products.
how to input data from a spreadsheet into a macro
What's the simplest way to pass a number (such as a month number) in a cell of my EXCEL spreadsheet into a macro? I have Excel 24, not 365.
Developer technologies | Visual Basic for Applications
Using Visual C++, which technique give the fastest performance when reading from SQL Server?
There are a number of techniques (products) that allow an application written in Visual C++ to read (and write data) from SQL Server (application and SQL Server on the same server). For example, ADO, OLE-DB, ODBC, ADO.NET etc WHich of these techniques…
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.
Installer SQL Server Integration Services Projects does not detect Visual Studio Professional instances
Dear, The Development department needs to install the component: SQL Server Integration Services Projects!!!. To use it with Visual Studio 2026 Professional!!!. When we run the Installer, it gets stuck on: What would be the reason why it is not…
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.
Opengl Includes
Have a file called C:\glutdlls36 and in this file are the libraries and header directives for the C++ program, i.e. glut.h. I am trying to include the OpenGL routines in C++ using Visual Studio. I execute the following commands, in Visual Studio from one…
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.
AI answer
fix net framework 3.5 on insider program
trying fix net framework 3.5 on the insider program
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.
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.
Fresh C# ASP.NET Core Web Api project on VS returns ERR_EMPTY_RESPONSE upon entering the localhost of the instanced solution.
That's... Really it, tbh. I'm using Visual Studio Community Edition 2026, in Windows 11 Home Single Language, The Visual Studio is a fresh installation that the only thing I really modified of it is the default language in installation. Everything else…
Developer technologies | ASP.NET Core | ASP.NET API
A component of ASP.NET Core for creating RESTful web services that support HTTP-based communication between clients and servers.
How do I fix .NET runtime installation error?
I keep getting a message to download and install .net runtime, x64, V 8.0.11. I downloaded the repair tool and it could not fix the problem. I have no idea how to fix this problem. suggestions?
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.
Visual Studio 2022- Couldn't install Microsoft.VisualCpp.Redist.14
I'm trying to install Desktop development with C++ for Visual Studio 2022. Attempting to install this using the Visual Studio Installer returns an error stating: Couldn't install Microsoft.VisualCpp.Redist.14 The log file mentions another log file that…
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.
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.
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 copy a C# project to another directory and not get an error
When I make a copy of a working C# project and then go and try to open it in VS, I can't get the Form Designer to come up. I get this error: The designer could not be shown for this file because none of the classes within it can be designed. The…
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
What Determines AddHandler Action
I have the following in my Window.Loaded event: Dim cvsPeople As CollectionViewSource = CType(Resources("cvsPeople"), CollectionViewSource) cvsPeople.Source = ocPeople .... ComboTextBox =…
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
OpenGL Libraries
Trying to add the OpenGL libraries to Visual Studio, using C++. Issued the following commands: Tools, Command Line, Developer PowerShell, Install OpenGL, received the error: object not found? Any ideas from any body? 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.
How To Read Data From ODBC And Send It Into Excel Defined Names in C++
Hello C++ COM Experts, We have developed a way of storing SQL in the cloud, reading it, resolving parameters, running it, fetching results, and sending the results into Excel PowerPivot and refreshing the charts. This is very useful in the world of…
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.
How to fix the "dotnet-host-8.0.27-win-x64.msi" missing error for .Net
I am receiving a pop up window from the Microsoft.NET Host: C:\ProgramData\Package Cache{FE436680-E3E9-4BDB-A1C9-AA9DCD76752F}v64.108.52182\ and it is empty
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.
Latest OpenGL Library Routines
Where does one go to download the latest OpenGL library routines? 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.
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.
Devbox with linux OS
Hi, Can i create a devbox with Linux OS instead of Windows OS ? If yes, please share me the steps on how to achieve the same. Thank you, Uday
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.
HttpWebRequest timeout not working
The following code: HttpWebRequest request = (HttpWebRequest)WebRequest.Create(sRequest); // Create(sQuery); request.Credentials = CredentialCache.DefaultCredentials; request.Timeout = 10000; …
Windows for business | Windows Client for IT Pros | Networking | Network connectivity and file sharing
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.
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.