G
Guest
Now I am using the Shell command in the following way,
Shell("Notepad C:\Test.txt", AppWinStyle.NormalFocus)
If I save the content of Test.txt as binary data into my database and read
it back from the database. Is that possible to use the Shell command to
launch Notepad (or other programs like Explorer) with binary stream?
Thanks.
Shell("Notepad C:\Test.txt", AppWinStyle.NormalFocus)
If I save the content of Test.txt as binary data into my database and read
it back from the database. Is that possible to use the Shell command to
launch Notepad (or other programs like Explorer) with binary stream?
Thanks.