473,394 Members | 1,726 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,394 software developers and data experts.

Link with Text

89
Hi all,
I have a problem with link with text. for example: I have a data from database "RS(1)" i want to see on form it with link and will show a msgbox. My question is how to make a link such as hyper link on a text ..? pls give me advice or idea if u have . thx advance , shaif
Dec 14 '07 #1
7 1439
debasisdas
8,127 Expert 4TB
Your question is bit hazy.

please clarify from where to where you wnat to link .
Dec 14 '07 #2
shaiful
89
So Sorry 4 unclear, I just want to how it is possible just click on any text label and will display a msg. it will ack as hyperlink, thx
Dec 14 '07 #3
debasisdas
8,127 Expert 4TB
So Sorry 4 unclear, I just want to how it is possible just click on any text label and will display a msg. it will ack as hyperlink, thx
What message you want to display. Are you asking of tool tip text.
Dec 14 '07 #4
shaiful
89
no toolip, i mean msgbox only
Dec 14 '07 #5
QVeen72
1,445 Expert 1GB
Hi,

By HyperLink what do you mean :: You want to Change the MousePointer when it is Rowing over the TextBox.....?

Regards
Veena
Dec 14 '07 #6
jeffbroodwar
118 100+
Hi shaiful,

Hope this gives you an idea:

1. change the property of text1 (name of textbox) :
- mouse pointer : to custom (99)
- upload icon : get a cursor same with the link cursor (hand)

2. look for the mouse move property of text1 then follow the idea below:
(NOTE: the syntax below is not tested since i don't have vb in my office.. somehow it will atleast give you an idea how it's done ^^)
Expand|Select|Wrap|Line Numbers
  1.  
  2.        private sub text1_click()
  3.            call msgbox("Show message here !!!",vbinformation)
  4.        end sub
  5.  
  6.  
P.S.
StarCraft II is coming soon.... En taro adun !!!

Regards,
Jeff
Dec 14 '07 #7
debasisdas
8,127 Expert 4TB
no toolip, i mean msgbox only
Do you want to display a message box when mouse moves over a control ?
Dec 14 '07 #8

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Matt Adams | last post by:
As well known I could specify the text color in the body tag like: <BODY TEXT=WHITE LINK=WHITE VLINK=RED ALINK=WHITE> What I want to achieve now is that always (!) the text of the last visited...
2
by: Kevin Lyons | last post by:
Hello, Can anyone assist me with what I am trying to do with the following code (six different scenarios to try to make the functionality work correctly)? I want to always (and ONLY) display...
4
by: kevinm3574 | last post by:
I've got a link defined in my html as href="abc123.html" in a <div id="abc123"> block. The link text displays just fine but the link won't show as an available link. If I change the <div id from...
5
by: Rich Blackburn | last post by:
I am trying to create a hypertext link (text within an anchor) so that if the onlly thing the user does is to press Enter, the link will take affect and navigate properly. The link is not the...
6
by: Karl | last post by:
Hi, Ok so on a given page I have 4 text links: see it in black see it in blue see it in red see it in green using the standard swap image behavior, clicking on one of the above links
9
by: Richard | last post by:
Please hlep with a very frustrating problem. I need to be able to have a reference to my "btcopyrights" CSS class override the link colors first specified earlier in the CSS. I inherited a large...
3
by: nick | last post by:
I have the following code in my master page: <%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...
13
by: Casimir Pohjanraito | last post by:
I have a list of links, with a thumbnail image hidden(resized) next to the link. Complete html&css at end of this post. CSS for the link resizes the image on a:hover. All is good, except the...
7
by: D.M. Procida | last post by:
<http://www.w3.org/QA/Tips/noClickHeresays: When calling the user to action, use brief but meaningful link text that: * provides some information when read out of context * explains...
4
by: farhanm84 | last post by:
I have a requirement to display the link in colum format in IE browser. The link text is associated with an image (double arrow). Since the text of the link is large enough to set in one of the...
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: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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
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...

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.