Click here to Skip to main content
15,901,962 members
Home / Discussions / C#
   

C#

 
GeneralRe: Windows Service Application Pin
Vikram A Punathambekar29-Mar-09 21:24
Vikram A Punathambekar29-Mar-09 21:24 
AnswerRe: Windows Service Application Pin
#realJSOP29-Mar-09 23:46
professional#realJSOP29-Mar-09 23:46 
GeneralRe: Windows Service Application Pin
Pete O'Hanlon29-Mar-09 23:52
mvePete O'Hanlon29-Mar-09 23:52 
GeneralRe: Windows Service Application Pin
#realJSOP31-Mar-09 0:11
professional#realJSOP31-Mar-09 0:11 
QuestionAccessing Excel cell which made call to C# dll ... Pin
gvanto29-Mar-09 17:48
gvanto29-Mar-09 17:48 
AnswerRe: Accessing Excel cell which made call to C# dll ... Pin
Mycroft Holmes29-Mar-09 22:56
professionalMycroft Holmes29-Mar-09 22:56 
GeneralRe: Accessing Excel cell which made call to C# dll ... Pin
gvanto30-Mar-09 17:53
gvanto30-Mar-09 17:53 
GeneralRe: Accessing Excel cell which made call to C# dll ... Pin
Mycroft Holmes30-Mar-09 21:00
professionalMycroft Holmes30-Mar-09 21:00 
Standard OO design, the parent (the dll) has no knowledge of the child (excel). It's like having the web service having to know and keep track of about every subscriber. What happens when you have 2 sheets wanting to get the data from the DLL?

Mind you if the DLL is an abstraction layer between the web service and the excel sheet and is instantiated for each sheet to be serviced then you are right the DLL can do the management. This would give you something like:

Sheet wakes up
Instantiates DLL
DLL gets reference to target cells
DLL starts timer loop
DLL gets data from service (pre difined in DLL)
DLL feeds sheet
DLL repeats

Never underestimate the power of human stupidity
RAH

GeneralRe: Accessing Excel cell which made call to C# dll ... Pin
gvanto31-Mar-09 14:24
gvanto31-Mar-09 14:24 
QuestionHow to get pixel value in colored image in c# Pin
Flying_Doc29-Mar-09 16:44
Flying_Doc29-Mar-09 16:44 
AnswerRe: How to get pixel value in colored image in c# Pin
Christian Graus29-Mar-09 19:37
protectorChristian Graus29-Mar-09 19:37 
AnswerRe: How to get pixel value in colored image in c# [modified] Pin
Natza Mitzi29-Mar-09 19:38
Natza Mitzi29-Mar-09 19:38 
GeneralRe: How to get pixel value in colored image in c# Pin
Christian Graus29-Mar-09 19:42
protectorChristian Graus29-Mar-09 19:42 
AnswerRe: How to get pixel value in colored image in c# Pin
Xmen Real 29-Mar-09 19:47
professional Xmen Real 29-Mar-09 19:47 
QuestionHow to convert flat files to XML using c# Pin
SK8429-Mar-09 14:57
SK8429-Mar-09 14:57 
AnswerRe: How to convert flat files to XML using c# Pin
Christian Graus29-Mar-09 19:40
protectorChristian Graus29-Mar-09 19:40 
GeneralRe: How to convert flat files to XML using c# Pin
Pete O'Hanlon29-Mar-09 23:38
mvePete O'Hanlon29-Mar-09 23:38 
GeneralRe: How to convert flat files to XML using c# Pin
Dan Neely30-Mar-09 2:43
Dan Neely30-Mar-09 2:43 
QuestionCommandBehavior.SequentialAccess (SqlDataReader) Pin
Jacob Dixon29-Mar-09 14:55
Jacob Dixon29-Mar-09 14:55 
AnswerRe: CommandBehavior.SequentialAccess (SqlDataReader) Pin
N a v a n e e t h29-Mar-09 17:38
N a v a n e e t h29-Mar-09 17:38 
QuestionSql query designer Pin
Dushan12329-Mar-09 14:12
Dushan12329-Mar-09 14:12 
AnswerRe: Sql query designer Pin
Natza Mitzi29-Mar-09 19:42
Natza Mitzi29-Mar-09 19:42 
QuestionWhen Adding A Control, what events fire? [modified] Pin
Duraplex29-Mar-09 13:09
Duraplex29-Mar-09 13:09 
AnswerRe: When Adding A Control, what events fire? Pin
maxatlis30-Mar-09 7:00
maxatlis30-Mar-09 7:00 
GeneralRe: When Adding A Control, what events fire? Pin
Duraplex30-Mar-09 11:47
Duraplex30-Mar-09 11:47 

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.