Click here to Skip to main content
15,922,523 members
Home / Discussions / C#
   

C#

 
AnswerRe: wait for a form to close Pin
Jun Du12-Sep-06 15:57
Jun Du12-Sep-06 15:57 
Questionpopulate a data set Pin
lourG12-Sep-06 10:03
lourG12-Sep-06 10:03 
AnswerRe: populate a data set Pin
Andrei Ungureanu12-Sep-06 20:43
Andrei Ungureanu12-Sep-06 20:43 
AnswerRe: populate a data set Pin
lourG13-Sep-06 6:26
lourG13-Sep-06 6:26 
QuestionConverting XML string to a datatable Pin
Omkar Ghaisas12-Sep-06 9:29
Omkar Ghaisas12-Sep-06 9:29 
AnswerRe: Converting XML string to a datatable Pin
Andrei Ungureanu12-Sep-06 20:53
Andrei Ungureanu12-Sep-06 20:53 
Questionico Pin
TAREQ F ABUZUHRI12-Sep-06 8:05
TAREQ F ABUZUHRI12-Sep-06 8:05 
AnswerRe: ico Pin
Nader Elshehabi12-Sep-06 8:47
Nader Elshehabi12-Sep-06 8:47 
GeneralRe: ico Pin
Judah Gabriel Himango12-Sep-06 9:02
sponsorJudah Gabriel Himango12-Sep-06 9:02 
AnswerRe: ico Pin
Judah Gabriel Himango12-Sep-06 9:01
sponsorJudah Gabriel Himango12-Sep-06 9:01 
JokeRe: ico Pin
Nader Elshehabi12-Sep-06 10:16
Nader Elshehabi12-Sep-06 10:16 
GeneralRe: ico Pin
TAREQ F ABUZUHRI12-Sep-06 11:37
TAREQ F ABUZUHRI12-Sep-06 11:37 
QuestionRe: ico Pin
The Only Nock7-Aug-08 16:36
The Only Nock7-Aug-08 16:36 
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 

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.