FileViewer?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • perspolis

    #1

    FileViewer?

    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.
Working...