smithles
Programmer
- Jul 15, 2002
- 18
I want to be able to search windows metafiles for a few arbitrary hex string constants. this worked in the vb4 prog that I am upgrading to vb6. The unicode is interfering, I believe. I want to perform what was..
phdp = InStr(temp,Chr$(&H7D) & ChR$(&HCD) & Chr$(&HAE) etc)
InStrB doesnt help unless I can make field2 a single hex string without the unicode interference. In the old days COMMON or EQUIVALENCE would have the problem gone in seconds.
Thanx in advance.
phdp = InStr(temp,Chr$(&H7D) & ChR$(&HCD) & Chr$(&HAE) etc)
InStrB doesnt help unless I can make field2 a single hex string without the unicode interference. In the old days COMMON or EQUIVALENCE would have the problem gone in seconds.
Thanx in advance.