Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

A Beginner's Guide to C-Sharp-CH18: Launching External Programs - Shell (ABGC)

Posted By: AlenMiler
A Beginner's Guide to C-Sharp-CH18: Launching External Programs - Shell (ABGC)

A Beginner's Guide to C-Sharp-CH18: Launching External Programs - Shell (ABGC) by Tim R. Wolf
English | 17 Jun. 2017 | ASIN: B072SDJ7SR | 33 Pages | PDF | 794.06 KB

Chapter 18 (27 pages) describes how to launch any other program from within your program. For example, your program could launch Notepad or Excel. Although this is a short chapter, it is a surprisingly interesting topic, with many options.

Topics: Launching an external program (shell) separately from your program. Waiting for the external program to close. Passing filenames and other parameters. Running minimized, maximized. Keep from launching the external program twice (Mutex). Using Visual Studio tools vs manual coding. Running DOS programs and reading the console screen.

About this series: A beginner's guide to C-Sharp programming with Microsoft's Visual Studio, 2017. A complete programming guide. Simple, step-by-step, fully illustrated. Tailored for new and novice developers. Discusses basic techniques that all programmers need to learn.

This series is sold by Chapters at a low cost. A total of 28 chapters, in three volumes. Over 1800 pages, 900 quality illustrations.

Why am I distributing by chapter? To keep the cost down and to keep each section manageable. This book acts as a reference guide. Topics are covered in great detail, with little time spent on theory. The goal of these books are to solve programming problems quickly and efficiently.

I hope you enjoy reading and studying these pages as much as I have enjoyed writing them. –TRW