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
AI answer
Playwright for .NET Recorder/Inspector is giving me several problems.
I am certain that I ran playwright.ps1 from .\bin\Debug\net10.0\playwright.ps1, but every time I tried to run the codegen command, it always complained: .\bin\Debug\net10.0\codegen: The term '.\bin\Debug\net10.0\codegen' is not recognized as a name of a…
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
the android quit when I first run the APP in .net MAUI?
I am using .net MAUI 9.0 and when I first debug the APP will crash/quit in android. and then I debug it runs well. and when I uninstall it and then debug again it will crash/quit again. how to find the error of it? there is no exception I run it on my…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
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
An implementation of Visual Basic that is built into Microsoft products.
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.
Error using ClientWebSocket: The 'Connection' header value 'Upgrade,Keep-Alive' is invalid. .NET Framework 4.7.2
Hi, Im using .NET Framework 4.7.2 trying to connect to a WebSocket as a client, however I keep getting the same error over and over: System.Net.WebSockets.WebSocketException (0x80004005): The 'Connection' header value 'Upgrade,Keep-Alive' is invalid. …
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
How can we extract startup UWP applications?
I am using C++ code base to develop a forensic tool. The requirement is to display all the startup applications. However UWP apps which are enabled to run at startup, are not found in RegEdit at…
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 know if the Bluetooth is connectable in .net android and .net ios?
I am using .net android and .net ios(not MAUI) I searched a BLE and then close the BLE and how to know if the Bluetooth is connectable? I search and get the list and then the user will connect it I want to know if the Bluetooth is connectable if not I…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
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.
How Do I Find Indent or Depth of an HTREEITEM?
Hello Folks and AI assistants: I send TVM_GETINDENT to learn how much each tree item is indented relative to its parent. I want to know how much a particular treeview item is indented. For this I need to know the depth a particular HTREEITEM is in…
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.
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.
Can I use both "Designer" and "DesignerAttribute" in a Winforms UserControl?
I am trying to create a Winforms UserControl that will act as a container for other controls AND use its own Designer. I have used the following Microsoft examples: ControlDesigner…
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
How can I generate accurate code coverage reports using Coverlet in .NET projects?
I'm looking for the best way to generate accurate code coverage reports in a .NET application using Coverlet. I want to integrate code coverage into my testing workflow and CI/CD pipeline while ensuring reliable reporting across multiple projects. I've…
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
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.
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.
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.
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.
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.
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.
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.