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

C#

 
AnswerRe: how can I shutdown the pc ? Pin
Kristian Sixhøj23-Nov-07 4:49
Kristian Sixhøj23-Nov-07 4:49 
AnswerRe: how can I shutdown the pc ? Pin
Anthony Mushrow23-Nov-07 5:56
professionalAnthony Mushrow23-Nov-07 5:56 
QuestionDeleting row in Event Pin
baerten23-Nov-07 4:20
baerten23-Nov-07 4:20 
QuestionLoad an image from a file Pin
SeeBees23-Nov-07 3:50
SeeBees23-Nov-07 3:50 
AnswerRe: Load an image from a file Pin
Dave Kreskowiak23-Nov-07 5:33
mveDave Kreskowiak23-Nov-07 5:33 
GeneralRe: Load an image from a file Pin
SeeBees23-Nov-07 17:23
SeeBees23-Nov-07 17:23 
GeneralRe: Load an image from a file Pin
Dave Kreskowiak24-Nov-07 4:14
mveDave Kreskowiak24-Nov-07 4:14 
AnswerRe: Load an image from a file Pin
Anthony Mushrow23-Nov-07 7:34
professionalAnthony Mushrow23-Nov-07 7:34 
Well of course its going to be slow, you've got to load up all these images of your hard disk and put them in an image object, and the draw them all.

You could try loading up the images you need before they actually need to be drawn, that could speed things up. And im assuming (hoping) that you aren't loading up the images every time they need to be drawn.

And i think there is some function in one o' thems dll's to do a bitblit. Which may be faster. But that would require more code on your part.

My current favourite word is: PIE!

Good ol' pie, it's been a while.

GeneralRe: Load an image from a file Pin
SeeBees23-Nov-07 17:32
SeeBees23-Nov-07 17:32 
GeneralRe: Load an image from a file Pin
Anthony Mushrow24-Nov-07 1:51
professionalAnthony Mushrow24-Nov-07 1:51 
QuestionError Pin
minniemooo23-Nov-07 3:15
minniemooo23-Nov-07 3:15 
AnswerRe: Error Pin
Andrei Ungureanu23-Nov-07 3:18
Andrei Ungureanu23-Nov-07 3:18 
AnswerRe: Error Pin
Anthony Mushrow23-Nov-07 3:19
professionalAnthony Mushrow23-Nov-07 3:19 
AnswerRe: Error Pin
Vasudevan Deepak Kumar23-Nov-07 3:38
Vasudevan Deepak Kumar23-Nov-07 3:38 
AnswerRe: Error Pin
kkadir23-Nov-07 4:26
kkadir23-Nov-07 4:26 
QuestionDisable PDF Print button from C# Pin
cosmoteco23-Nov-07 3:14
cosmoteco23-Nov-07 3:14 
AnswerRe: Disable PDF Print button from C# Pin
Vasudevan Deepak Kumar23-Nov-07 3:42
Vasudevan Deepak Kumar23-Nov-07 3:42 
GeneralRe: Disable PDF Print button from C# Pin
cosmoteco23-Nov-07 4:33
cosmoteco23-Nov-07 4:33 
GeneralRe: Disable PDF Print button from C# Pin
Dave Kreskowiak23-Nov-07 5:31
mveDave Kreskowiak23-Nov-07 5:31 
GeneralRe: Disable PDF Print button from C# Pin
cosmoteco23-Nov-07 5:43
cosmoteco23-Nov-07 5:43 
Question.NET 2.0 Remoting Listener - Adding a Telnet connection message [modified] Pin
MrEyes23-Nov-07 2:58
MrEyes23-Nov-07 2:58 
QuestionInteroperatablity between managed and unmanaged code Pin
mastermind.aj23-Nov-07 2:04
mastermind.aj23-Nov-07 2:04 
AnswerRe: Interoperatablity between managed and unmanaged code Pin
Pete O'Hanlon23-Nov-07 2:10
mvePete O'Hanlon23-Nov-07 2:10 
QuestionSynchronizing Collections Pin
hamidkhan23-Nov-07 1:53
hamidkhan23-Nov-07 1:53 
AnswerRe: Synchronizing Collections Pin
Bekjong23-Nov-07 2:09
Bekjong23-Nov-07 2:09 

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.