Category Archives: GUI

Graphical user interface (GUI, sometimes pronounced ‘gooey’)[2] is a type of user interface that allows users to interact with electronic devices using images rather than text commands ( Wikipedia )

Java Swing Image Primer Tutorial

Here is a tutorial that uses Swing functionality in Java to create a GUI (Graphical User Interface) program on a Mac laptop that displays an image file for which you browse. Below is some information from Wikipedia regarding the Java … Continue reading

Posted in eLearning, GUI, Tutorials | Tagged , , , , , | 1 Comment

C++ WebView and .Net Framework Update Tutorial

C++ using Visual Studio is a great language to learn. If you like C++ you may eventually like Java, and vice versa. It has sophisticated data structures, can be Object Oriented and makes great Windows desktop applications. In this tutorial … Continue reading

Posted in eLearning, GUI, Installers, Software, Tutorials, Visual Studio | Tagged , , , , | 1 Comment

Delphi Pascal Primer Tutorial

Have you heard of Delphi? Maybe you know it as Turbo Delphi? It is a great GUI IDE application that can create desktop or web applications. Embarcadero Delphi is an integrated development environment (IDE) for console, desktop graphical, web, and … Continue reading

Posted in Delphi, eLearning, GUI, OOP, Tutorials | Tagged , , , , | 10 Comments

C# Online Template Card Game Tutorial

C# using Visual Studio is a great language to learn. If you like C# you may eventually like VB.Net, and vice versa. It has sophisticated data structures, can be Object Oriented and makes great Windows desktop applications or can be … Continue reading

Posted in eLearning, GUI, Tutorials, Visual Studio | Tagged , , , , , | Leave a comment

VB.Net MultiThreading and Procexp Windows Primer Tutorial

A lot of desktop processing tasks require you to do more than one thing at a time (calling all afficianados of multitasking). You can decide to adopt a supervisory scripting approach, where some scripting language fires off other processes while … Continue reading

Posted in eLearning, Event-Driven Programming, GUI, Operating System, Tutorials, Visual Studio | Tagged , , , , , , | Leave a comment

VB.Net Online Template Notepad Clone Tutorial

VB.Net using Visual Studio is a great language to learn. If you like VB.Net you may eventually like C#, and vice versa. It has sophisticated data structures, can be Object Oriented and makes great Windows desktop applications or can be … Continue reading

Posted in eLearning, GUI, Tutorials, Visual Studio | Tagged , , , , | 1 Comment

Xcode Objective-C User Interface Builder Primer Tutorial

Objective-C is the main programming language used by Apple for the OS X and iOS operating systems and their respective APIs, Cocoa and Cocoa Touch, so is very much a language on the up and up, because of the increased … Continue reading

Posted in eLearning, GUI, Tutorials, Xcode | Tagged , , , , | 1 Comment

Java Swing Primer Tutorial

Here is a tutorial that uses Swing functionality in Java to create a GUI (Graphical User Interface) program on a Mac laptop. Below is some information from Wikipedia regarding the Java Swing functionality: Swing is the primary Java GUI widget … Continue reading

Posted in eLearning, Event-Driven Programming, GUI, Tutorials | Tagged , , , , , | 2 Comments