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

C#

 
QuestionHow to create an email body programatically Pin
Stick^12-Sep-06 15:43
Stick^12-Sep-06 15:43 
Questionwait for a form to close Pin
numbers1thru912-Sep-06 10:09
numbers1thru912-Sep-06 10:09 
AnswerRe: wait for a form to close Pin
Guffa12-Sep-06 10:54
Guffa12-Sep-06 10:54 
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 
AnswerRe: How to get Image from other Image quickly Pin
Jun Du12-Sep-06 7:12
Jun Du12-Sep-06 7:12 
Libor Tinka wrote:
because the long time is taken by the reading of pixels from source


I wouldn't read pixels. Locate each small piece on the original image and draw it to a separate graphic buffer. Then, you may either save it to a file or render it to the screen.



Best,
Jun

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.