Message=MsgBox "Are you sure you want to exit?", 292, "Exit"
MsgText=Are you sure you want to exit?
Buttons=292
Title=Exit
UseRVal=0
[u:SimpleDemo]
Message=MsgBox Message goes here, 0, Title goes here
MsgText=Message goes here
Buttons=0
Title=Title goes here
UseRVal=0
[Settings]
MOCVal=1
[u:Design Tip....]
Message=MsgBox You can include varibles and values in a message box. Take a look at the Form1.Dimensions message. To use it, you must have a Form1. Paste the messsage into the Form1.Load event and run the program., 64, Design Tip....
MsgText=You can include varibles and values in a message box. Take a look at the Form1.Dimensions message.
Buttons=64
Title=Design Tip....
UseRVal=0
[u:Form1.Dimensions]
Message=MsgBox Form1.Height is " & form1.height & ", the width is " & form1.width & "., 64, Form1.Dimensions
MsgText=Form1.Height is " & form1.height & ", the width is " & form1.width & ".
Buttons=64
Title=Form1.Dimensions
UseRVal=0
[u:Nothing to nag for]
Message=MsgBox "Because this is freeware you dont have to pay anything to use this. Niether to you have to register it. But, if you want this message to go away contact me and I'll send you an uncrippled version in the e-mail.
MsgText=Because this is freeware you dont have to pay anything to use this. Niether to you have to register it. But, if you want this message to go away contact me and I'll send you an uncrippled version in the e-mail.
Buttons=64
Title=Nothing to nag for
UseRVal=0
[u:FileNotFound]
Message=MsgBox "The file " & ucase(filename) & " could not be found.", 48, "File Error
MsgText=The file " & ucase(filename) & " could not be found.