textBox1随笔我在TextBox的留言栏中写道转移facebook? [英] textBox1 essay I wrote in the message section of the TextBox to transfer facebook ?

查看:123
本文介绍了textBox1随笔我在TextBox的留言栏中写道转移facebook?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在facebook翻译程序。我正在写视觉基本textBox1土耳其语。传达谷歌翻译。谷歌翻译textbox2正在转向英语。好吧到目前为止。如何在textbox facebook te的消息部分中将textbox2转移到英文文本?我希望你能帮助尊重。

I'm on facebook translate program. I am writing visual basic textBox1 Turkish. conveys Google Translate. google translate textbox2 are turning to English. okay so far. How do I transfer textbox2 the English text in the message section textbox facebook te? I hope you can help respects.

推荐答案

Textbox对象有一个属性.Text



所以你可以这样编码:

The Textbox object has a property .Text

so you could code this:
String s = textBox1.Text
String trans = myTranlatefunc(s)
textbox2.Text = trans


我找到了答案(message_body )



您写的文章是在Facebook上发送消息部分诊断TextBox



WebBrowser2.Document。 GetElementById(message_body)。SetAttribute(Value,TextBox2.Text)
I found the answer ("message_body")

The article you wrote is sending the message section diagnosis TextBox on facebook

WebBrowser2.Document.GetElementById("message_body").SetAttribute("Value", TextBox2.Text)


这篇关于textBox1随笔我在TextBox的留言栏中写道转移facebook?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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