Click here to Skip to main content
15,906,708 members
Home / Discussions / C#
   

C#

 
GeneralRe: DataGridBoolColumn Pin
bertcox22-Apr-04 4:45
bertcox22-Apr-04 4:45 
GeneralRe: DataGridBoolColumn Pin
Heath Stewart22-Apr-04 4:55
protectorHeath Stewart22-Apr-04 4:55 
GeneralRe: DataGridBoolColumn Pin
bertcox22-Apr-04 5:04
bertcox22-Apr-04 5:04 
GeneralRe: DataGridBoolColumn Pin
Heath Stewart22-Apr-04 5:05
protectorHeath Stewart22-Apr-04 5:05 
GeneralRe: DataGridBoolColumn Pin
bertcox22-Apr-04 5:20
bertcox22-Apr-04 5:20 
GeneralRe: DataGridBoolColumn Pin
Heath Stewart22-Apr-04 5:21
protectorHeath Stewart22-Apr-04 5:21 
Generalsubtraction in matrix Pin
kcal21-Apr-04 4:11
kcal21-Apr-04 4:11 
GeneralInvalidate rectangle... Pin
TweeZz21-Apr-04 4:01
TweeZz21-Apr-04 4:01 
Hi,

I had a big flickering problem. This is now partially solved. There's a big panel where the user can draw a rectangle while pressing the shift button. Until today everytime when the mouse was moved, I was redrawing the whole panel. This is not necessary. So now I only invalidate the 'old' rectangle (after moving the mouse). This is already much better. But when the user draws a very big rectangle, I get more and more flickering...
So here is my question: Is there an easy way to invalidate only the borders of the rectangle (so without it's interior). After I did this, I could draw the new rectangle... Or do I have to invalidate the 4 borders of the rectangle seperately?

Thanks...

TweeZz.
GeneralRe: Invalidate rectangle... Pin
Shail_Srivastav21-Apr-04 5:29
Shail_Srivastav21-Apr-04 5:29 
GeneralC# Web Service - Invoked from a VC++ 6.0 Client (MS-SOAP) Pin
Nirav Doshi21-Apr-04 2:07
Nirav Doshi21-Apr-04 2:07 
GeneralRe: C# Web Service - Invoked from a VC++ 6.0 Client (MS-SOAP) Pin
Mazdak21-Apr-04 2:24
Mazdak21-Apr-04 2:24 
GeneralRe: C# Web Service - Invoked from a VC++ 6.0 Client (MS-SOAP) Pin
Nirav Doshi21-Apr-04 3:04
Nirav Doshi21-Apr-04 3:04 
GeneralSolution: Got it working! Pin
Nirav Doshi21-Apr-04 22:28
Nirav Doshi21-Apr-04 22:28 
General.NET Remoting Channels (Custom) Pin
Aisha Ikram21-Apr-04 1:42
Aisha Ikram21-Apr-04 1:42 
GeneralRe: .NET Remoting Channels (Custom) Pin
LongRange.Shooter21-Apr-04 2:33
LongRange.Shooter21-Apr-04 2:33 
GeneralRe: .NET Remoting Channels (Custom) Pin
Aisha Ikram21-Apr-04 2:37
Aisha Ikram21-Apr-04 2:37 
GeneralRe: .NET Remoting Channels (Custom) Pin
LongRange.Shooter21-Apr-04 2:54
LongRange.Shooter21-Apr-04 2:54 
GeneralRe: .NET Remoting Channels (Custom) Pin
Heath Stewart21-Apr-04 3:35
protectorHeath Stewart21-Apr-04 3:35 
GeneralRe: .NET Remoting Channels (Custom) Pin
Aisha Ikram21-Apr-04 19:05
Aisha Ikram21-Apr-04 19:05 
GeneralRe: .NET Remoting Channels (Custom) Pin
Heath Stewart22-Apr-04 2:25
protectorHeath Stewart22-Apr-04 2:25 
GeneralRe: .NET Remoting Channels (Custom) Pin
Heath Stewart21-Apr-04 3:37
protectorHeath Stewart21-Apr-04 3:37 
GeneralRe: .NET Remoting Channels (Custom) Pin
Aisha Ikram21-Apr-04 19:08
Aisha Ikram21-Apr-04 19:08 
GeneralRe: .NET Remoting Channels (Custom) Pin
Heath Stewart22-Apr-04 2:26
protectorHeath Stewart22-Apr-04 2:26 
GeneralProgress bar of a dll Pin
Anonymous21-Apr-04 0:33
Anonymous21-Apr-04 0:33 
GeneralRe: Progress bar of a dll Pin
Heath Stewart21-Apr-04 3:43
protectorHeath Stewart21-Apr-04 3:43 

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.