Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 852 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 852 Bytes

annoying-program

Please, do not execute this code with your speakers on or at full volume.

Other than that, have fun running an innocent... malware? (can this program be considered as that)

Oh, I'm scared

Dw, this program only creates a dialog box that will clone itself after some time and emits a beep during the lifespan of the program, nothing that the task manager can't solve.

(the code is horrible, ik) oh, and the program is Windows only btw.

If you want to run this code (for whatever reason)

compile the resource file as if it were any other one

to build the source code, you might want to use these link options (if you use MINGW)

-lkernel32
-luser32
-lcomctl32
-lgdi32
-mwindows

The icon

The icon is from the TheForger's Win32 API Tutorial http://www.winprog.org/tutorial/