Click here to Skip to main content
16,005,281 members
Home / Discussions / C#
   

C#

 
QuestionFTP Pin
bwagz17-Mar-07 16:44
bwagz17-Mar-07 16:44 
AnswerRe: FTP Pin
Ryno Burger17-Mar-07 21:15
Ryno Burger17-Mar-07 21:15 
QuestionC# threads and graphics Pin
bruceczelenka17-Mar-07 15:36
bruceczelenka17-Mar-07 15:36 
AnswerRe: C# threads and graphics Pin
Christian Graus17-Mar-07 18:12
protectorChristian Graus17-Mar-07 18:12 
Questionc# App - Vista Changes UI Colors Pin
rbirkelbach17-Mar-07 12:35
rbirkelbach17-Mar-07 12:35 
AnswerRe: c# App - Vista Changes UI Colors Pin
Ed.Poore19-Mar-07 12:51
Ed.Poore19-Mar-07 12:51 
QuestionXOR problem Pin
HexaDeveloper17-Mar-07 11:40
HexaDeveloper17-Mar-07 11:40 
AnswerRe: XOR problem Pin
mav.northwind17-Mar-07 12:49
mav.northwind17-Mar-07 12:49 
Hi!
You could use ControlPaint.DrawReversibleLine() to get something like an "XOR" mode.
But are you sure you know what you're doing?
Usually creating a graphics object in a mouse event handler to do some painting is a bad idea.
Do you dispose of every Graphics object you create? Beginners usually forget about it and then get ressource leaks. And what if the surface you're drawing your lines on gets hidden by another window and redrawn? All your lines will be gone...

Regards,
mav

--
Black holes are the places where God divided by 0...

GeneralRe: XOR problem Pin
HexaDeveloper17-Mar-07 22:12
HexaDeveloper17-Mar-07 22:12 
GeneralRe: XOR problem Pin
HexaDeveloper18-Mar-07 9:29
HexaDeveloper18-Mar-07 9:29 
GeneralRe: XOR problem Pin
HexaDeveloper19-Mar-07 13:10
HexaDeveloper19-Mar-07 13:10 
QuestionUninstall Pin
hadad17-Mar-07 11:15
hadad17-Mar-07 11:15 
AnswerRe: Uninstall Pin
Christian Graus17-Mar-07 18:30
protectorChristian Graus17-Mar-07 18:30 
GeneralRe: Uninstall Pin
hadad18-Mar-07 0:38
hadad18-Mar-07 0:38 
QuestionCursor problem Pin
CodeItWell17-Mar-07 10:36
CodeItWell17-Mar-07 10:36 
AnswerRe: Cursor problem Pin
Christian Graus17-Mar-07 18:31
protectorChristian Graus17-Mar-07 18:31 
QuestionCapture a flash window and stretch blit to the desktop in realtime? [modified] Pin
acrylix17-Mar-07 9:28
acrylix17-Mar-07 9:28 
AnswerRe: Capture a flash window and stretch blit to the desktop in realtime? Pin
Dave Kreskowiak18-Mar-07 6:18
mveDave Kreskowiak18-Mar-07 6:18 
GeneralRe: Capture a flash window and stretch blit to the desktop in realtime? Pin
acrylix18-Mar-07 14:56
acrylix18-Mar-07 14:56 
QuestionDial-up,proxy setting for webbrowser.Tq verymuch please help me!! Pin
krajah1017-Mar-07 7:45
krajah1017-Mar-07 7:45 
Questionhow to get image from scanner ? Pin
hdv21217-Mar-07 7:24
hdv21217-Mar-07 7:24 
AnswerRe: how to get image from scanner ? Pin
Christian Graus17-Mar-07 7:50
protectorChristian Graus17-Mar-07 7:50 
GeneralRe: how to get image from scanner ? Pin
hdv21217-Mar-07 8:04
hdv21217-Mar-07 8:04 
QuestionOLEDb provider for Sybase on Framework 1.1 Pin
Muhammad Nauman Yousuf17-Mar-07 6:02
Muhammad Nauman Yousuf17-Mar-07 6:02 
Questionsend audio/ wav through socket Pin
trab00717-Mar-07 0:15
trab00717-Mar-07 0:15 

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.