Please enable JavaScript to view this site.

thinBasic Help Manual

* * HELP & MANUAL PREMIUM PACK 4 DEMO VERSION * *

This documentation was styled with a demo skin from the Premium Pack 4 add-on for Help & Manual. The contents of the skin are encrypted and not configurable. You can only publish HM projects with this skin. You cannot edit it or change it.

This version is copyright and may only be used for local testing purposes. It may not be distributed.

Please purchase the full version of the Premium Pack to get the configurable skins and remove this notice. The package will also include the Toolbox configuration utility for Premium Pack skins.

 

MSGBOX dialog styles:

Symbol

Meaning

%MB_OK

The message box contains one push button: OK. This is the default.

%MB_OKCANCEL

The message box contains two push buttons: OK and Cancel.

%MB_YESNO

The message box contains two push buttons: Yes and No.

%MB_YESNOCANCEL

The message box contains three push buttons: Yes, No, and Cancel.

%MB_RETRYCANCEL

The message box contains two push buttons: Retry and Cancel.

%MB_ABORTRETRYIGNORE

The message box contains three push buttons: Abort, Retry, and Ignore.

%MB_CANCELTRYCONTINUE

The message box contains three push buttons: Cancel, Try Again, Continue.

%MB_DEFBUTTON1

The first button is the default button.

%MB_DEFBUTTON2

The second button is the default button.

%MB_DEFBUTTON3

The third button is the default button.

%MB_ICONEXCLAMATION

An exclamation-point icon appears in the message box.

%MB_ICONERROR

A stop-sign icon appears in the message box.

%MB_ICONINFORMATION

An icon consisting of a lowercase letter i in a circle appears in the message box.

%MB_ICONQUESTION

A question-mark icon appears in the message box.

%MB_ICONSTOP

A stop-sign icon appears in the message box.

%MB_ICONWARNING

An exclamation-point icon appears in the message box.

%MB_ICONASTERISK

An icon consisting of a lowercase letter i in a circle appears in the message box.

%MB_ICONHAND

A stop-sign icon appears in the message box.

%MB_APPLMODAL


%MB_SYSTEMMODAL


%MB_TOPMOST


%MB_HELP

Adds a Help button to the message box. When the user clicks the Help button or presses F1, the system sends a %WM_HELP message to the owner.

 

MSGBOX possible returning value:

Symbol

Meaning

%IDABORT


%IDCANCEL


%IDCONTINUE


%IDIGNORE


%IDNO


%IDOK


%IDRETRY


%IDTRYAGAIN


%IDYES


%IDTIMEOUT


 

 

Created with Help+Manual 8 and styled with Premium Pack Version 4 © by EC Software