Jay B. Harlow said:
You can use Sharp Develop to edit your source and manage your projects
without using their forms designer!
hehe, so I can...
I'm used to UltraEdit from my ASP coding, so I was just a bit biased, and
I've gotten used to writing C# in it now... I found some weird bugs in C#,
my scrollwheel used to scroll panes around the code window, and never the
code window, regardless of where focus was... kinda got annoyed and binned
it off
Did you look at the page, or did you try to use them to embed a gif?
The '/resource' option states "To set this option in VS.NET ... set build
action to Embedded Resource".
I wanted to include files in a seperate file, not the exe, so I followed a
link about resource files generated with resgen.exe, where I read "The
Resource File Generator converts .txt files and .resx (XML-based resource
format) files to common language runtime binary". That's why I decided to
post here assuming it was dead easy and someone would post a few lines of
code
Well if I can add a GIF to my VS.NET project, set the build action to
Embedded Resource, and it gets included in the executable, that would
suggest to me that on would be able to use /resource:your.gif on csc, and
the gif would be embedded.
If you really would like me to take the time to try it for you, rather than
you just trying it yourself. I will. :-|
It's not that I'm too lazy to try it, but the way you've shown would embed
in the exe? and the other way I've read only seems to do txt & xml :-\