About 2,480,000 results
Open links in new tab
  1. c# - Adding a new "Book" object created in Form2 to List<Book> …

    Aug 19, 2024 · I am new to Windows Forms and my assignment is to create a program that upon launch, populates a list of books from a txt file and then allow the user to click a button and …

  2. C# method for finding Book in list, and removing a Book from the …

    Sep 19, 2016 · I have to make a Library class that has a list of Books with a Title, Author, and ID#. I have to make methods to add books, find books by title, display all books, and remove books.

  3. beginner - Book List in C# - Code Review Stack Exchange

    Jul 31, 2020 · I've made a very simple book list console app in C#. You can add the name, author and the page number of the book. You can also edit the infos or remove the book from the list …

  4. Creating a List<Book> c# console application - Stack Overflow

    Feb 20, 2013 · You need to create a class called Book that contains the properties you want to have. Then you can instantiate a List<Book>. Example: public class Book { public string …

  5. Form Class (System.Windows.Forms) | Microsoft Learn

    The Form class can be used to create standard, tool, borderless, and floating windows. You can also use the Form class to create modal windows such as a dialog box.

  6. Create a Windows Forms app with C# - Visual Studio (Windows)

    Feb 26, 2025 · Create a Windows Forms app in Visual Studio with C#, add button controls to the form, and run the code to test your application.

  7. C# WinForms: Create a Full Book Management System from Scratch

    Welcome to the C# WinForms Book Management System Series! This complete guide will teach you how to build a full-featured book management application from the ground up. Learn how …

  8. GitHub - shanchuann/Book_Management_System: BookMS 是一个基于 C#

    Apr 26, 2025 · BookMS 是一个基于 C# 和 Windows Forms 开发的图书管理系统,采用 SQL Server 作为数据库。该系统主要面向图书管理员和普通用户,提供了完整的图书管理功能,包 …

  9. Introduction to ASP.NET Core part 11: inserting a new Book in a form

    Feb 9, 2017 · Insert a Razor view called Create into the Views/Books folder: The BeginForm helper method opens the form tag. Since it implements IDisposable the helper closes the form …

  10. GitHub - KulvinderKunj/Book-Shop-Management-Sysyem: This is a C#

    This is a C# Windows form Application which helps to manage a Book Shop activities. This application have to section admin and user.

  11. Some results have been removed
Refresh