
Database Application Development with Visual Basic .NET and Visual Studio Community Edition
Explore the world of database application development using Visual Basic .NET with the Visual Studio Community Edition. Learn how to create MDI interfaces, add reports, manage NuGet packages, and integrate Report Designer tools for efficient development.
Download Presentation

Please find below an Image/Link to download the presentation.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.
You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.
E N D
Presentation Transcript
DataBase Application .NET Visual Basic .NET Database Application Visual Basic .NET Database Application
Visual Studio Community Edition Visual Studio Community Edition (free download) https://www.visualstudio.com/downloads/ .NET desktop development ASP.NET Web development Visual Basic .NET Database Application
Main Form Is MDI (Multiple-Document Interface) Container True ToolBox MenuStrip Visual Basic code: SecondaryForm.MdiParent = Me SecondaryForm.WindowState = FormWindowState.Maximized SecondaryForm.Show() Visual Basic .NET Database Application
Add Reports Reports https://www.youtube.com/watch?v=ZyqQ5UcA78k Download and Install Report in Visual Studio 2017 Tools Extensions and Updates Visual Basic .NET Database Application
Microsoft Report Designer Visual Basic .NET Database Application
VSIX Installer Visual Basic .NET Database Application
NuGet Package Manager Manage NuGet Package for Solution Browse ReportViewerControl - Install Visual Basic .NET Database Application
ToolBox General Choose Items Browse .\Projects\Project\packages\Microsoft.ReportingServices.ReportViewerContr ol.Winforms.140.1000.523\lib\net40\Microsoft.ReportViewer.WinForms.dll Visual Basic .NET Database Application
from ToolBox add ReportViewer control to Forms Choose Report Dock in Parent Container Make EXE Visual Basic .NET Database Application