Click here to Skip to main content
16,004,887 members
Home / Discussions / C#
   

C#

 
QuestionHow I can add seperator between two buttons on toolbar Pin
amitrajput28418-Jan-07 1:08
amitrajput28418-Jan-07 1:08 
AnswerRe: How I can add seperator between two buttons on toolbar Pin
Rick van Woudenberg18-Jan-07 1:16
Rick van Woudenberg18-Jan-07 1:16 
GeneralRe: How I can add seperator between two buttons on toolbar Pin
amitrajput28418-Jan-07 1:25
amitrajput28418-Jan-07 1:25 
GeneralRe: How I can add seperator between two buttons on toolbar Pin
Abisodun18-Jan-07 1:56
Abisodun18-Jan-07 1:56 
AnswerRe: How I can add seperator between two buttons on toolbar Pin
ShermansLagoon18-Jan-07 1:46
ShermansLagoon18-Jan-07 1:46 
QuestionNo automatic close menus [modified] Pin
nadapublicidad18-Jan-07 0:48
nadapublicidad18-Jan-07 0:48 
AnswerRe: No automatic close menus Pin
Rick van Woudenberg18-Jan-07 0:53
Rick van Woudenberg18-Jan-07 0:53 
QuestionHow to invoke delegates from any C# class Pin
Maddie from Dartford18-Jan-07 0:21
Maddie from Dartford18-Jan-07 0:21 
Hello,

I am having on delegate declared in a dll as

public delegate Object InvokeMethod(ResponseHandler responseHandler, Object[] arguments);

initialized in constructor

public ResponseProxy(InvokeMethod invokeMethod, ResponseHandler responseHandler)
{
responseHandler_ = responseHandler;
invokeMethod_ = invokeMethod;
}


Now i want to call ResponseProxy from my C# class and my problem is that how to pass first param "invokeMethod".
If i am calling it from Form class then i can do this.Invoke and working fine like
ResponseProxy(this.Invoke, EnumToolsHandler, "EnumToolsHandler")

but what if i am calling it from any .cs class. It requires InvokeMethod and if i create a object of it how should i initialize it

Please tell me how can i sort it out.
Thanks in advance.

Gajesh
Pune(India)
QuestionHow to identify the changes in TextBox? Pin
Nothend18-Jan-07 0:08
Nothend18-Jan-07 0:08 
AnswerRe: How to identify the changes in TextBox? Pin
ChandruIT18-Jan-07 0:19
ChandruIT18-Jan-07 0:19 
GeneralRe: How to identify the changes in TextBox? Pin
Nothend18-Jan-07 0:44
Nothend18-Jan-07 0:44 
GeneralRe: How to identify the changes in TextBox? Pin
ShermansLagoon18-Jan-07 1:16
ShermansLagoon18-Jan-07 1:16 
GeneralRe: How to identify the changes in TextBox? Pin
Nothend18-Jan-07 1:52
Nothend18-Jan-07 1:52 
AnswerRe: How to identify the changes in TextBox? Pin
quiteSmart18-Jan-07 0:25
quiteSmart18-Jan-07 0:25 
QuestionProblems with Generic Collection class. Pin
burrows.stephen17-Jan-07 23:51
burrows.stephen17-Jan-07 23:51 
AnswerRe: Problems with Generic Collection class. Pin
Pete O'Hanlon18-Jan-07 0:00
mvePete O'Hanlon18-Jan-07 0:00 
GeneralRe: Problems with Generic Collection class. Pin
burrows.stephen18-Jan-07 0:45
burrows.stephen18-Jan-07 0:45 
Questionusing class Pin
HieuLD17-Jan-07 23:37
HieuLD17-Jan-07 23:37 
AnswerRe: using class Pin
Christian Graus17-Jan-07 23:45
protectorChristian Graus17-Jan-07 23:45 
Questiondynamic create control Pin
cocoonwls17-Jan-07 23:21
cocoonwls17-Jan-07 23:21 
AnswerRe: dynamic create control Pin
Seishin#17-Jan-07 23:26
Seishin#17-Jan-07 23:26 
AnswerRe: dynamic create control Pin
amitrajput28418-Jan-07 1:16
amitrajput28418-Jan-07 1:16 
QuestionMemory not released Pin
Rick van Woudenberg17-Jan-07 23:20
Rick van Woudenberg17-Jan-07 23:20 
AnswerRe: Memory not released Pin
Christian Graus17-Jan-07 23:45
protectorChristian Graus17-Jan-07 23:45 
GeneralRe: Memory not released Pin
Rick van Woudenberg18-Jan-07 0:10
Rick van Woudenberg18-Jan-07 0:10 

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.