本文介绍了关于添加超链接的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我创建了一个项目,我想要帮助选项,当用户点击它时,它必须显示类似于记事本中的帮助的内容,它也应该包含图像和超链接。哪个控制以及我如何使用它?



我尝试过:



///我尝试添加消息框

Dim s as image

s = Image.FromFile(D:\ Users \sli \Downloads \ help.jpg)

messagebox.show(s,hello)

I have created one project in that i want to help option and when user clicks it it has to show contents similar to help that is present in notepad, it should contain images and hyperlinks also. which control and how i have to use it?

What I have tried:

///I tried adding messagebox
Dim s as image
s=Image.FromFile("D:\Users\sli\Downloads\help.jpg")
messagebox.show(s,"hello")

推荐答案



这篇关于关于添加超链接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-19 19:20
查看更多