Click here to Skip to main content
15,901,666 members
Home / Discussions / C#
   

C#

 
GeneralRe: Implementing Security in C# Through Any Hardware Pin
Heath Stewart16-Apr-04 6:26
protectorHeath Stewart16-Apr-04 6:26 
GeneralRe: Implementing Security in C# Through Any Hardware Pin
partyganger16-Apr-04 10:57
partyganger16-Apr-04 10:57 
Generalthe Form stop to respond Pin
bouli16-Apr-04 4:32
bouli16-Apr-04 4:32 
GeneralRe: the Form stop to respond Pin
Heath Stewart16-Apr-04 6:31
protectorHeath Stewart16-Apr-04 6:31 
GeneralRe: the Form stop to respond Pin
bouli16-Apr-04 12:05
bouli16-Apr-04 12:05 
GeneralMessage Removed Pin
16-Apr-04 6:47
wibblewibblewibble16-Apr-04 6:47 
GeneralRe: the Form stop to respond Pin
bouli16-Apr-04 12:04
bouli16-Apr-04 12:04 
GeneralPainting Dynamic Objects Pin
TimTM16-Apr-04 4:22
TimTM16-Apr-04 4:22 
Hello all!

I am tasked to work on a project that draws moving objects on the screen dynamically using the co-ordinates and data provided through a stream, let's say a FileStream. I also would like to be able to "delete" the object from the screen. The method(s) that I have been using is that I used Threading to extract the co-ordinates and other info from the FileStream and map them on the screen. By doing this, the screen is littered with objects since the old objects have not been getting rid of. I have tried re-painting the "old" objects with the color same as the background so that they would "disappear". As I tried to do that, the program kept crashing on me. I guess that I don't have an efficient code to manage the buffering.

So, if have experienced with graphics in the past, please give me some hints. Thanks a whole lot in advance!

Tim
GeneralRe: Painting Dynamic Objects Pin
Heath Stewart16-Apr-04 6:35
protectorHeath Stewart16-Apr-04 6:35 
GeneralSourceSafe and References to COM Objects Pin
Andy Wieberneit16-Apr-04 3:50
Andy Wieberneit16-Apr-04 3:50 
GeneralRe: SourceSafe and References to COM Objects Pin
Heath Stewart16-Apr-04 4:05
protectorHeath Stewart16-Apr-04 4:05 
Questionowner draw trackbar? Pin
misterbear16-Apr-04 1:10
misterbear16-Apr-04 1:10 
AnswerRe: owner draw trackbar? Pin
Ernst Kuschke16-Apr-04 3:05
Ernst Kuschke16-Apr-04 3:05 
AnswerRe: owner draw trackbar? Pin
Heath Stewart16-Apr-04 4:14
protectorHeath Stewart16-Apr-04 4:14 
GeneralWord Automation Pin
Dominic Godin16-Apr-04 1:06
Dominic Godin16-Apr-04 1:06 
GeneralRe: Word Automation Pin
Ernst Kuschke16-Apr-04 2:59
Ernst Kuschke16-Apr-04 2:59 
GeneralRe: Word Automation Pin
Dominic Godin16-Apr-04 5:31
Dominic Godin16-Apr-04 5:31 
GeneralRe: Word Automation Pin
Heath Stewart16-Apr-04 5:49
protectorHeath Stewart16-Apr-04 5:49 
GeneralRe: Word Automation Pin
Dominic Godin19-Apr-04 22:06
Dominic Godin19-Apr-04 22:06 
GeneralRe: Word Automation Pin
Heath Stewart20-Apr-04 3:52
protectorHeath Stewart20-Apr-04 3:52 
GeneralRe: Word Automation Pin
Dominic Godin20-Apr-04 6:55
Dominic Godin20-Apr-04 6:55 
GeneralRe: Word Automation Pin
Heath Stewart20-Apr-04 8:31
protectorHeath Stewart20-Apr-04 8:31 
GeneralRe: Word Automation Pin
Dominic Godin21-Apr-04 1:37
Dominic Godin21-Apr-04 1:37 
GeneralRe: Word Automation Pin
Heath Stewart21-Apr-04 3:18
protectorHeath Stewart21-Apr-04 3:18 
GeneralRe: Word Automation Pin
Dominic Godin21-Apr-04 4:14
Dominic Godin21-Apr-04 4:14 

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.