Click here to Skip to main content
15,891,704 members
Home / Discussions / C#
   

C#

 
QuestionHow to Import an Excel file using ODBC connection Pin
JCMori12-Sep-06 7:14
JCMori12-Sep-06 7:14 
QuestionCentralising event handling in a Windows Form application Pin
GazzaJ12-Sep-06 7:00
GazzaJ12-Sep-06 7:00 
AnswerRe: Centralising event handling in a Windows Form application Pin
Jun Du12-Sep-06 15:53
Jun Du12-Sep-06 15:53 
GeneralRe: Centralising event handling in a Windows Form application Pin
GazzaJ18-Sep-06 4:45
GazzaJ18-Sep-06 4:45 
GeneralRe: Centralising event handling in a Windows Form application Pin
Jun Du18-Sep-06 6:13
Jun Du18-Sep-06 6:13 
AnswerRe: Centralising event handling in a Windows Form application Pin
lmoelleb12-Sep-06 21:21
lmoelleb12-Sep-06 21:21 
GeneralRe: Centralising event handling in a Windows Form application Pin
GazzaJ18-Sep-06 4:46
GazzaJ18-Sep-06 4:46 
QuestionHow to get Image from other Image quickly Pin
Libor Tinka12-Sep-06 6:23
Libor Tinka12-Sep-06 6:23 
I need to divide a very large image (say 5-7 mpx) into smaller pieces (24 bpp Image objects). Algorithm is not a problem, the speed of used GDI+ method is.

Using Graphics.DrawImage() is slow, even when no interpolation is done. The problem is not in the count of pieces, but in the size of huge source image. Doesn't matter how large the pieces are, because the long time is taken by the reading of pixels from source.

I've thought about using unsafe pixel access, but still hope there's some method for obtaining smaller image from larger one quickly.
AnswerRe: How to get Image from other Image quickly Pin
Jun Du12-Sep-06 7:12
Jun Du12-Sep-06 7:12 
GeneralRe: How to get Image from other Image quickly Pin
Libor Tinka12-Sep-06 8:58
Libor Tinka12-Sep-06 8:58 
AnswerRe: How to get Image from other Image quickly Pin
Ranjan Banerji12-Sep-06 17:08
Ranjan Banerji12-Sep-06 17:08 
QuestionCompiler Error Numbers Pin
Brady Kelly12-Sep-06 5:39
Brady Kelly12-Sep-06 5:39 
AnswerRe: Compiler Error Numbers Pin
User 665812-Sep-06 5:47
User 665812-Sep-06 5:47 
AnswerRe: Compiler Error Numbers Pin
Rick Crone14-Sep-06 8:16
Rick Crone14-Sep-06 8:16 
QuestionDatabase Access in UITypeEditors Pin
nlgarvey12-Sep-06 5:20
nlgarvey12-Sep-06 5:20 
QuestionCompiler Warnings Pin
gantww12-Sep-06 5:06
gantww12-Sep-06 5:06 
AnswerRe: Compiler Warnings Pin
User 665812-Sep-06 6:00
User 665812-Sep-06 6:00 
QuestionHow to get a return value from a winservice at cmd batch: net start ... Pin
MDT Daniel12-Sep-06 5:05
MDT Daniel12-Sep-06 5:05 
QuestionHow to create my own setup dialog form for Setup Pin
Nicklez12-Sep-06 4:32
Nicklez12-Sep-06 4:32 
QuestionWalking down inhertiance path Pin
smurfy3412-Sep-06 4:28
smurfy3412-Sep-06 4:28 
AnswerRe: Walking down inhertiance path Pin
Colin Angus Mackay12-Sep-06 4:41
Colin Angus Mackay12-Sep-06 4:41 
QuestionHow can I disable JavaScript error messages? Pin
Dima Filipiuk12-Sep-06 4:24
Dima Filipiuk12-Sep-06 4:24 
QuestionATLASASP.NET Domain For Sale Pin
substatica12-Sep-06 4:21
substatica12-Sep-06 4:21 
QuestionCalling unmanaged dll functions in C# Pin
Kasic Slobodan12-Sep-06 4:05
Kasic Slobodan12-Sep-06 4:05 
AnswerRe: Calling unmanaged dll functions in C# Pin
Nader Elshehabi12-Sep-06 8:35
Nader Elshehabi12-Sep-06 8:35 

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.