블로그 이미지
생각처럼

카테고리

전체보기 (209)
TOOL (1)
다이어리 (1)
Bit (200)
HELP? (0)
Total
Today
Yesterday

달력

« » 2025.1
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31

공지사항

태그목록

최근에 올라온 글

p, td, ul, ol, li { font-size:12px; line-height:140%; margin-top:0; margin-bottom:0; } body { font-size:12px; }

     Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click

        Dim xt As String = RichTextBox1.Text.Trim

        RichTextBox1.Text = ""

        RichTextBox1.Text = xt

        Dim tmpstr As String = RichTextBox1.Text()  ' 문자열 가져옴

        If tmpstr <> "" Then

            Dim rowArray As String() = tmpstr.Split(vbLf)                     ' 문자열을 잘라서 문자열 배열에 할당

            Dim i As Integer

            For i = 0 To rowArray.Length - 1

                Dim colArray As String() = rowArray(i).Split(vbTab)        ' 칼럼구분자로 문자열 배열 만듬

                If Asc(colArray(0).Chars(0)) = 10 Then

                    tmpstr = colArray(0)

                    colArray(0) = tmpstr.Substring(1)

                End If

                DataGridView1.Rows.Add(colArray)      'dgvResult                ' DataGridView에 Row 추가

            Next

        End If

    End Sub

 

http://www.devpia.com/MAEUL/Contents/Detail.aspx?BoardID=44&MAEULNo=18&no=18999&ref=18997
Posted by 생각처럼
, |

최근에 달린 댓글

최근에 받은 트랙백

글 보관함