Click here to Skip to main content
15,922,894 members
Home / Discussions / C#
   

C#

 
GeneralCodeProject reformatted me Pin
Bog18-Nov-02 14:53
Bog18-Nov-02 14:53 
GeneralAAAAARRGH Pin
Bog18-Nov-02 14:55
Bog18-Nov-02 14:55 
GeneralRe: AAAAARRGH Pin
leppie19-Nov-02 11:19
leppie19-Nov-02 11:19 
GeneralAccessing menu items from UserControl Pin
Paul Silvernail17-Nov-02 4:46
Paul Silvernail17-Nov-02 4:46 
GeneralRe: Accessing menu items from UserControl Pin
djkno317-Nov-02 5:14
djkno317-Nov-02 5:14 
GeneralDirectoryEntry Pin
Mazdak17-Nov-02 3:15
Mazdak17-Nov-02 3:15 
GeneralRe: DirectoryEntry Pin
leppie17-Nov-02 7:11
leppie17-Nov-02 7:11 
GeneralRe: DirectoryEntry Pin
Mazdak17-Nov-02 8:05
Mazdak17-Nov-02 8:05 
GeneralSystem.Messaging missing ??!!! Pin
Pilgrim16-Nov-02 20:33
Pilgrim16-Nov-02 20:33 
GeneralRe: System.Messaging missing ??!!! Pin
James T. Johnson16-Nov-02 20:49
James T. Johnson16-Nov-02 20:49 
GeneralRe: System.Messaging missing ??!!! Pin
Vasudevan Deepak Kumar17-Nov-02 23:28
Vasudevan Deepak Kumar17-Nov-02 23:28 
GeneralViews in C# Pin
Paul Silvernail16-Nov-02 17:25
Paul Silvernail16-Nov-02 17:25 
GeneralRe: Views in C# Pin
SimonS16-Nov-02 19:32
SimonS16-Nov-02 19:32 
GeneralRe: Views in C# Pin
Paul Silvernail17-Nov-02 2:45
Paul Silvernail17-Nov-02 2:45 
GeneralRe: Views in C# Pin
James T. Johnson16-Nov-02 20:56
James T. Johnson16-Nov-02 20:56 
GeneralRe: Views in C# Pin
Paul Silvernail17-Nov-02 2:50
Paul Silvernail17-Nov-02 2:50 
GeneralTwo Thread Accessing Same File At The Same Time Pin
yccheok16-Nov-02 16:50
yccheok16-Nov-02 16:50 
GeneralRe: Two Thread Accessing Same File At The Same Time Pin
leppie16-Nov-02 21:48
leppie16-Nov-02 21:48 
GeneralRe: Two Thread Accessing Same File At The Same Time Pin
yccheok17-Nov-02 16:11
yccheok17-Nov-02 16:11 
GeneralRe: Two Thread Accessing Same File At The Same Time Pin
Le centriste17-Nov-02 18:13
Le centriste17-Nov-02 18:13 
Question.NET grid control? Pin
Domenic Denicola16-Nov-02 15:10
Domenic Denicola16-Nov-02 15:10 
AnswerRe: .NET grid control? Pin
James T. Johnson16-Nov-02 16:29
James T. Johnson16-Nov-02 16:29 
GeneralRe: .NET grid control? Pin
Domenic Denicola16-Nov-02 16:35
Domenic Denicola16-Nov-02 16:35 
GeneralRe: .NET grid control? Pin
James T. Johnson16-Nov-02 17:47
James T. Johnson16-Nov-02 17:47 
GeneralOne event, two different controls Pin
Paul Watson16-Nov-02 3:07
sitebuilderPaul Watson16-Nov-02 3:07 
Basically I have two different controls which both need to raise the same event code. This would be easy if the control types were the same or used the same EventHandler, but in this case one is a CheckBox and the other is the ImageButton.

ImageButton uses the ImageClickEventHandler, not the normal EventHandler.

Currently I have had to make the two events and then they both really just go and run the same method.

But is there a way (a way of using delegates I do not know about?) of having them both go to the same event handler off the bat?

ta

Paul Watson
Bluegrass
Cape Town, South Africa

Colin Davies wrote:
...can you imagine a John Simmons stalker !

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.