python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
C++/CLR Login form - Opening form on button press
I am new to C++ and I am doing a exercise where I make a login form. I am struggling with opening my other form on button press, can anyone help/guide me. Thanks
private: System::Void btnLogin_Click(S...
NewProgrammer
Votes: 0
Answers: 1
C++ WinForms, get the name of a System object
I'm currently learning how to make windows programs in C++ with CLR in Visual Studio 2022. I'm very new to C++ (Started 2 days ago and I barely know what a struct is), and I just can't seem to find ou...

Coakey
Votes: 0
Answers: 0
How can I compare System Strings while creating forms using CLR/CLI (.NET Framework)(C++)?
I am trying to create a visualization of Priority Queue using WindowsForms (CLR/CLI, C++, .NET Framework). I am done with the enqueue part but when I try to visualize the dequeue function, the values ...
Kaspersky
Votes: 0
Answers: 1
Trying to find a way to check if a System::String variable can be parsed into double in C++
I have a seemingly simple but maddening problem.
I normally work in either MATLAB or Python, but I wanted to create a relatively small sized stand alone code the runs some safety calculations from a G...
Phanixis
Votes: 0
Answers: 1