An object-oriented programming language developed by Microsoft that can be used in .NET.
In wpf with vb, there is no closing of a popup opened from another popup with the Staysopen property set to true.
Hello, In WPF with VB, I have a main window representing a toolbar. A button in the main window opens a popup with the StaysOpen property set to True. From a button in the popup, I open a second popup with StaysOpen set to False. After the first time the…
Developer technologies | VB
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.
VBA control on worksheet calculations
I woud like to have VBA control over when a work sheet is calculated
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
Need to figure out how to create drop down list in Powerpoint using developer option
I've watched the few videos and read articles I can find on this topic but still cannot figure out how to create a drop down list in powerpoint, using developer option. When I get to the point of entering my data in the code field: End…
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
Request for Microsoft guidance: Migration strategy from VB.NET/ASP.NET MVC/System.Web to .NET 10
Dear Microsoft Support Team, We are currently evaluating a modernization strategy for an existing enterprise system, GMTP/F-GDC, and would like to request Microsoft's official technical guidance before deciding on our migration approach. 1. Current…
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
Problem installing Microsoft Visual C++ 2015-2019 (x86) Redistributable on Windows 10
The application keeps asking me to install this, but it won't install. It tells me there's already a version installed, even though the latest version is Microsoft Visual C++ V14 (x64) Redistributable on Windows 10, and the oldest version is 2013 and…
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
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.
Already has a body
//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(); } void glutInit(int* argcp, char** argv) { glutInitDisplayMode(GLUT_RGB |…
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.
Multiple Graph Output
//OpenGL functions, open a window and initialize void display(void) { glClearColor(1.0f, 1.0f, 1.0f, 1.0f); glClear(GL_COLOR_BUFFER_BIT); glLoadIdentity(); //issue the GL commands glTranslatef(-.3, 0., 0.); glRotated(45.,0., 1.,0.); glScalef(.5,…
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.
Ending a function
void display(void); { glClearColor(1.0f, 0.0f, 0.0f, 1.0f); glClear(GL_COLOR_BUFFER_BIT); glLoadIdentity(); glFlush(); } void glutInit(int* argcp, char** argv); { glutInitDisplayMode(GLUT_RGB | GLUT_DEPTH); …
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.
VBA trying to launch Outlook 2016
My VBA Excel code is set to send an email, but rather than using the existing Outlook on my laptop is trying to launch and install Outlook 2016
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
OpenGL glutInit 2
#include <iostream> #include<Gl\gl.h> #include<GL\glut.h> #include<GL\freeglut.h> #include<cmath> using namespace std; int main() { void display(void) { glClearColor(0.f, 0.f, 0.f, 1.f); …
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.
Existing VS Code Marketplace publisher cannot generate PAT because Azure DevOps requires Azure subscription
I own an existing Visual Studio Marketplace publisher. Publisher: JashT14 Extension: Symtrace for VS Code The extension is already published (v0.2.0), and I am attempting to publish an update (v0.3.0). Environment: vsce 3.9.2 Windows Personal…
Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment
where to start if I want to learn C#
where should I start if I want to learn C#, I have no previous C# knowledge, but have a lot of experience in C++
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.
VB6 IDE Download
Where can i download VB6 IDE from?
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
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.
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.
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.
What are the most effective strategies to convert Figma/UI wireframes into clean, responsive HTML/CSS or React components?
I am building a web application using React and Tailwind CSS (or standard CSS). I have created UI wireframes and high-fidelity mockups in Figma (including landing pages, dashboards, and form components). Now, I am converting these visual designs into…
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.
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.