It means STOP TRATING NUMBERS AS STRING
Dude, "1" <> 1
So take off the quotes, stop using them unless your inserting a string.
~-~(HDX)~-~
I know "1" <> 1, one is a string in the other is an integer. But my DWORD method only takes strings, and I have no idea how I would write it to work with integers and have a different result...
After packet logging a bit, it lookes like its more like &H01 + &H00 + &H00 + &H00, so I think (although its dumb) I will just do it that way.
[edit]
Thank you very, very, very, much!
I got it to work:
Send data (103 bytes).
<0000003B< FF 51 67 00 07 00 00 00 35 30 32 00 34 32 35 33 .Qg.....502.4253
<0000004B< 01 00 00 00 01 35 24 91 0D 00 00 01 00 00 7A 6C .....5$.......zl
<0000005B< 30 00 00 00 00 2D 52 7C BD 98 8D 88 86 08 3B 96 0....-R|......;.
<0000006B< 42 C2 55 77 AA B1 4E 13 6D 73 74 61 72 63 72 61 B.Uw..N.mstarcra
<0000007B< 66 74 2E 65 78 65 20 30 38 2F 30 37 2F 30 35 20 ft.exe 08/07/05
<0000008B< 31 34 3A 30 36 3A 34 32 20 31 30 39 33 36 33 32 14:06:42 1093632
<0000009B< 00 4C 75 78 65 72 00 .Luxer.
I get a response, and I am not disconnected, so I hope it worked. Thanks!