일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- javascript
- Winform
- 오라클
- DataGrid
- microsoft
- ASP
- 리포팅서비스
- 윈도우
- 이클립스
- 마이크로소프트
- 엑셀
- attr()
- 자바스크립트
- c#
- SSRS
- MSSQL
- aspnet
- Excel
- 비주얼스튜디오
- 프로시저
- windows
- CONVERT()
- MS
- oracle
- 태그를 입력해 주세요.
- 단축키
- jQuery
- IIS
- replace()
- 윈폼
Archives
- Today
- Total
목록multiline (1)
DJ메탈짱™의 Free Style
[C#, Winform, 윈폼] textbox, multiline, findtext, SelectionStart ,SelectionLength ,다음찾기, 찾기, 문자열검색
// 입력한 값 선택을 위한 시작점을 전역변수로 설정. int _startIndex; private void button1_Click(object sender, EventArgs e) { // 입력한 값이 결과내용에 존재하면 해당 위치 시작점을 가져옴. _startIndex = textBox2.Text.IndexOf(this.textBox1.Text, _startIndex); // 결과값이 마지막에 도달하면 초기설정. if (_startIndex == -1) { // 결과값이 존재하지 않으면 이하 실행되지 않도록... _startIndex = textBox2.Text.IndexOf(this.textBox1.Text, 0); if (_startIndex == -1) { _startIndex = 0; ret..
일(job)/MS(Microsoft)
2016. 1. 7. 13:44