Create Login Form Using C++ and Visual Studio 2022 with SQL Server Database

preview_player
Показать описание
How to create Windows Forms using C++ and Visual Studio 2022. How to create login forms (winforms) using C++ and SQL Server. How to create database using Microsoft SQL Server and Visual Studio.
**********************

Free Document Proofreading

**********************
Video Content
(00:00) Create CLR Empty C++ Project
(02:06) Create Database Data
(06:03) Create Login Form
(15:32) Create Main Cpp File
(17:44) Create Dashboard Form .

***********************************

🔥 *Complete Udemy Courses* :

⬇️ *Free Document Proofreading* ⬇️
Рекомендации по теме
Комментарии
Автор

I am new to C++ and VS, so this video is immensely helpful...Thanks!

cac
Автор

Thanks man, you are a great man! Super video and help me to learn C++....

declcm
Автор

Hey there,
Kudos to your great efforts.
I have a general enquiry as i am a totally sql noob.
I want to design a form that would be connected to a database server.
Where shall this form template be designed? Visual studio, sql management studio..
Is their any form builder tool that you would recommend me to use..
Thanks a lot..

hasanmougharbel
Автор

Hey, how do I connect to a MySQL server that is not located on my local machine? I need to connect to a MySQL server located on an ubuntu server. Please help, you do great tutorials.

Pharadeon
Автор

thank u, how can i see the list of users or the ppl?

fivesauceftbananas
Автор

When i press the OK button, the program terminates. Even though i did everything right. What should i do?

myth
Автор

I get the error "Internal compiler error C1001." can anyone tell me how to fix it, thanks

quangvu
Автор

I have error at loginform 'system.windows.forms.form' could not loaded please help

sanikamisal
Автор

How do you know what server name you are on?

Meiyourenn
Автор

Thank you for sharing. Can I convert my existing website using html, css & Javascript into Create CLREmpty c++ project?

tonnab
Автор

All the items in my toolbox are greyed out

Xlorate
Автор

Hey, so I encountered a problem with the "try" part.
It seems as if the "command" doesn't get data from email and password AND the try ends at line 183 where reader doesn't get data from command.
Did you add any libraries or something like that? I really need your help, because my project is due in 2 days.

krzys
Автор

Overall, great video but you should really think about displaying the entire code, this made it extremely follow along and took a lot longer. Me being a new coder, looking to use practical application as way of learning, really struggled.

SlickNickTexas
Автор

Hi everyone, You can try this if you encounter the same issue as me. = LNK2001 unresolved external symbol Main, add this to the cpp file of your ui form and try that.

using namespace System;
using namespace System::Windows::Forms;

[STAThreadAttribute]

void Main(array<String^>^ args)

{



ProjectName::FormName form;
Application::Run(% form);

}

then save and restart visual studio or close and reopen the form.
I hope this works. It worked for me.

myth
Автор

Sir . I copied your code in ms visual studio but it all process run but when i enter data (any) it print only "failed to connect database" ...
Plz guiede ...

Rtv
Автор

Thanks for sharing a useful video. And I have a question.
When I add a MessageBox::Show() then I got an error "no instance of overloaded function matches the argument list.

richeedmonds
Автор

Hello, I installed MySQL Server 8.0 I followed all of us steps but I can not create a new Data bank, i can not find the local and instance name. I tried services.msc but i get"SQL Server VSS Writter" without ( ), I really don´t know, can U please help me? I´m like stucked

SpringKerl
Автор

Cant follow.all code please show all the code when showing us.

woho
Автор

Hi Team,
How can I convert all this into a link so that when I search on bar it will direct me to website?

RoshRush
Автор

bro. why does you use this symbol ^ after the data type ???
also in the main (array<string^>^ args) ...what is the meaning of this symbol ??

ahmedhany