473,480 Members | 1,498 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Q:carriage return in ToolTip

Hello,
Is it possible to put carriage return in ToolTip properties of a button?

Apr 8 '06 #1
5 2189
Button2.ToolTip = "Here are some " & _
vbCrLf & _
" returns and some " & _
vbCrLf & " more"

HTH

--
( OHM ) - One Handed Man
AKA Terry Burns - http://TrainingOn.net
"JIM.H." <JI**@discussions.microsoft.com> wrote in message
news:99**********************************@microsof t.com...
Hello,
Is it possible to put carriage return in ToolTip properties of a button?

Apr 8 '06 #2
Thanks for the reply. I set this in the property pane in the visual studio
and run my web based application. When I move my mouse over the button I see
whole thing as a string. What am I missing?

"OHM ( One Handed Man )" wrote:
Button2.ToolTip = "Here are some " & _
vbCrLf & _
" returns and some " & _
vbCrLf & " more"

HTH

--
( OHM ) - One Handed Man
AKA Terry Burns - http://TrainingOn.net
"JIM.H." <JI**@discussions.microsoft.com> wrote in message
news:99**********************************@microsof t.com...
Hello,
Is it possible to put carriage return in ToolTip properties of a button?


Apr 8 '06 #3
No, you need to do this programatically. Put it in your page_load event.

--
( OHM ) - One Handed Man
AKA Terry Burns - http://TrainingOn.net

"JIM.H." <JI**@discussions.microsoft.com> wrote in message
news:EF**********************************@microsof t.com...
Thanks for the reply. I set this in the property pane in the visual studio
and run my web based application. When I move my mouse over the button I
see
whole thing as a string. What am I missing?

"OHM ( One Handed Man )" wrote:
Button2.ToolTip = "Here are some " & _
vbCrLf & _
" returns and some " & _
vbCrLf & " more"

HTH

--
( OHM ) - One Handed Man
AKA Terry Burns - http://TrainingOn.net
"JIM.H." <JI**@discussions.microsoft.com> wrote in message
news:99**********************************@microsof t.com...
> Hello,
> Is it possible to put carriage return in ToolTip properties of a
> button?
>


Apr 8 '06 #4
Works perfect. Thanks. Is it possible to arrange yellow box size?

"OHM ( One Handed Man )" wrote:
No, you need to do this programatically. Put it in your page_load event.

--
( OHM ) - One Handed Man
AKA Terry Burns - http://TrainingOn.net

"JIM.H." <JI**@discussions.microsoft.com> wrote in message
news:EF**********************************@microsof t.com...
Thanks for the reply. I set this in the property pane in the visual studio
and run my web based application. When I move my mouse over the button I
see
whole thing as a string. What am I missing?

"OHM ( One Handed Man )" wrote:
Button2.ToolTip = "Here are some " & _
vbCrLf & _
" returns and some " & _
vbCrLf & " more"

HTH

--
( OHM ) - One Handed Man
AKA Terry Burns - http://TrainingOn.net
"JIM.H." <JI**@discussions.microsoft.com> wrote in message
news:99**********************************@microsof t.com...
> Hello,
> Is it possible to put carriage return in ToolTip properties of a
> button?
>


Apr 8 '06 #5
No, AFAIK.

It is autosized based on the text you give it.

--
( OHM ) - One Handed Man
AKA Terry Burns - http://TrainingOn.net

"JIM.H." <JI**@discussions.microsoft.com> wrote in message
news:EC**********************************@microsof t.com...
Works perfect. Thanks. Is it possible to arrange yellow box size?

"OHM ( One Handed Man )" wrote:
No, you need to do this programatically. Put it in your page_load event.

--
( OHM ) - One Handed Man
AKA Terry Burns - http://TrainingOn.net

"JIM.H." <JI**@discussions.microsoft.com> wrote in message
news:EF**********************************@microsof t.com...
> Thanks for the reply. I set this in the property pane in the visual
> studio
> and run my web based application. When I move my mouse over the button
> I
> see
> whole thing as a string. What am I missing?
>
> "OHM ( One Handed Man )" wrote:
>
>> Button2.ToolTip = "Here are some " & _
>> vbCrLf & _
>> " returns and some " & _
>> vbCrLf & " more"
>>
>> HTH
>>
>> --
>> ( OHM ) - One Handed Man
>> AKA Terry Burns - http://TrainingOn.net
>>
>>
>> "JIM.H." <JI**@discussions.microsoft.com> wrote in message
>> news:99**********************************@microsof t.com...
>> > Hello,
>> > Is it possible to put carriage return in ToolTip properties of a
>> > button?
>> >
>>
>>
>>


Apr 8 '06 #6

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

Similar topics

3
9249
by: Canes_Rock | last post by:
The information posted at: ...
4
7306
by: Les Juby | last post by:
Can someone please help with a suggestion as to how I can keep the formatting (carriage returns) that the user enters into a memo field and then display that later. I figured I might be able to...
4
18644
by: Josh | last post by:
Hi, I'm using System.Data.DataSet.ReadXml to convert some xml from a webservice to a DataSet. The xml looks like: <?xml version="1.0"...
2
4110
by: Andrew Chanter | last post by:
I have a VBA function that returns a string including "vbcr" (VB Carriage Return) to seperate a list into multiple rows, eg Item1 & vbcr & Item2 & vbcr & Item3 This works as planned in the...
2
2923
by: eagleofjade | last post by:
I am trying to import data from a Word document into an Access table with VBA. The Word document is a form which has various fields. One of the fields is a field for notes. In some cases, this...
2
2312
by: Matt Mercer | last post by:
Hi all, I am having a frustration problem, and I have read about 25 newsgroup postings that do not have a satisfying answer :) The problem appears to be common where carriage returns are lost...
3
3364
by: Dinsdale | last post by:
I have an xml file that is read into an object using serialization. One of the objects has a string field called delimeter that I want to contain a carriage return. Instead of trying to include the...
6
13483
by: shajias | last post by:
Hi, I am having a xml code like this <name> I am having a carriage return here. Second line with carriage return. This is the last line. </name>
0
6908
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
7045
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7087
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...
1
6741
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5341
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4782
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...
0
2985
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1300
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
563
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.