Word

Guess a Word using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
The Guess a Word is a web application created using the JavaScript programming language. The purpose of this project is to provide a fun and entertaining word-guessing game. The program is displayed in a web browser and contains multiple hidden words to guess. The Guess a Word game is designed as a simple word-guessing game. This project uses basic coding techniques in the JavaScript programming

Word Synonym Finder Using HTML, CSS and JavaScript with Source Code

Submitted by rems on
Welcome to the Word Synonym Finder, an innovative tool crafted using HTML, CSS, and JavaScript to enhance your word exploration experience. This project serves as a gateway to a vast array of synonyms, allowing you to effortlessly expand your vocabulary and find alternative words with ease. The user-friendly interface ensures a seamless journey as you delve into the realm of language, making it

Word Counter Using HTML, CSS and JavaScript with Source Code

Submitted by rems on
Welcome to the Word Counter, a versatile and user-friendly web application crafted with HTML, CSS, and JavaScript to enhance your writing experience. This project combines modern design principles with powerful features, providing a dynamic platform for analyzing and improving your text composition. With a clean and intuitive interface, the Word Counter prioritizes simplicity, allowing users to

Palindrome in Java GUI

Submitted by donbermoy on
We all know that palindrome is a word or phrase that reads the same backward as forward. Here in this tutorial, we will create a program that can determine if the word inputted is a palindrome or not. Now, let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of palindrome.java. 2. Import javax.swing package.

Convert from VB6.0 to Word

Submitted by donbermoy on
In this tutorial, we will create a program that can convert the inputted textbox in vb6.0 into a Word Document. Now, let's start this tutorial! 1. Let's start this tutorial by following the following steps in Microsoft Visual Basic 6.0: Open Microsoft Visual Basic 6.0, click Choose Standard EXE, and click Open. 2. Next, add only one Button named Command1 and labeled it as "Convert to Word". Add also TextBox named Text1 for our input and displayed it in Microsoft Word.

Word Count Program in VB6

Submitted by donbermoy on
In my previous tutorials, I had also discussed about how to have an word count using vb.net. And for now, we will create another version of this program that can count the number of words using vb6.0. Now, let's start this tutorial! 1. Let's start this tutorial by following the following steps in Microsoft Visual Basic 6.0: Open Microsoft Visual Basic 6.0, click Choose Standard EXE, and click Open. 2.Next, add only one Button named Count Number of Words and labeled it as "Compute".

Word Count Program in VB,NET

Submitted by donbermoy on
For this article, we will create a program that will count the number of words in a TextBox. But we will just use the RichTextBox instead of TextBox :) Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2.

Spelling Checker

Submitted by donbermoy on
Hi! this is my other tutorial for VB.NET that is an ideal in a program that will check if the spelling is correct or wrong. Now, let's start this spelling checker tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2.