i search for the syntax of a left shift, i know the right shift is: \ &H but can't find how to make a left one.
Also i don't understand why a right **** of 16 is: \&H10000
why it isn't: \ &H10 ?
By the way, i've tried to replace the setwindowtext by a sendmessage(hWnd, WM_SETTEXT, 0, "text to write"), but it doesn't work where a setwindowtext work, where is the error?
thx for any help or advices you could provide