Search Results

0
votes
2answers
30 views

Is there an implementation of org.apache.commons.lang.Validate for .Net ?

Is there an implementation of org.apache.commons.lang.Validate for .Net ? …
0
votes
0answers
42 views

How can I set fixed XAxis points in MS Chart Contol?

Hi! I use a MS Chart fo .Net 3.5 sp1 in my project. I want to show charts that always have fixed x axis labels no matter if there exists a value for that point or not. For e …
0
votes
3answers
45 views

How to force a .net form control (eg a button) to be always rectangular ?

How to force a .net (under ms windows) form control (eg a button) to be always rectangular ? I want it to be able to change it's size but be always rectangular. …
0
votes
0answers
5 views

How to make a ToolStripSplitButton to select last items action as default ?

Hi! I would like to have a ToolStripSplitButton that invokes it's last invoked DropDownItemClick in Click event. If You've used Abby FineReader then You know what I meam. I …
0
votes
1answer
22 views

How to make a form shrink to a smallest possible size?

How to make a form shrink to a smallest possible size Windows.Forms? There was a pack() method in Swing that woked well but if I make all the components and a form itself AutoSise = true I …
-1
votes

C# OnPaint mousemove high cpu usage

You can use this code to supress and resume redrawing of a control :] Good luck. using System; using System.Windows.Forms; using System.Collections.Generic; using Sys …