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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
|
-
|
|
-
|
|
!
-
|
-
|
!
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
!
-
|
-
|
!
-
|
|
!
-
|
!
-
|
|
!
-
|
-
|
|
|
!
|
-
|
|
|
|
-
|
!
|
-
|
|
-
|
|
-
|
|
!
|
|
|
|
|
|
|
-
|
|
-
|
!
|
!
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
!
-
|
|
|
|
|
|
!
| #uselib "user32.dll"
#func global CharLowerA "CharLowerA" sptr
#define global CreateWindowEx CreateWindowExA
#func global CreateWindowExA "CreateWindowExA" sptr,sptr,sptr,sptr,sptr,sptr,sptr,sptr,sptr,sptr,sptr,sptr
#func global DestroyWindow "DestroyWindow" sptr
#module
#defcfunc ByteToStrIndex var p1, int p2
s2=0
repeat p2
s1=peek(p1,cnt)
if ((s1>=$81)&(s1<=$9f))|((s1>=$e0)&(s1<=$fc))=1{
s2+
continue cnt+2
}else{
s2+
}
loop
return s2
#defcfunc StrIndexToByte var p1, int p2
s2=0 repeat p2
s1=peek(p1,s2)
if ((s1>=$81)&(s1<=$9f))|((s1>=$e0)&(s1<=$fc)){
s2+2
}else{
s2+
}
loop
return s2
#global
#module
#deffunc findselect int p1, str p2, str p3, int p4, int p5
if findselectflag=0{
CreateWindowEx 0, "Edit" ,"12345",$40000000 | $10000000 | $00800000 | $00000004 , 20, 50, 150, 50, hwnd, 0, hinstance, NULL
s1=stat
sendmsg s1, $b1, 0,-1
sendmsg s1, $b0, 0, varptr(s2)
switch s2
case 10
findselectflag=1 swbreak
case 5
findselectflag=2 swbreak
swend
DestroyWindow s1
}
if findselectflag=2{
title "環境:【 文字インデックス 】 による取得が行われています"
}else{
title "環境:【 バイトサイズ 】 による取得が行われています"
}
if findselectflag=0:return -1
s1=p3 : s2=objinfo(p1,2) : s3=p2
sendmsg s2, $b0, varptr(s7), varptr(s5)
if nohit=0{
c1=s7
c2=s5
}
if findselectflag=2{
s5=StrIndexToByte(s3,s5) }
if p4=0{
CharLowerA varptr(s3)
CharLowerA varptr(s1)
}
s4 = instr( s3, s5, s1 )
if s4 = -1{
if nohit=1{
nohit=0
sendmsg s2, $b1, c1,c2 return 0 }
if p5=0{
nohit=1 sendmsg s2, $b1, 0,0 findselect p1,p2,p3,p4,p5 return stat }else{
return 2 }
}else{
if findselectflag=2{
s4=ByteToStrIndex(s3,s4+s5) s6=ByteToStrIndex(s1,strlen(p3)) }else{
s4+=s5 s6=strlen(p3) }
sendmsg s2, $b1, s4, s4+s6 sendmsg s2, $b7 objsel p1
if nohit=1{
nohit=0
return 2 }else{
return 1 }
}
#global
title "[F3]で次を検索"
onkey gosub *enter
findstr="hello"
pos 0, 0: input findstr, ginfo_winx,,0
editstr={"
HSPでWindowsの世界が広がります。
hspdewindowsnosekaigahirogarimasu.
ハローワールド!
hello! world!
ハローワールド!
hello! world!
ハローワールド!
hello! world!
ハローワールド!
hello! world!
ハローワールド!
hello! world!
こんにちは
konnitiwa
さようなら
sayounara
"}
pos 0, 24: mesbox editstr, ginfo_winx, ginfo_winy - 24, 5, 0
iEdit = stat
stop
*enter
if wparam=114{
findselect iEdit,editstr,findstr,0,1
if stat=0:dialog "一件も見つかりませんでした"
if stat=2:dialog "終わりまで検索しました"
objsel iEdit
}
return
|