Random String Generator is programmed by AECC1234, which is used to generate random strings with capital letters, lowercase letters ,and numbers. This program is using the C/C++ programming language and it is running on Windows system only.
- Open the sln file in Visual Studio.
- When the solution is opened, please check the right window called "Solution Explorer", there has 2 projects, one is "MFCApplication2-Random String Generator" and the other is "Random String Generator Setup".
- Right click the "RandomStringGeneratorSetup" project and select "Build" to build the setup project.
- After the build is completed, you can find the setup file in the "RandomStringGeneratorSetup\Release" folder.
- Run the setup file to install the Random String Generator on your computer.
- After the installation is completed, you can find the Random String Generator in the Desktop.
The picture below shows the main interface of the Random String Generator.
The main interface has 6 groups of options:
1.Basic Information
Group: You can input the basic information of the random string, such as the line count and the length of the string.
2.Additional Options
Group: After you input the basic information, you can select the three options to decide what combination of characters you want to use.
3.Save as txt file
Group: You can save the generated random strings as a txt file.
4.Options
Group: There has 3 buttons here, "Generate", "Abort" and "Clear".
5.Progress Control
Group: You can see the progress of the random string generation here.
6.Output
Group: You can see the generated random strings here.
- Visual Studio 2022 or later.
- Installed with MFC library.
- Installed with Microsoft Visual Studio Installer Project 2022 extension.
- Version 1.0: Initial release with basic functionality.(Current Version)