Click here to Skip to main content
15,902,939 members
Home / Discussions / C#
   

C#

 
GeneralRe: A challenging Problem... Pin
Nick Parker8-Aug-02 12:02
protectorNick Parker8-Aug-02 12:02 
GeneralRe: A challenging Problem... Pin
Paul Watson9-Aug-02 0:54
sitebuilderPaul Watson9-Aug-02 0:54 
GeneralRe: A challenging Problem... Pin
SimonS9-Aug-02 22:46
SimonS9-Aug-02 22:46 
GeneralClipboard Change Pin
Boris Yankov8-Aug-02 7:56
Boris Yankov8-Aug-02 7:56 
GeneralRe: Clipboard Change Pin
Eric Gunnerson (msft)9-Aug-02 6:57
Eric Gunnerson (msft)9-Aug-02 6:57 
GeneralRe: Clipboard Change Pin
Boris Yankov9-Aug-02 13:15
Boris Yankov9-Aug-02 13:15 
GeneralWindows Address Book Pin
sasdav8-Aug-02 4:55
sasdav8-Aug-02 4:55 
GeneralMy very own events Pin
Nnamdi Onyeyiri8-Aug-02 3:11
Nnamdi Onyeyiri8-Aug-02 3:11 
i have used this code to define my event.

public delegate void EventHandler(int Index);
public event EventHandler PressIcon;


and it is called in the code where needed by:

PressIcon(this.SelectedIndex);


but the app throws an exception if the user has not define an eventhandler for PressIcon. Confused | :confused:


Suspicious | :suss: Email: theeclypse@hotmail.com   URL: http://www.onyeyiri.co.uk
Suspicious | :suss: "All programmers are playwrights and all computers are lousy actors."


GeneralRe: My very own events - SOLVED Pin
Nnamdi Onyeyiri8-Aug-02 3:22
Nnamdi Onyeyiri8-Aug-02 3:22 
GeneralRe: My very own events Pin
leppie8-Aug-02 7:16
leppie8-Aug-02 7:16 
GeneralRe: My very own events Pin
Nnamdi Onyeyiri8-Aug-02 7:20
Nnamdi Onyeyiri8-Aug-02 7:20 
GeneralRe: My very own events Pin
leppie8-Aug-02 7:52
leppie8-Aug-02 7:52 
GeneralTreeview Control on MDI Main Window Pin
Eka8-Aug-02 1:52
Eka8-Aug-02 1:52 
GeneralRe: Treeview Control on MDI Main Window Pin
James T. Johnson8-Aug-02 2:26
James T. Johnson8-Aug-02 2:26 
GeneralOpen and Read a file Pin
Trevor Vuong8-Aug-02 1:24
sussTrevor Vuong8-Aug-02 1:24 
GeneralRe: Open and Read a file Pin
leppie8-Aug-02 1:27
leppie8-Aug-02 1:27 
GeneralRe: Open and Read a file Pin
8-Aug-02 1:45
suss8-Aug-02 1:45 
GeneralRe: Open and Read a file Pin
James T. Johnson8-Aug-02 2:39
James T. Johnson8-Aug-02 2:39 
GeneralDockable form Pin
Sam19798-Aug-02 0:15
Sam19798-Aug-02 0:15 
GeneralRe: Dockable form Pin
leppie8-Aug-02 1:24
leppie8-Aug-02 1:24 
GeneralRe: Dockable form Pin
Anonymous8-Aug-02 18:30
Anonymous8-Aug-02 18:30 
GeneralRe: Dockable form Pin
leppie8-Aug-02 22:43
leppie8-Aug-02 22:43 
GeneralTrouble w/ Multithreaded Windows Service Please Help Pin
Aisha7-Aug-02 13:43
Aisha7-Aug-02 13:43 
GeneralBinaryWriter Pin
Steven Behnke7-Aug-02 11:55
Steven Behnke7-Aug-02 11:55 
GeneralTextbox input with the passwordchar Pin
Bill Ferreira7-Aug-02 9:17
Bill Ferreira7-Aug-02 9:17 

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.