Click here to Skip to main content
15,897,371 members
Home / Discussions / C#
   

C#

 
GeneralRe: localized application Pin
sreejith ss nair5-Jul-04 23:47
sreejith ss nair5-Jul-04 23:47 
GeneralRe: localized application Pin
sreejith ss nair5-Jul-04 23:54
sreejith ss nair5-Jul-04 23:54 
GeneralRe: localized application Pin
Colin Angus Mackay6-Jul-04 0:12
Colin Angus Mackay6-Jul-04 0:12 
GeneralRe: localized application Pin
Colin Angus Mackay5-Jul-04 23:55
Colin Angus Mackay5-Jul-04 23:55 
GeneralRe: localized application Pin
sreejith ss nair6-Jul-04 0:10
sreejith ss nair6-Jul-04 0:10 
Generallisence Pin
sreejith ss nair5-Jul-04 23:14
sreejith ss nair5-Jul-04 23:14 
GeneralRe: lisence Pin
Heath Stewart6-Jul-04 5:20
protectorHeath Stewart6-Jul-04 5:20 
Generalbitmap constructor throws InvalidArgumentException Pin
Pain_Elemental5-Jul-04 22:45
Pain_Elemental5-Jul-04 22:45 
The bitmap constructor throws an InvalidArgumentException, if I try to create a bitmap like this:

Bitmap bitmap = new Bitmap(23622, 18897, System.Drawing.Imaging.Pixelformat.Format24bppRgb)



But this works:
Bitmap bitmap = new Bitmap(23622, 18897, System.Drawing.Imaging.Pixelformat.DontCare)


Can somebody please explain, what the problem is with Format24bppRGB ?

Best regards

-------------------------------------------
The light at the end of the tunnel has been switched off temporarily due to budget problems...
GeneralRe: bitmap constructor throws InvalidArgumentException Pin
Anonymous6-Jul-04 3:45
Anonymous6-Jul-04 3:45 
GeneralRe: bitmap constructor throws InvalidArgumentException Pin
Dave Kreskowiak6-Jul-04 5:50
mveDave Kreskowiak6-Jul-04 5:50 
QuestionHow to Hide ScrollBar of RichtextBox Pin
Jay Shankar5-Jul-04 22:30
Jay Shankar5-Jul-04 22:30 
AnswerRe: How to Hide ScrollBar of RichtextBox Pin
Stefan Troschuetz5-Jul-04 22:59
Stefan Troschuetz5-Jul-04 22:59 
GeneralRe: How to Hide ScrollBar of RichtextBox Pin
Jay Shankar5-Jul-04 23:30
Jay Shankar5-Jul-04 23:30 
GeneralRe: How to Hide ScrollBar of RichtextBox Pin
Heath Stewart6-Jul-04 5:45
protectorHeath Stewart6-Jul-04 5:45 
GeneralRe: How to Hide ScrollBar of RichtextBox Pin
Jay Shankar6-Jul-04 18:04
Jay Shankar6-Jul-04 18:04 
GeneralRe: How to Hide ScrollBar of RichtextBox Pin
Heath Stewart7-Jul-04 3:29
protectorHeath Stewart7-Jul-04 3:29 
GeneralRe: How to Hide ScrollBar of RichtextBox Pin
Jay Shankar12-Jul-04 22:54
Jay Shankar12-Jul-04 22:54 
GeneralRe: How to Hide ScrollBar of RichtextBox Pin
Heath Stewart13-Jul-04 3:26
protectorHeath Stewart13-Jul-04 3:26 
GeneralRe: How to Hide ScrollBar of RichtextBox Pin
Jay Shankar21-Jul-04 18:27
Jay Shankar21-Jul-04 18:27 
GeneralC#, XML, XPath problem Pin
velincho5-Jul-04 22:23
velincho5-Jul-04 22:23 
GeneralRe: C#, XML, XPath problem Pin
leppie6-Jul-04 7:26
leppie6-Jul-04 7:26 
GeneralRe: C#, XML, XPath problem Pin
velincho6-Jul-04 22:23
velincho6-Jul-04 22:23 
QuestionHOW TO CREATE IMAGE FRAMES FROM METAFILES Pin
gayathri_gopi5-Jul-04 22:22
gayathri_gopi5-Jul-04 22:22 
GeneralDllImport Pin
Anonymous5-Jul-04 22:12
Anonymous5-Jul-04 22:12 
GeneralRe: DllImport Pin
Anonymous5-Jul-04 22:26
Anonymous5-Jul-04 22:26 

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.