i am still unsure about the command$ and how it works if you could help
out a little more on that feature it would be great, but i had thought of
a way that may work but i am un sure about it.
1 the main program opens and then you highlight the textbox you want to
pass to the end program which is called RAFFLEID.
2 you click on the button to activate the linking program and it has code
as such:
private sub form activate()
appactivate,[wait]
clipboard.clear
sendkeys "^c"
retval=shell("c:\program files\rafflemaker\tblite\tblite.exe", 1)
form1.visible=false
sendkeys"thesecretpassword{tab}~^v{tab}~"
end sub
3 the end program has a textbox called (text1) that recieves the data from
the main program RAFFLEID
out a little more on that feature it would be great, but i had thought of
a way that may work but i am un sure about it.
1 the main program opens and then you highlight the textbox you want to
pass to the end program which is called RAFFLEID.
2 you click on the button to activate the linking program and it has code
as such:
private sub form activate()
appactivate,[wait]
clipboard.clear
sendkeys "^c"
retval=shell("c:\program files\rafflemaker\tblite\tblite.exe", 1)
form1.visible=false
sendkeys"thesecretpassword{tab}~^v{tab}~"
end sub
3 the end program has a textbox called (text1) that recieves the data from
the main program RAFFLEID