Re: MessageBox Email / Web link



Richard Hutchinson wrote:
How is it possible to make a clickable link to an Email address or a Web page from a MessageBox pop-up ?

It's not.

Use something other than MessageBox. Use a form, for instance. Then you have control over what it does. You can put a label on it, and then handle the OnClick event of the label. There are dozens of URL-aware label controls available at the usual component sites.

--
Rob
.



Relevant Pages

  • Re: How to modify label.text in a dynamically generated label in VB.net
    ... hybrid control that contains a checkbox and a label. ... That frees up the tag ... CheckBox control and the value was the Label control. ...
    (microsoft.public.dotnet.languages.vb)
  • kernel trap 12 with interrupts disabled [bge0 on 7.2R]
    ... PCI-PCI bridge> irq 16 at device 28.4 on pci0 ... cpu0: on acpi0 ... <Enhanced SpeedStep Frequency Control> on cpu1 ... GEOM_LABEL: Label for provider da0p2 is ufsid/4933dfd79a3e27cc. ...
    (freebsd-stable)
  • Re: how to have a checkbox change color and text of a label control?
    ... So could you make the label control box change color instead of the font? ... states "Private Sub Form_Current is highlighted yellow ... Name the checkbox and the label with similar names. ...
    (microsoft.public.access.forms)
  • Re: Label OnDataBinding
    ... I have the Label control with the OnDataBinding ... DataBind event of the Label control? ... But the Label doesn't display the current date. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Write, Move, Delete text on PictureBox
    ... Simply place a Label control ... Now, whenever you want create a Label, you would just use ... Public Sub TransferTextFromTextBoxToLabel(TB As TextBox, ... Before using the dynamic TextBox, ...
    (comp.lang.basic.visual.misc)