VB.Net WinForms App in Visual Studio 2019 (Getting Started)

preview_player
Показать описание
VB.Net WinForms App in Visual Studio 2019 (Getting Started)
With Windows Forms, you can create powerful Windows-based applications. The following topics describe in-depth how to harness the power of Windows Forms to display data, handle user input, and deploy your applications easily and with enhanced security
Windows Forms is a smart client technology for the .NET Framework, a set of managed libraries that simplify common application tasks such as reading and writing to the file system. When you use a development environment like Visual Studio, you can create Windows Forms smart-client applications that display information, request input from users, and communicate with remote computers over a network.
Visual Basic .NET (VB.NET) is a multi-paradigm, object-oriented programming language, implemented on the .NET Framework. Microsoft launched VB.NET in 2002 as the successor to its original Visual Basic language.
Рекомендации по теме
Комментарии
Автор

Very good tutorial for good start. Thanks bro!

Vitordx
Автор

Do you know how to hide and load another form? (example: I login successfully and a different form loads with what I want on it) Other guides are old and seem to error out when I do what they do.

reaganjones
Автор

I'm tired. in latest version whenever i start new form project, it *doesn't open Designer (drag n drop) by default* instead it opens *code file* and additionally it seems there's no way i can open (drag n drop) Designer file) how can i do that?

pritnadoda
Автор

Can you please help me? When I try to run it tells me that I need to have a sub main (), but I'm on windows form, and also when I try to add another module for the sub main it can run but it doesn't show anything, it just tells me Ready at the bottom.

hectic_student
Автор

I am getting error when i add the label

markcaruana