Click here to Skip to main content
16,011,626 members
Home / Discussions / C#
   

C#

 
AnswerRe: Help:messbox can not show normally Pin
Dave Kreskowiak15-Jun-12 19:02
mveDave Kreskowiak15-Jun-12 19:02 
AnswerRe: Help:messbox can not show normally Pin
Sandeep Mewara15-Jun-12 19:45
mveSandeep Mewara15-Jun-12 19:45 
QuestionBitmap "Invalid parameter" Pin
terry102115-Jun-12 4:43
terry102115-Jun-12 4:43 
AnswerRe: Bitmap "Invalid parameter" Pin
BobJanova15-Jun-12 5:22
BobJanova15-Jun-12 5:22 
AnswerRe: Bitmap "Invalid parameter" Pin
SledgeHammer0115-Jun-12 6:40
SledgeHammer0115-Jun-12 6:40 
AnswerRe: Bitmap "Invalid parameter" Pin
Dave Kreskowiak15-Jun-12 8:26
mveDave Kreskowiak15-Jun-12 8:26 
AnswerRe: Bitmap "Invalid parameter" Pin
terry102115-Jun-12 17:34
terry102115-Jun-12 17:34 
GeneralRe: Bitmap "Invalid parameter" Pin
Dave Kreskowiak15-Jun-12 18:55
mveDave Kreskowiak15-Jun-12 18:55 
And? So you haven't been able to do it in C/C++.

You simply don't have a choice here. It gets done in unmanaged code or it doesn't get done at all.

You also haven't said anything about HOW you tried to do this in unmanaged code either.

Typically, to relieve all the memory pressure such an operation would place on the system, I would have implements methods to do this entirely in the files on disk. This, of course, would mean you have to implement the code to interpret and write the kinds of files you want to handle, such as JPG, BMP, GIF, TIF, ..., so you don't try to write a correcupted file. This would mean you have to know every detail of these file formats.


modified 16-Jun-12 9:48am.

AnswerRe: Bitmap "Invalid parameter" Pin
Luc Pattyn16-Jun-12 6:50
sitebuilderLuc Pattyn16-Jun-12 6:50 
QuestionAlternative for RenderTransformOrigin ...??? Pin
patelmayur15-Jun-12 3:58
patelmayur15-Jun-12 3:58 
AnswerRe: Alternative for RenderTransformOrigin ...??? Pin
Richard MacCutchan15-Jun-12 4:42
mveRichard MacCutchan15-Jun-12 4:42 
Question<<specificVersion>>'True'<<specificVersion/>> is not satisfying Pin
AstroBod42714-Jun-12 23:05
AstroBod42714-Jun-12 23:05 
AnswerRe: >'True'> is not satisfying Pin
VJ Reddy14-Jun-12 23:29
VJ Reddy14-Jun-12 23:29 
GeneralRe: >'True'> is not satisfying Pin
AstroBod42714-Jun-12 23:53
AstroBod42714-Jun-12 23:53 
AnswerRe: >'True'> is not satisfying Pin
Eddy Vluggen15-Jun-12 1:52
professionalEddy Vluggen15-Jun-12 1:52 
GeneralRe: >'True'> is not satisfying Pin
AstroBod42715-Jun-12 2:04
AstroBod42715-Jun-12 2:04 
GeneralRe: >'True'> is not satisfying Pin
Eddy Vluggen15-Jun-12 2:30
professionalEddy Vluggen15-Jun-12 2:30 
GeneralRe: >'True'> is not satisfying Pin
AstroBod42715-Jun-12 3:17
AstroBod42715-Jun-12 3:17 
GeneralRe: >'True'> is not satisfying Pin
Eddy Vluggen15-Jun-12 3:21
professionalEddy Vluggen15-Jun-12 3:21 
GeneralRe: >'True'> is not satisfying Pin
AstroBod42715-Jun-12 4:13
AstroBod42715-Jun-12 4:13 
GeneralRe: >'True'> is not satisfying Pin
Eddy Vluggen15-Jun-12 5:14
professionalEddy Vluggen15-Jun-12 5:14 
AnswerRe: >'True'> is not satisfying Pin
jschell15-Jun-12 10:22
jschell15-Jun-12 10:22 
GeneralRe: >'True'> is not satisfying Pin
GrooverFromHolland15-Jun-12 12:30
GrooverFromHolland15-Jun-12 12:30 
GeneralRe: >'True'> is not satisfying Pin
Bernhard Hiller17-Jun-12 22:09
Bernhard Hiller17-Jun-12 22:09 
GeneralRe: >'True'> is not satisfying Pin
AstroBod42726-Jun-12 2:00
AstroBod42726-Jun-12 2:00 

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.