Click here to Skip to main content
15,910,981 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to write Installer for a executable file Pin
nemopeti16-Jun-05 3:55
nemopeti16-Jun-05 3:55 
AnswerRe: How to write Installer for a executable file Pin
S. Senthil Kumar16-Jun-05 5:05
S. Senthil Kumar16-Jun-05 5:05 
GeneralRe: How to write Installer for a executable file Pin
pakFari16-Jun-05 20:49
pakFari16-Jun-05 20:49 
GeneralOpen Graphic files in real PixelFormat Pin
Alpini16-Jun-05 1:01
Alpini16-Jun-05 1:01 
GeneralRe: Open Graphic files in real PixelFormat Pin
Daniel Turini16-Jun-05 3:38
Daniel Turini16-Jun-05 3:38 
GeneralRe: Open Graphic files in real PixelFormat Pin
Alpini16-Jun-05 4:32
Alpini16-Jun-05 4:32 
GeneralRe: Open Graphic files in real PixelFormat Pin
Dave Kreskowiak16-Jun-05 4:47
mveDave Kreskowiak16-Jun-05 4:47 
GeneralRe: Open Graphic files in real PixelFormat Pin
Alpini16-Jun-05 9:22
Alpini16-Jun-05 9:22 
sure, the Taskman is not the best way for meassuring memory consumation... But... thats not my question, the main thing I want to know is, why does the Bitmap class open a 8bpp Grayscale image in 32bitARGB mode? And if i can prevent this? It would be best if i would be able to open such files from the beginning in the 8bppIndexed Pixelformat. If it is not possible to open it this way, i have to convert it manually to 8bppIndexed, but how?

One other thing regarding the Taskmanager, when i open the same image using Image img = new Image.FromFile("") it is also converted to 32bitARGB, but you can clearly see, that the Taskman shows the right increase in memory usage for this file in 32bppARGB mode and not the double size...

(I hope you can understand my question, i have to deal with my shool-english only)
GeneralMouseWheel Event Pin
Anonymous16-Jun-05 0:41
Anonymous16-Jun-05 0:41 
GeneralRe: MouseWheel Event Pin
Marc Clifton16-Jun-05 1:23
mvaMarc Clifton16-Jun-05 1:23 
QuestionAdd-in, how to work with it? Pin
Khoa Bui15-Jun-05 23:28
Khoa Bui15-Jun-05 23:28 
AnswerRe: Add-in, how to work with it? Pin
Werdna16-Jun-05 4:55
Werdna16-Jun-05 4:55 
GeneralCrystal report and C# Pin
jeya_00715-Jun-05 23:16
jeya_00715-Jun-05 23:16 
QuestionListView - some kind of a scroll event? Pin
iliyang15-Jun-05 22:55
iliyang15-Jun-05 22:55 
Questionwhat is the difference between Property and Public Field? Pin
Khoa Bui15-Jun-05 22:51
Khoa Bui15-Jun-05 22:51 
AnswerRe: what is the difference between Property and Public Field? Pin
iliyang15-Jun-05 23:06
iliyang15-Jun-05 23:06 
AnswerRe: what is the difference between Property and Public Field? Pin
Andrew Kirillov15-Jun-05 23:12
Andrew Kirillov15-Jun-05 23:12 
Generalthanks, I got it! Pin
Khoa Bui15-Jun-05 23:25
Khoa Bui15-Jun-05 23:25 
GeneralRe: thanks, I got it! Pin
Colin Angus Mackay16-Jun-05 0:52
Colin Angus Mackay16-Jun-05 0:52 
GeneralRe: thanks, I got it! Pin
iliyang16-Jun-05 1:15
iliyang16-Jun-05 1:15 
AnswerRe: what is the difference between Property and Public Field? Pin
eggie516-Jun-05 5:39
eggie516-Jun-05 5:39 
Questionhow merge 2 PNG images in one Pin
Anonymous15-Jun-05 22:32
Anonymous15-Jun-05 22:32 
AnswerRe: how merge 2 PNG images in one Pin
Niklas Ulvinge15-Jun-05 22:57
Niklas Ulvinge15-Jun-05 22:57 
AnswerRe: how merge 2 PNG images in one Pin
iliyang15-Jun-05 23:13
iliyang15-Jun-05 23:13 
GeneralRe: how merge 2 PNG images in one Pin
Anonymous16-Jun-05 0:04
Anonymous16-Jun-05 0:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.