1 Stream stream = this.GetType().Assembly.GetManifestResourceStream("WindowsApplication1.filename.jpg"); 2 Bitmap bmp = new Bitmap(stream);
출처 : Microsoft 고객지원
'.Net > C#' 카테고리의 다른 글
C# Serialize, Deserialize (0) | 2012.08.21 |
---|---|
C# DoubleBuffering (더블 버퍼링) (0) | 2012.08.07 |
C# UserControl->UserControl 네이버 지식인 답변 (0) | 2012.07.17 |
C# Thread Test Project (0) | 2012.07.11 |
C# Image->Bitmap->Icon (1) | 2012.07.04 |