Click here to Skip to main content
15,886,963 members
Home / Discussions / C#
   

C#

 
AnswerRe: Remote exceptions Pin
Not Active8-Apr-07 9:00
mentorNot Active8-Apr-07 9:00 
Questiontask bar issue Pin
Tauseef A8-Apr-07 7:30
Tauseef A8-Apr-07 7:30 
AnswerRe: task bar issue Pin
Not Active8-Apr-07 9:00
mentorNot Active8-Apr-07 9:00 
QuestionRe: task bar issue Pin
Tauseef A9-Apr-07 10:10
Tauseef A9-Apr-07 10:10 
Questionsql comman parameter into crystal report (Please) Pin
mehmetned8-Apr-07 7:06
mehmetned8-Apr-07 7:06 
QuestionReferencing a Form's control from a static function in another class Pin
esulin8-Apr-07 3:50
esulin8-Apr-07 3:50 
AnswerRe: Referencing a Form's control from a static function in another class Pin
Colin Angus Mackay8-Apr-07 4:31
Colin Angus Mackay8-Apr-07 4:31 
QuestionRe: Referencing a Form's control from a static function in another class [modified] Pin
esulin8-Apr-07 7:23
esulin8-Apr-07 7:23 
Ermmm.. This may be a silly question, but how would I go about calling that static method? What should the iMyPublicInterface theForm property contain?


-- modified at 14:06 Sunday 8th April, 2007

Edit: Nevermind. Just figured it out. Smile | :) For the benefit of anyone who might wish to know I used the following code to call my version of the interface:
<br />
   EDIGui_StatusMessageInterface EDIInterface = (EDIGui_StatusMessageInterface)Application.OpenForms["EdiGUI"];<br />
   EdiCore.sendNotificationToStatusLog(EDIInterface, "Has changes: " + myDriverDS.HasChanges() + "\n");<br />


Many thanks for the help.


-- modified at 14:08 Sunday 8th April, 2007
AnswerRe: Referencing a Form's control from a static function in another class Pin
Colin Angus Mackay8-Apr-07 15:31
Colin Angus Mackay8-Apr-07 15:31 
QuestionSendKeys and ^ Pin
Dominik Reichl8-Apr-07 2:59
Dominik Reichl8-Apr-07 2:59 
Questionhow to remote copy ? Pin
hdv2128-Apr-07 1:37
hdv2128-Apr-07 1:37 
AnswerRe: how to remote copy ? Pin
Sathesh Sakthivel8-Apr-07 2:04
Sathesh Sakthivel8-Apr-07 2:04 
GeneralRe: how to remote copy ? Pin
hdv2128-Apr-07 2:18
hdv2128-Apr-07 2:18 
GeneralRe: how to remote copy ? Pin
Rob Graham8-Apr-07 3:52
Rob Graham8-Apr-07 3:52 
QuestionHow to use IsampleGrabber interface in C#? Pin
Khoramdin7-Apr-07 21:43
Khoramdin7-Apr-07 21:43 
AnswerRe: How to use IsampleGrabber interface in C#? Pin
Colin Angus Mackay8-Apr-07 1:18
Colin Angus Mackay8-Apr-07 1:18 
AnswerRe: How to use IsampleGrabber interface in C#? Pin
Sathesh Sakthivel8-Apr-07 1:23
Sathesh Sakthivel8-Apr-07 1:23 
QuestionHelp Pls - Updating Access DB from DataSet - DataAdapter.Update problem Pin
esulin7-Apr-07 19:31
esulin7-Apr-07 19:31 
AnswerRe: Help Pls - Updating Access DB from DataSet - DataAdapter.Update problem Pin
Muammar©7-Apr-07 20:55
Muammar©7-Apr-07 20:55 
GeneralRe: Help Pls - Updating Access DB from DataSet - DataAdapter.Update problem Pin
esulin7-Apr-07 22:06
esulin7-Apr-07 22:06 
AnswerRe: Help Pls - Updating Access DB from DataSet - DataAdapter.Update problem Pin
phantanagu8-Apr-07 22:25
phantanagu8-Apr-07 22:25 
QuestionGlobal variable in C# Pin
Hamed Musavi7-Apr-07 19:26
Hamed Musavi7-Apr-07 19:26 
AnswerRe: Global variable in C# Pin
Sathesh Sakthivel7-Apr-07 20:44
Sathesh Sakthivel7-Apr-07 20:44 
GeneralRe: Global variable in C# [modified] Pin
Hamed Musavi7-Apr-07 22:09
Hamed Musavi7-Apr-07 22:09 
AnswerRe: Global variable in C# Pin
Muammar©7-Apr-07 21:00
Muammar©7-Apr-07 21:00 

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.