473,398 Members | 2,113 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

Where is the Tip Attribute of a TextBox?

I want to write some words to tell the user what is the TextBox's
requirement when user mouse hover a TextBox,but i could not find out this
attribute.

many thanks.
Nov 16 '05 #1
2 3763
SB
Drop a ToolTip control from the Toolbox onto your form. Then look again at
your TextBox properties...you should see a new one called something like
ToolTip on toolTip1 (under Misc category).

-sb

"watcher" <ti**********@tom.com> wrote in message
news:eY**************@TK2MSFTNGP14.phx.gbl...
I want to write some words to tell the user what is the TextBox's
requirement when user mouse hover a TextBox,but i could not find out this
attribute.

many thanks.

Nov 16 '05 #2
In facto, when dropping a ToolTip object in a form, you can have that
property en as many objects as you have.

You can write the tooltip by accesing that property or bay writing the
following code:

tlTipMain.SetToolTip(this.btnLoad, "Loads the data");

Best regards,

Steven Lewis

"SB" <st********@yahoo.com> escribió en el mensaje
news:u6**************@tk2msftngp13.phx.gbl...
Drop a ToolTip control from the Toolbox onto your form. Then look again at
your TextBox properties...you should see a new one called something like
ToolTip on toolTip1 (under Misc category).

-sb

"watcher" <ti**********@tom.com> wrote in message
news:eY**************@TK2MSFTNGP14.phx.gbl...
I want to write some words to tell the user what is the TextBox's
requirement when user mouse hover a TextBox,but i could not find out this
attribute.

many thanks.


Nov 16 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Steve | last post by:
Hiya I have a nodeReader object that I am looping through in order to retrieve the values from the attributes, but now I need the attribute name as well, does anyone know how to do this? I will...
4
by: | last post by:
I have a "form field highlight" javascript that I've added to some of my ASP.NET forms using the following syntax: body.Attributes.Add("onClick", "highlight(event);");...
1
by: KenLee | last post by:
I use asp.net 2.0. I try to use onblur in textbox of asp.net. however, it said that validation(asp.net):attribution onblur is not a valid attribute of element 'textbox' what casuse this...
4
by: Dabbler | last post by:
I'm trying to block out some text by setting Label width attribute which renders as a span tag so that all labels for textfields take up the same amount of space hence the textfields are all...
0
by: satees | last post by:
Hi, I have datagrid control which contains textboxs in ItemTemplate. I need to set attribute to the textbox for the purpose of accessing the client side java script function. Here is my code...
2
by: Joe Kovac | last post by:
Hi! Using: <asp:TextBox ID="TextBox1" runat="server" onchange="onchange()"></asp:TextBox> I get: Warning 1 Validation (ASP.Net): Attribute 'onchange' is not a valid
0
by: Nathan Sokalski | last post by:
In the RadioButton and CheckBox controls, there is no Value attribute. The html <inputtag has a value attribute, which is used by both type="radio" and type="checkbox". The RadioButtonList and...
7
by: John | last post by:
Hi there, I have a CSS based menu in a master page that uses class attributes to determine which item is currently selected. So, for example if the Homepage is currently the active page then...
1
by: libish | last post by:
can any one help me in adding type attribute to a textbox object??? here what i need is to add an attribute ie. alphanumeric,numeric,password etc.... ie a text box after adding this attribute...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.