is it possible that this function is different in windows 7 home with swedish language..because i can’t send text to paltalk room with this code on windows 7 home with swedish language
is it possible that this function is different in windows 7 home with swedish language..because i can’t send text to paltalk room with this code on windows 7 home with swedish language
Use the debugger to see what the value you are getting for iHnd. My guess is that due to the swedish language setting, you may need to provide different window captions and/or classes to your function that gets the window handle.
Using the debugger should help you find the problems, and then you can figure out a solution from there.
Also, make sure that your SendMessageByString is aliased as SendMessageW and not SendMessageA