Tag Archives: Windows 7

Windows 7 OS

Programming with FASM – writing to file.

In this simple example, I will show how to write a file using the assembly programming language with FASM, known as flat assembler. You can use the FASM editor with the FASMW.EXE executable. Open this editor and use this commented source code:

Each step is describe in the source code. Run and test with… Read More »

Programming with FASM – OpenAI and FASM programming.

The entire world map praises OpenAI for its ability to analyze, sort, and give correct feedback on a defined issue. I do not completely agree, there are still reminders related to the way of solving complex tasks. An example is creating source code in an assembler for FASM. Although FASM is very strict in terms… Read More »

Windows – fix with SFC using the Windows recovery media.

Most users know how to use the SFC command and in this tutorial, I will show you how to fix it with Windows recovery media. The Windows recovery media can be downloaded from the Windows official website, see the Window 10 download. The System File Checker known as the SFC command can be used on… Read More »

Security – PVS‑Studio.

The development team comes with this intro: PVS‑Studio is a static analyzer on guard of code quality, security known ad SAST, and code safety. PVS‑Studio detects various errors – typos, dead code, and potential vulnerabilities (Static Application Security Testing, SAST). The analyzer matches warnings to the Common Weakness Enumeration, SEI CERT Coding Standards, and supports… Read More »

Programming with FASM – ComboBox Control – part 002.

In the last FASM tutorial I add a simple ComboBox without items. In this tutorial I will add two items and one button to show the output of selected ComboBox. The source code is similar with the source code from the last tutorial. I commented the source code rows for a good image of development… Read More »

Windows – Intro into windows platform and Universal Windows Platform (UWP).

Today I start learning UWP named Universal Windows Platform and this is the subject of this short intro tutorial. In the past, I used the old Windows Forms and the new Universal Windows Platform (UWP) has a very similar operation to build the forms. About the Windows Presentation Foundation (WPF) is a UI framework that… Read More »

Dropbox Paper collaborative workspace.

Today I discovery this old feature from the Dropbox tool. Dropbox Paper, or simply Paper, is a collaborative document-editing service developed by Dropbox. Originating from the company’s acquisition of document collaboration company Hackpad in April 2014, Dropbox Paper was officially announced in October 2015 and launched in January 2017. It offers a web application, as… Read More »