Hello Friends,
I have a questions regarding to a help function.
I am designing a platform where user can drag their mouse to wards a area ( in this case an text output box) The user stops the mouse on the box for more about 2 secs and a bubble with message about the text box should appear.
I dont really know where to start.. I think .net should have a function call that does this .. but I cant seem to find it.
Please help..
Comments
: Hello Friends,
: I have a questions regarding to a help function.
: I am designing a platform where user can drag their mouse to wards a area ( in this case an text output box) The user stops the mouse on the box for more about 2 secs and a bubble with message about the text box should appear.
: I dont really know where to start.. I think .net should have a function call that does this .. but I cant seem to find it.
:
: Please help..
:
:
:
lisa
i am aswin
you want to display the text when you drag your mouse oer your items loaded in the form
steps to do :
go to tool box select and add tool tip item in your form
then go to form load and type
dim ttip as new tooltip1
ttip.active=true
then go to the item in which you wanted to display your tool tip
go to the properties of the item and in the tool tip option type the required text then run the program
you can set the time of the tool tip by selecting the tool tip properties