M
Mobile Boy 36
How can you add hints and predefefind values to your own-created functions?
Please post a code example.
To illustrate what I mean:
Hints:
When you type "system.Windows.Forms.Button" Visual sudio gives a hint (a
description): "represent a windows
button control"
Predefined values:
When you type "dim ThrPr as system.Threading.ThreadPriority = " Visual
Studio gives a combobox (code completion) with a list of predefined
values, in this case
Threading.ThreadPriority.AboveNormal,
Threading.ThreadPriority.BelowNormal,....
Best Regards,
Mobile Boy
Please post a code example.
To illustrate what I mean:
Hints:
When you type "system.Windows.Forms.Button" Visual sudio gives a hint (a
description): "represent a windows
button control"
Predefined values:
When you type "dim ThrPr as system.Threading.ThreadPriority = " Visual
Studio gives a combobox (code completion) with a list of predefined
values, in this case
Threading.ThreadPriority.AboveNormal,
Threading.ThreadPriority.BelowNormal,....
Best Regards,
Mobile Boy