Webbrowser和Listbox帮助 [英] Webbrowser and Listbox help

查看:299
本文介绍了Webbrowser和Listbox帮助的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

到目前为止,我已经获得了所有的支持,并且到目前为止进展良好.
现在,我需要一个我不知道如何搜索的新帮助,我已尽一切可能:
我已在我的列表框上加载的名称用于执行此功能
我有1个Web浏览器组件
我有一个列表框,它将在其中加载列表.
而且我有一个文本框.

现在,我想获取有关如何从列表框中获取ID并将其添加到链接以加载到Webrower组件内部的信息.

要像这样从列表中获取名称并加载
http://domain.ltd/MyIdName
因此,这意味着始终必须从listBox加载http://domain.ltd/$$Id必须在此处添加$$

在开始按钮上单击.

Till now i have gotten all supports and has forwarded so far so good.
Now i Need a new help that i didnt know how to search for it i tried all ways i could:
The names i Have loaded on my Listbox to do this function
I have 1 Web browser component
I have List box that will load list inside.
And i Have a text Box.

Now i want To get info on How to take the id from The list Box and add it to link to load inside of Webrower Component

To take Name from List and Load like this
http://domain.ltd/MyIdName
So it means always has to load http://domain.ltd/$$Id from listBox must be added here$$

On start button Click.

推荐答案

列表框的ID必须在此处添加
Id from listBox must be added here




在开始按钮上单击.


On start button Click.


对我来说似乎微不足道.您将两个字符串连接起来,并使其成为Web浏览器的URL.因此,textbox1.Text +"/" + comboBox1.Text
Seems trivial to me. You concatenate the two strings, and make that the URL of the web browser. So, textbox1.Text + "/" + comboBox1.Text


这篇关于Webbrowser和Listbox帮助的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆