View Single Post
Old 09-18-2004, 07:32 AM   #2 (permalink)
Stompy
Banned from being Banned
 
Location: Donkey
What's even more strange is... I'm trying it in vb to see if it's just a limitation of .net or something, and the VB return value of WM_GETTEXTLENGTH is different (about 5k less) than what the .net SendMessage returns.

I'm completely baffled. How is this possible? How can one window return 66235 in .net but return 60123 in VB? It's the SAME handle, same function call, and same constant declarations.
__________________
I love lamp.
Stompy is offline  
 

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