@iPattv No it cannot. It is the voice that is programmed into your computer. Now i think Windows XP uses a males voice. so it will probably be different on that.
The Windows messagebox is specified with the bits in a binary number. Your messagebox is using the 4th and 12th bits which are both set by adding 16 and 4096 together. Note that adding 0 does not change the result, however it is good practice to include it in case you ever want to remove the 4th and 12th bits.
CTRL+ALT+DEL -_-
iCannabiss6 11 months ago
how make it so you cant x out?(as in close it with the x button)
booooo201 1 year ago
@booooo201 It is already that way. If its closeable by the "X" button, then you did it wrong. Try just copying and pasting the code.
Firstgamefreak1 1 year ago
Thank you! Is there a way to make the voice be of a different person?
iPattv 1 year ago
@iPattv No it cannot. It is the voice that is programmed into your computer. Now i think Windows XP uses a males voice. so it will probably be different on that.
Firstgamefreak1 1 year ago
@Firstgamefreak1
Ok, also do yuo know how to make the window automaticly become full screen?
iPattv 1 year ago
@iPattv I am sorry but i do not think so. I will search for an answer and let you know if and when i find out.
Firstgamefreak1 1 year ago
@iPattv I have recently discovered that it is not possible to to make it automatically fullscreen.
Firstgamefreak1 1 year ago
@Firstgamefreak1 Thanks! To bad that you can't....
iPattv 1 year ago
@iPattv Yeah i know. :( sry
Firstgamefreak1 1 year ago
The Windows messagebox is specified with the bits in a binary number. Your messagebox is using the 4th and 12th bits which are both set by adding 16 and 4096 together. Note that adding 0 does not change the result, however it is good practice to include it in case you ever want to remove the 4th and 12th bits.
TheEvilKungFuMan 1 year ago
@TheEvilKungFuMan Thank you. I appreciate your adittion knowledge :D
Firstgamefreak1 1 year ago