Code: Select all
Let>YesNo=4
LibFunc>user32,MessageBoxA,r,0,Hello World,Message!,YesNo
If>r=6
MessageModal>You Pressed Yes
else
MessageModal>You Pressed No
endif
What does the R do and what does the 0 do? and is MessageBoxA just a name for it and can be changed to anything or..?