|
-
Jun 14th, 2006, 02:01 AM
#1
Thread Starter
Just Married
[RESOLVED] Is it possible tool tip text in two line
Hi all
My next question that
always tool tip text occur in one line but how it is possible that it occur in two line without lenghty code
this i try but not working
For Updating Any Student Double click On It +chr(13)+Select The Colum For Changing Section
i write above as a grid tool tip text
thanks
-
Jun 14th, 2006, 04:10 AM
#2
Re: Is it possible tool tip text in two line
use vbCRLF not chr(13). chr(13) is only half of what you need. You are applying the tooltip text using code, No?
-
Jun 14th, 2006, 04:12 AM
#3
Hyperactive Member
Re: Is it possible tool tip text in two line
ye the above is correct, you have two ways make your own control, or use some of the API calls in both cases you still use the same amount of code, anyway of the top of my head I have no code at hand but go http://www.pscode.com/vb and do a serach I am sure you find what you need.
When your dreams come true.
On error resume pulling hair out.
-
Jun 14th, 2006, 04:20 AM
#4
Re: Is it possible tool tip text in two line
dreamvb,
Possibility you are in the wrong thread?????
-
Jun 14th, 2006, 04:57 AM
#5
Hyperactive Member
Re: Is it possible tool tip text in two line
randem
tried to use your suggestion;
VB Code:
Command1.ToolTipText = "abc" & vbCrLf & "efg"
the result is still "abcdefg" on one line... why?
-
Jun 14th, 2006, 05:09 AM
#6
Thread Starter
Just Married
Re: Is it possible tool tip text in two line
Code:
& vbCrLf & Not showing Tool Tip Text In New Line why
It occuring like this style
VB Code:
Please duuble clilck for update! & vbCrLf & Single for check
-
Jun 14th, 2006, 05:11 AM
#7
Re: Is it possible tool tip text in two line
It is not as easy as youw ould think it is. You need to use API to get it done. Take alook at his
http://www.vb-helper.com/howto_multi_line_tooltip.html
Use [code] source code here[/code] tags when you post source code.
My Articles
-
Jun 14th, 2006, 05:26 AM
#8
Hyperactive Member
Re: Is it possible tool tip text in two line
chill Shakti.. check Shuja Ali's reply,
the answer to your question is there.
-
Jun 14th, 2006, 05:26 AM
#9
Thread Starter
Just Married
Re: Is it possible tool tip text in two line
-
Jun 14th, 2006, 05:27 AM
#10
Thread Starter
Just Married
Re: Is it possible tool tip text in two line
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|