Kashif Javed:
Now this command is not working. Please any one can help to with this. I have to change profile using a script.
Now this command is not working. Please any one can help to with this. I have to change profile using a script.
After Build 600, you need to use PostMessageW not PostMessageA (unicode not ANSI)

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I have been able to get almost every wm command to work except this one:
PostMessageA(hndl, WM_COMMAND, 34100, 0); // for the first profile
is there a different function I should be using? is PostMessageA correct?