|
Navigation: thinBasic language > Modules > UI (User Interface) > DIALOGSs > DIALOG SET USER |
![]() ![]()
|
Description
Set a value in the user data area of a dialog.
Syntax
DIALOG SET USER hwnd, Index, UserValue
Returns
None
Parameters
Name |
Type |
Optional |
Meaning |
hwnd |
Number |
No |
Handle of the dialog |
Index |
Number |
No |
The position: from 1 to 4. |
UserValue |
Number |
No |
The value you want to save in dialog data. |
Remarks
Restrictions
See also
Examples
| © 2004-2008 thinBasic. All rights reserved. | Version 1.6.0.10 | Web Site: http://www.thinbasic.com |