Click here to Skip to main content
15,905,874 members
Home / Discussions / C#
   

C#

 
GeneralRe: Problems with CSV file blowing out memory Pin
Skippums19-Dec-07 12:39
Skippums19-Dec-07 12:39 
Generalrandom files with different date Pin
Shani Aulakh19-Dec-07 9:09
Shani Aulakh19-Dec-07 9:09 
GeneralRe: random files with different date Pin
pmarfleet19-Dec-07 9:20
pmarfleet19-Dec-07 9:20 
GeneralRe: random files with different date Pin
Anthony Mushrow19-Dec-07 9:48
professionalAnthony Mushrow19-Dec-07 9:48 
GeneralRe: random files with different date Pin
pmarfleet19-Dec-07 9:58
pmarfleet19-Dec-07 9:58 
GeneralRe: random files with different date Pin
Shani Aulakh19-Dec-07 17:50
Shani Aulakh19-Dec-07 17:50 
GeneralRe: random files with different date Pin
Dave Kreskowiak20-Dec-07 8:57
mveDave Kreskowiak20-Dec-07 8:57 
GeneralRe: random files with different date Pin
pmarfleet20-Dec-07 9:14
pmarfleet20-Dec-07 9:14 
GeneralRe: random files with different date Pin
Dave Kreskowiak20-Dec-07 15:56
mveDave Kreskowiak20-Dec-07 15:56 
GeneralRe: random files with different date Pin
pmarfleet20-Dec-07 21:16
pmarfleet20-Dec-07 21:16 
GeneralWCF ASMX Web Service Client with HTTP Compression woes Pin
martin_hughes19-Dec-07 9:03
martin_hughes19-Dec-07 9:03 
GeneralReg:Change Text on DataGridViewLinkColumn Pin
P.T.R.K19-Dec-07 8:37
P.T.R.K19-Dec-07 8:37 
GeneralSimple File Counting Pin
ffowler19-Dec-07 8:20
ffowler19-Dec-07 8:20 
GeneralRe: Simple File Counting Pin
Giorgi Dalakishvili19-Dec-07 8:24
mentorGiorgi Dalakishvili19-Dec-07 8:24 
GeneralRe: Simple File Counting Pin
Jimmanuel19-Dec-07 8:24
Jimmanuel19-Dec-07 8:24 
GeneralRe: Simple File Counting Pin
ffowler19-Dec-07 8:26
ffowler19-Dec-07 8:26 
GeneralListView Pin
half-life19-Dec-07 7:30
half-life19-Dec-07 7:30 
GeneralRe: ListView Pin
mav.northwind19-Dec-07 9:13
mav.northwind19-Dec-07 9:13 
NewsSwitching internet connections Pin
new2pgrmg19-Dec-07 6:54
new2pgrmg19-Dec-07 6:54 
GeneralWebPart only renders ok calling CreateChildControl manually Pin
harleydk19-Dec-07 6:33
harleydk19-Dec-07 6:33 
GeneralIs I can fire events using delegated method using "events and delegates" Pin
nallanch_srinivas19-Dec-07 6:24
nallanch_srinivas19-Dec-07 6:24 
GeneralRe: Is I can fire events using delegated method using "events and delegates" Pin
Nathan Holt at EMOM19-Dec-07 11:47
Nathan Holt at EMOM19-Dec-07 11:47 
nallanch_srinivas wrote:
I have created a delegate and called method in one process. And I am trying to fire event corresponding to this delegate. Programm was running without errors and exceptions. But event handing method was not firing.


From the source code you have shown, it looks like ClickMe is never called. If you add a call to ClickMe after your call to abc(), the event should fire.

Also, your code looks strange in other ways. If you want a console app that fires an event, then there is no need for Form1 to be a form at all. It could easily derive directly from Object and still work.

If you want to display a form that executes code when the button is pressed, you might want to make a Forms application, and let the IDE do a lot of the work for you.

Nathan
Generalbuild a C# project in Release & Debug (same out put directory) Pin
kaminem19-Dec-07 5:30
kaminem19-Dec-07 5:30 
GeneralRe: build a C# project in Release & Debug (same out put directory) Pin
darkelv19-Dec-07 6:11
darkelv19-Dec-07 6:11 
Generalhyperlink on a desktop app. Pin
s3rro19-Dec-07 5:02
s3rro19-Dec-07 5:02 

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.