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

C#

 
GeneralRe: Problem with Invoke Pin
afinnell7-Apr-05 6:35
afinnell7-Apr-05 6:35 
GeneralMaking an app color space aware Pin
ehcseapine6-Apr-05 5:50
ehcseapine6-Apr-05 5:50 
QuestionHow to dial a computer? Pin
yateee6-Apr-05 5:47
yateee6-Apr-05 5:47 
GeneralEvent problem Pin
_eulogy_6-Apr-05 5:44
_eulogy_6-Apr-05 5:44 
GeneralRe: Event problem Pin
afinnell7-Apr-05 6:39
afinnell7-Apr-05 6:39 
GeneralRe: Event problem Pin
_eulogy_7-Apr-05 8:16
_eulogy_7-Apr-05 8:16 
GeneralRe: Event problem Pin
afinnell8-Apr-05 14:14
afinnell8-Apr-05 14:14 
GeneralRe: Event problem Pin
_eulogy_9-Apr-05 1:02
_eulogy_9-Apr-05 1:02 
The ColorGradient is a class I've made.. If I didn't mark GradientChanged with the event keyword I would get a compile time error. The gradient changed is an EventHandler (as you can see in no1)..

this.colorGradient.GradientChanged += colorGradient_GradientChanged;

works as hell... It's a new syntax..

this.colorGradient.GradientChanged += delegate(object sender, EventArgs e) { /*code*/ }

this also works as hell.. You have to put the parameters there, or else you can't access them!

I've found the problem though... It seems like it was caused by an inconsistency in how whidbey stores the gui objects created with the visual editor...
GeneralEnvironment Error Pin
Sabry19056-Apr-05 5:25
Sabry19056-Apr-05 5:25 
Generalinsert data to oracle table Pin
IvyLee6-Apr-05 5:19
IvyLee6-Apr-05 5:19 
GeneralFormat a STRING into a FLOAT Pin
Seraphin6-Apr-05 4:56
Seraphin6-Apr-05 4:56 
GeneralRe: Format a STRING into a FLOAT Pin
Tom Larsen6-Apr-05 5:14
Tom Larsen6-Apr-05 5:14 
GeneralRe: Format a STRING into a FLOAT Pin
Seraphin6-Apr-05 5:22
Seraphin6-Apr-05 5:22 
GeneralRe: Format a STRING into a FLOAT Pin
Tom Larsen6-Apr-05 5:28
Tom Larsen6-Apr-05 5:28 
GeneralRe: Format a STRING into a FLOAT Pin
Seraphin6-Apr-05 5:41
Seraphin6-Apr-05 5:41 
GeneralRe: Format a STRING into a FLOAT Pin
Tom Larsen6-Apr-05 6:03
Tom Larsen6-Apr-05 6:03 
GeneralRe: Format a STRING into a FLOAT Pin
Seraphin6-Apr-05 6:17
Seraphin6-Apr-05 6:17 
GeneralRe: Format a STRING into a FLOAT Pin
Ashok Dhamija6-Apr-05 18:52
Ashok Dhamija6-Apr-05 18:52 
GeneralMaking string HTML compliant Pin
tommazzo6-Apr-05 4:24
tommazzo6-Apr-05 4:24 
GeneralRe: Making string HTML compliant Pin
techieboi7-Apr-05 6:03
techieboi7-Apr-05 6:03 
GeneralRe: Making string HTML compliant Pin
tommazzo7-Apr-05 10:43
tommazzo7-Apr-05 10:43 
QuestionC# Cursor with a rectangle? Pin
elapid6-Apr-05 4:18
elapid6-Apr-05 4:18 
AnswerRe: C# Cursor with a rectangle? Pin
elapid6-Apr-05 6:04
elapid6-Apr-05 6:04 
GeneralRe: C# Cursor with a rectangle? Pin
Tom Larsen6-Apr-05 6:16
Tom Larsen6-Apr-05 6:16 
GeneralRe: C# Cursor with a rectangle? Pin
elapid6-Apr-05 7:13
elapid6-Apr-05 7:13 

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.