VISUAL BASIC 2005 AND DATABASES is a tutorial that provides a detailed introduction to using Visual Basic for accessing and maintaining databases for desktop applications. Topics covered include: database structure, database design, Visual Basic 2005 project building, ADO .NET data objects (connection, data adapter, command, data table), data bound controls, proper interface design, structured query language (SQL), and database reports. Actual projects developed include a sales invoice system, a home inventory system and a daily weather monitor.
VISUAL C# EXPRESS FOR KIDS is a tutorial consisting of 10 chapters explaining (in simple, easy-to-follow terms) how to build a Visual C# Express Windows application. Students learn about project design, the Visual C# Express toolbox, and many elements of the C# language. Numerous examples are used to demonstrate every step in the building process. The tutorial also includes several detailed computer projects for students to build and try. These projects include a number guessing game, a card game, an allowance calculator, a drawing program, a state capitals game, Tic-Tac-Toe and even a simple video game.
LEARN VISUAL BASIC 2005 is a eleven week course covering object-oriented programming concepts, the Visual Basic 2005 integrated development environment, building and distributing Windows applications, exception handling, sequential file access, graphics, multimedia, advanced topics such as web access, printing, and HTML help system authoring. The course also introduces database applications (using ADO .NET) and migrating applications to the web (using ASP .NET).
LEARN VISUAL C# 2005 is a eleven week course covering object-oriented programming concepts, the Visual C# 2005 integrated development environment, building and distributing Windows applications, exception handling, sequential file access, graphics, multimedia, advanced topics such as web access, printing, and HTML help system authoring. The course also introduces database applications (using ADO .NET) and migrating applications to the web (using ASP .NET).
HOME PROJECTS WITH VISUAL BASIC EXPRESS is a new product from KIDware. Visual Basic Express programming concepts are taught while providing detailed step-by-step instructions in building many fun and useful projects. To grasp the concepts presented in HOME PROJECTS WITH VISUAL BASIC EXPRESS, you should possess a working knowledge of Windows and have had some exposure to Visual Basic Express programming (or some other programming language). We offer two beginning programming tutorials (VISUAL BASIC EXPRESS FOR KIDS and BEGINNING VISUAL BASIC EXPRESS) that would help you gain this needed exposure.
Do you have the Sudoku bug? SUDOKU FUN is the cure! Sudoku is played on a 9 x 9 grid, made up of nine 3 x 3 subgrids. An initial Sudoku puzzle will have some numbers placed on the grid. You complete the puzzle by filling in the remaining numbers, making sure every row, column and subgrid uses the digits 1 through 9. The beauty of Sudoku is that even though the rules are simple to understand, solving the puzzle can be a complicated logical task. Sudoku is a world-wide phenomenon. Puzzles are printed in daily newspapers and books of puzzles abound. The SUDOKU FUN program can help you learn to solve Sudoku puzzles.