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

C#

 
GeneralRe: ADO.NET Binary Columns Pin
mobius11100123-Jan-09 4:04
mobius11100123-Jan-09 4:04 
GeneralRe: ADO.NET Binary Columns Pin
Wendelius23-Jan-09 4:08
mentorWendelius23-Jan-09 4:08 
QuestionHow to set default value in DataGridViewComboBox during DataGridViewControl Loading... Pin
ZonSyed23-Jan-09 3:11
ZonSyed23-Jan-09 3:11 
AnswerRe: How to set default value in DataGridViewComboBox during DataGridViewControl Loading... Pin
Not Active23-Jan-09 3:20
mentorNot Active23-Jan-09 3:20 
QuestionBinaryFormatter private members Pin
bolly-8123-Jan-09 2:54
bolly-8123-Jan-09 2:54 
QuestionCustom event Pin
bfis10813723-Jan-09 2:22
bfis10813723-Jan-09 2:22 
AnswerRe: Custom event Pin
EliottA23-Jan-09 2:24
EliottA23-Jan-09 2:24 
AnswerRe: Custom event Pin
Ennis Ray Lynch, Jr.23-Jan-09 2:39
Ennis Ray Lynch, Jr.23-Jan-09 2:39 
Wow that is interesting. It would seem you have to

public new event FormClosedEventHandler FormClosing;


To custom fire the event. For whatever reason I cannot compile inside of the form when attempting my own

FormClosing(this, new FormClosedEventArgs(CloseReason.ApplicationExitCall));


without it.

This may not work because of the way the new keyword works.


Need software developed? Offering C# development all over the United States, ERL GLOBAL, Inc is the only call you will have to make.


If you don't ask questions the answers won't stand in your way.


Most of this sig is for Google, not ego.


GeneralScratch Pin
Ennis Ray Lynch, Jr.23-Jan-09 2:43
Ennis Ray Lynch, Jr.23-Jan-09 2:43 
AnswerRe: Custom event Pin
DaveyM6923-Jan-09 2:48
professionalDaveyM6923-Jan-09 2:48 
GeneralRe: Custom event Pin
bfis10813723-Jan-09 2:53
bfis10813723-Jan-09 2:53 
GeneralRe: Custom event Pin
DaveyM6923-Jan-09 3:01
professionalDaveyM6923-Jan-09 3:01 
QuestionSystem.Security.SecurityException Issue Pin
Harvey Saayman23-Jan-09 2:21
Harvey Saayman23-Jan-09 2:21 
AnswerRe: System.Security.SecurityException Issue Pin
EliottA23-Jan-09 2:28
EliottA23-Jan-09 2:28 
GeneralRe: System.Security.SecurityException Issue Pin
Harvey Saayman23-Jan-09 2:42
Harvey Saayman23-Jan-09 2:42 
AnswerRe: System.Security.SecurityException Issue Pin
User 665823-Jan-09 3:34
User 665823-Jan-09 3:34 
Questionhow to hardware protect my application? Pin
Jassim Rahma23-Jan-09 2:09
Jassim Rahma23-Jan-09 2:09 
AnswerRe: how to hardware protect my application? Pin
Xmen Real 23-Jan-09 2:15
professional Xmen Real 23-Jan-09 2:15 
AnswerRe: how to hardware protect my application? Pin
Ennis Ray Lynch, Jr.23-Jan-09 2:17
Ennis Ray Lynch, Jr.23-Jan-09 2:17 
AnswerRe: how to hardware protect my application? Pin
Luc Pattyn23-Jan-09 3:59
sitebuilderLuc Pattyn23-Jan-09 3:59 
GeneralRe: how to hardware protect my application? Pin
Ennis Ray Lynch, Jr.23-Jan-09 4:04
Ennis Ray Lynch, Jr.23-Jan-09 4:04 
AnswerRe: how to hardware protect my application? [modified] Pin
Luc Pattyn23-Jan-09 4:15
sitebuilderLuc Pattyn23-Jan-09 4:15 
GeneralRe: how to hardware protect my application? Pin
Ennis Ray Lynch, Jr.23-Jan-09 4:26
Ennis Ray Lynch, Jr.23-Jan-09 4:26 
GeneralRe: how to hardware protect my application? Pin
PIEBALDconsult23-Jan-09 6:19
mvePIEBALDconsult23-Jan-09 6:19 
QuestionMultiple clients and web services Pin
Chazzysb23-Jan-09 1:24
Chazzysb23-Jan-09 1:24 

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.