Hi all
In my Program ,user can save file and behind scene I save it into database.
In application I want to show content of the file that place in memory withuot saving memory in disk and running
ShellExecute API...
I mean I want to have a function that a gets 2 arguments, one a byte[] and another one,extention of the file.
then this function can show the memory in atention of it's extension.
In my Program ,user can save file and behind scene I save it into database.
In application I want to show content of the file that place in memory withuot saving memory in disk and running
ShellExecute API...
I mean I want to have a function that a gets 2 arguments, one a byte[] and another one,extention of the file.
then this function can show the memory in atention of it's extension.