Click here to Skip to main content
16,006,442 members
Home / Discussions / C#
   

C#

 
AnswerRe: Challanging Algorithm?! Pin
alexey N24-May-06 17:56
alexey N24-May-06 17:56 
GeneralRe: Challanging Algorithm?! [modified] Pin
lmoelleb24-May-06 20:26
lmoelleb24-May-06 20:26 
GeneralRe: Challanging Algorithm?! [modified] Pin
alexey N24-May-06 22:47
alexey N24-May-06 22:47 
GeneralRe: Challanging Algorithm?! [modified] Pin
Dan Neely25-May-06 2:13
Dan Neely25-May-06 2:13 
GeneralRe: Challanging Algorithm?! Pin
Eliee25-May-06 9:33
Eliee25-May-06 9:33 
QuestionProblem with chat room Pin
Pentellcc24-May-06 15:08
Pentellcc24-May-06 15:08 
QuestionComboBox Inheritance Pin
canozurdo24-May-06 13:36
canozurdo24-May-06 13:36 
Questionbitmap speed question [modified] Pin
likefood24-May-06 12:50
likefood24-May-06 12:50 
I'm trying to make my own screen-capture program. My theory is to take bitmap screenshots as fast as possible, and feed them into an AVI. I've read some articles on taking screenshots, and it looks like it's a tossup between using .Net (with Graphics.CopyFromScreen()) and using API calls (gdi32.dll and user32.dll).

I just finished the former, and it's slow. I can't get it to take bitmaps faster than about three per second (my goal is at most 30 per second).

My question is this:
Before I spend time on altering all my code, will using API calls make it take screenshots any faster? If not, I won't waste my time.

-Daniel
Typing too fast fro my owngood

-- modified at 19:55 Wednesday 24th May, 2006
AnswerRe: bitmap speed question [modified] Pin
Christian Graus24-May-06 14:05
protectorChristian Graus24-May-06 14:05 
GeneralRe: bitmap speed question [modified] Pin
likefood24-May-06 14:10
likefood24-May-06 14:10 
GeneralRe: bitmap speed question [modified] Pin
likefood25-May-06 5:13
likefood25-May-06 5:13 
QuestionSound Control Pin
alias bill24-May-06 12:39
alias bill24-May-06 12:39 
AnswerRe: Sound Control Pin
mav.northwind24-May-06 22:57
mav.northwind24-May-06 22:57 
AnswerRe: Sound Control Pin
Cary Zhang25-May-06 0:33
Cary Zhang25-May-06 0:33 
QuestionMemory friendly way to add to listbox? Pin
Dan Neely24-May-06 10:21
Dan Neely24-May-06 10:21 
AnswerRe: Memory friendly way to add to listbox? Pin
mav.northwind25-May-06 0:20
mav.northwind25-May-06 0:20 
QuestionRegEx Parsing? Pin
econner24-May-06 10:17
econner24-May-06 10:17 
AnswerRe: RegEx Parsing? Pin
Ed.Poore24-May-06 12:36
Ed.Poore24-May-06 12:36 
QuestionSymbol Font question Pin
Wjousts24-May-06 10:05
Wjousts24-May-06 10:05 
AnswerRe: Symbol Font question Pin
Wjousts24-May-06 11:10
Wjousts24-May-06 11:10 
Questiona question about printing or saving data in datagridview ? Pin
cmpeng3424-May-06 10:01
cmpeng3424-May-06 10:01 
AnswerRe: a question about printing or saving data in datagridview ? Pin
maryamf24-May-06 12:26
maryamf24-May-06 12:26 
QuestionComputer names Pin
Elvis_Pretzelator24-May-06 9:30
Elvis_Pretzelator24-May-06 9:30 
AnswerRe: Computer names Pin
Wjousts24-May-06 9:59
Wjousts24-May-06 9:59 
GeneralRe: Computer names Pin
Elvis_Pretzelator24-May-06 13:58
Elvis_Pretzelator24-May-06 13:58 

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.