I need to find a window and then fill in some text and the click on the OK/Save button. I am able to find the window by using EnumWindowsProc. I think I need to use the SendMessage function but in the declaration the wMsg is declared as a long but I need to pass a string.
I need to pass the string from a VB program to a non VB window and then click on the OK/Save button.
Any help would be greatly appreciated.
Thanks
penahill
I need to pass the string from a VB program to a non VB window and then click on the OK/Save button.
Any help would be greatly appreciated.
Thanks
penahill