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

C#

 
GeneralImplementing Permissions Over Remoting Pin
Paebbels22-Nov-04 11:26
Paebbels22-Nov-04 11:26 
GeneralDirectX with MDI Pin
Rob Tomson22-Nov-04 10:15
Rob Tomson22-Nov-04 10:15 
GeneralData grid question Pin
MikeDeming22-Nov-04 8:43
MikeDeming22-Nov-04 8:43 
GeneralRe: Data grid question Pin
Nick Parker22-Nov-04 9:48
protectorNick Parker22-Nov-04 9:48 
GeneralRe: Data grid question Pin
MikeDeming24-Nov-04 19:45
MikeDeming24-Nov-04 19:45 
Questionhow to fire button_click event Pin
IvyLee22-Nov-04 7:43
IvyLee22-Nov-04 7:43 
AnswerRe: how to fire button_click event Pin
BlackDice22-Nov-04 8:14
BlackDice22-Nov-04 8:14 
AnswerRe: how to fire button_click event Pin
Charlie Williams22-Nov-04 8:19
Charlie Williams22-Nov-04 8:19 
The button_click event handler is just a method that conforms to the EventHandler delegate signature and can be called directly.
this.button_click(this, EventArgs.Empty);

Alternatively, you could move the code to a separate method, and call that method from both the event handler and whatever other code is necessary. This would be the prefered method if there is additional processing necessary depending on how the method is invoked.

Charlie

if(!curlies){ return; }
AnswerRe: how to fire button_click event Pin
BlackDice22-Nov-04 8:22
BlackDice22-Nov-04 8:22 
AnswerRe: how to fire button_click event Pin
mav.northwind22-Nov-04 22:17
mav.northwind22-Nov-04 22:17 
Generalmedia player Pin
mallina22-Nov-04 7:00
mallina22-Nov-04 7:00 
GeneralRe: media player Pin
mhmoud rawas23-Nov-04 2:22
mhmoud rawas23-Nov-04 2:22 
GeneralRe: media player Pin
mallina23-Nov-04 4:27
mallina23-Nov-04 4:27 
QuestionCheck if Japenese Characters are Single/Double Byte values and convert? Pin
satvinder123456722-Nov-04 6:21
satvinder123456722-Nov-04 6:21 
AnswerRe: Check if Japenese Characters are Single/Double Byte values and convert? Pin
Daniel Turini22-Nov-04 6:32
Daniel Turini22-Nov-04 6:32 
AnswerRe: Check if Japenese Characters are Single/Double Byte values and convert? Pin
Jay Shankar22-Nov-04 14:27
Jay Shankar22-Nov-04 14:27 
GeneralRe: Check if Japenese Characters are Single/Double Byte values and convert? Pin
satvinder123456722-Nov-04 22:06
satvinder123456722-Nov-04 22:06 
GeneralCrystal Reports Runtime Pin
Lash2022-Nov-04 5:09
Lash2022-Nov-04 5:09 
GeneralRe: Crystal Reports Runtime Pin
BlackDice22-Nov-04 5:21
BlackDice22-Nov-04 5:21 
GeneralRe: Crystal Reports Runtime Pin
Lash2030-Nov-04 4:06
Lash2030-Nov-04 4:06 
GeneralXSD & generated dataset - Base class Pin
StephHamel22-Nov-04 3:21
StephHamel22-Nov-04 3:21 
GeneralRe: XSD & generated dataset - Base class Pin
Skynyrd22-Nov-04 4:16
Skynyrd22-Nov-04 4:16 
GeneralLeading Zeros ( Format) Pin
Vector722-Nov-04 1:42
Vector722-Nov-04 1:42 
GeneralRe: Leading Zeros ( Format) Pin
J4amieC22-Nov-04 2:04
J4amieC22-Nov-04 2:04 
GeneralRe: Leading Zeros ( Format) Pin
Vector722-Nov-04 2:16
Vector722-Nov-04 2:16 

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.