爱问知识人 爱问教育 医院库

Visual Basic

首页

Visual Basic

help

look at the picture 

how to program it

help

lo……
提交回答

全部答案

    2007-05-17 10:56:22
  •   Private Sub Button1_Click(ByVal sender As System。Object, ByVal e As System。EventArgs) Handles Button1。Click
            Dim text As String
            Dim text2 As String
            Dim index As Integer
            text = TextBox1。
      Text text2 = "" TextBox2。Text = "" index = text。LastIndexOf(" ") Do While index <> -1 text2 = text。
      Substring(index + 1) text = text。Substring(0, index) TextBox2。Text = TextBox2。Text + text2 + " " index = text。
      LastIndexOf(" ") Loop TextBox2。Text = TextBox2。Text + text End Sub。

    p***

    2007-05-17 10:56:22

类似问题

换一换

相关推荐

正在加载...
最新问答 推荐信息 热门专题 热点推荐
  • 1-20
  • 21-40
  • 41-60
  • 61-80
  • 81-100
  • 101-120
  • 121-140
  • 141-160
  • 161-180
  • 181-200
  • 1-20
  • 21-40
  • 41-60
  • 61-80
  • 81-100
  • 101-120
  • 121-140
  • 141-160
  • 161-180
  • 181-200
  • 1-20
  • 21-40
  • 41-60
  • 61-80
  • 81-100
  • 101-120
  • 121-140
  • 141-160
  • 161-180
  • 181-200
  • 1-20
  • 21-40
  • 41-60
  • 61-80
  • 81-100
  • 101-120
  • 121-140
  • 141-160
  • 161-180
  • 181-200

热点检索

  • 1-20
  • 21-40
  • 41-60
  • 61-80
  • 81-100
  • 101-120
  • 121-140
  • 141-160
  • 161-180
  • 181-200
返回
顶部
帮助 意见
反馈

确定举报此问题

举报原因(必选):