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

C#

 
GeneralRe: ImageList - MissingMainfest exception Pin
Andy Brummer7-Jan-05 5:59
sitebuilderAndy Brummer7-Jan-05 5:59 
Generalsimple chat........ Pin
Sakkijha6-Jan-05 10:17
Sakkijha6-Jan-05 10:17 
GeneralRe: simple chat........ Pin
TyronX6-Jan-05 10:33
TyronX6-Jan-05 10:33 
GeneralRe: simple chat........ Pin
Sakkijha7-Jan-05 2:51
Sakkijha7-Jan-05 2:51 
GeneralRe: simple chat........ Pin
Heath Stewart6-Jan-05 13:18
protectorHeath Stewart6-Jan-05 13:18 
GeneralPoor Points Pin
TyronX6-Jan-05 10:05
TyronX6-Jan-05 10:05 
GeneralRe: Poor Points Pin
leppie6-Jan-05 11:46
leppie6-Jan-05 11:46 
GeneralRe: Poor Points Pin
leppie6-Jan-05 11:53
leppie6-Jan-05 11:53 
Actually you seem to be clueless... Sniff | :^) OMG | :OMG:

[Serializable, StructLayout(LayoutKind.Sequential), TypeConverter(typeof(PointConverter)), ComVisible(true)]
public struct Point
{
      public static readonly Point Empty;
      public Point(int x, int y);
      public Point(Size sz);
      public Point(int dw);
      public bool IsEmpty { get; }
      public int X { get; set; }
      public int Y { get; set; }
      public static implicit operator PointF(Point p);
      public static explicit operator Size(Point p);
      public static Point operator +(Point pt, Size sz);
      public static Point operator -(Point pt, Size sz);
      public static bool operator ==(Point left, Point right);
      public static bool operator !=(Point left, Point right);
      public static Point Ceiling(PointF value);
      public static Point Truncate(PointF value);
      public static Point Round(PointF value);
      public override bool Equals(object obj);
      public override int GetHashCode();
      public void Offset(int dx, int dy);
      public override string ToString();
}



top secret
Download xacc-ide 0.0.3 now!
See some screenshots

GeneralRe: Poor Points Pin
TyronX7-Jan-05 4:45
TyronX7-Jan-05 4:45 
QuestionUrgent? Row Count Set Lock on Excel Column? Pin
macupryk6-Jan-05 9:53
macupryk6-Jan-05 9:53 
GeneralEXCEL question saving a file saving the the first column as read only Pin
macupryk6-Jan-05 9:51
macupryk6-Jan-05 9:51 
GeneralRe: EXCEL question saving a file saving the the first column as read only Pin
perlmunger6-Jan-05 11:24
perlmunger6-Jan-05 11:24 
GeneralC to C# Array address offsetting Pin
Anonymous6-Jan-05 9:17
Anonymous6-Jan-05 9:17 
GeneralRe: C to C# Array address offsetting Pin
Christian Graus6-Jan-05 12:26
protectorChristian Graus6-Jan-05 12:26 
GeneralRe: C to C# Array address offsetting Pin
Heath Stewart6-Jan-05 14:44
protectorHeath Stewart6-Jan-05 14:44 
GeneralRe: C to C# Array address offsetting Pin
Heath Stewart6-Jan-05 14:36
protectorHeath Stewart6-Jan-05 14:36 
QuestionIs it possible to put a watermark on a form? Pin
Member 966-Jan-05 8:08
Member 966-Jan-05 8:08 
AnswerRe: Is it possible to put a watermark on a form? Pin
perlmunger6-Jan-05 9:14
perlmunger6-Jan-05 9:14 
GeneralRe: Is it possible to put a watermark on a form? Pin
Member 966-Jan-05 10:30
Member 966-Jan-05 10:30 
GeneralRe: Is it possible to put a watermark on a form? Pin
Heath Stewart6-Jan-05 14:29
protectorHeath Stewart6-Jan-05 14:29 
GeneralRe: Is it possible to put a watermark on a form? Pin
perlmunger6-Jan-05 15:12
perlmunger6-Jan-05 15:12 
GeneralRe: Is it possible to put a watermark on a form? Pin
Heath Stewart6-Jan-05 15:47
protectorHeath Stewart6-Jan-05 15:47 
GeneralRe: Is it possible to put a watermark on a form? Pin
Heath Stewart6-Jan-05 14:31
protectorHeath Stewart6-Jan-05 14:31 
GeneralRe: Is it possible to put a watermark on a form? Pin
perlmunger6-Jan-05 14:59
perlmunger6-Jan-05 14:59 
AnswerRe: Is it possible to put a watermark on a form? Pin
Heath Stewart6-Jan-05 15:44
protectorHeath Stewart6-Jan-05 15:44 

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.