Jump to content
Xtreme .Net Talk

Recommended Posts

  • *Gurus*
Posted

I'm at work and don't have the code in front of me, but I've done this a lot at home and I will try to remember. I don't think you need any of the things Thinker mentioned, the IDE will perform the task that the two command-line tools he cited do.

 

Dim imgBlah As Image

imgBlah = Image.FromStream(Reflection.Assembly.GetExecutingAssembly.GetManifestResourceStream("mynamespace.myimage.bmp"))

 

Try that.

MVP, Visual Developer - .NET

 

Now you see why evil will always triumph - because good is dumb.

 

My free .NET Windows Forms Controls and Articles

Posted
Good to know there are other way divil. MSDN for .net is taking

some getting used to in searching.

 

I agree. I personally don't think it's as user friendly as it could be.

Dodge

Grab Life By The Horns

  • *Gurus*
Posted

I find it easier as well. The whole nature of the .NET framework lends itself to a hierarchy that is easy to navigate and understand. Add that to the overall acceptable organization of MSDN in the first place as well as a search engine that often finds more than you asked for (whether this is good or bad depends on personal taste) you get a fairly nice help system.

 

-CL

  • *Gurus*
Posted

Don't get me started on Microsoft Help 2.0. The whole xml/

namespace thing is very convoluted. I don't have any problem

with the interface (although the help viewer is only a temporary

one until MS releases the real help viewer).

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...