Resource Files

  • Thread starter Thread starter brian
  • Start date Start date
B

brian

Thanks to this group my previous quesion directed me to
using a resource file. But now I would appreciate some
help using a resouce file.

I have the resouce file loaded and know I can get at my
file using:
Reflection.Assembly.GetExecutingAssembly
().GetManifestResourceStream("MyApp.RSYNC.EXE")

My embedded file is an EXE file. I need to run the
embedded EXE in a shell command.

Can someone help me with whatever steps I need to proceed
with?

Thanks
 
Hi Herfried,

Will you be so kind to set that as I do in the subject next time as well,
than I (and i gues others) do not look at it.

Now I was looking at your answer.

Thank you in advance.

Cor
 
* "Cor Ligthert said:
Will you be so kind to set that as I do in the subject next time as well,
than I (and i gues others) do not look at it.

I don't do that because it will cause some newsreaders display posts
in a wrong order ;-).
Now I was looking at your answer.

;-)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top