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

C#

 
Generalmessage box stuff Pin
jtmtv182-Jan-03 6:59
jtmtv182-Jan-03 6:59 
GeneralRe: message box stuff Pin
Ray Cassick2-Jan-03 7:55
Ray Cassick2-Jan-03 7:55 
GeneralRe: message box stuff Pin
Brian Olej2-Jan-03 14:23
Brian Olej2-Jan-03 14:23 
GeneralArray Serialization - kinda urgent Pin
Mr BallyDaHob2-Jan-03 5:18
Mr BallyDaHob2-Jan-03 5:18 
GeneralQuestion about inherited/custom control.. Pin
Randy Williams2-Jan-03 5:08
Randy Williams2-Jan-03 5:08 
GeneralRe: Question about inherited/custom control.. Pin
leppie2-Jan-03 9:35
leppie2-Jan-03 9:35 
GeneralRe: Question about inherited/custom control.. Pin
Randy Williams2-Jan-03 9:41
Randy Williams2-Jan-03 9:41 
GeneralArchitecture Design Advice Pin
Bill West2-Jan-03 5:07
Bill West2-Jan-03 5:07 
I'm developing an application that charts data from an online real-time data vendor. I'd like to split the program into two main parts: 1) a server part that logs into and maintains the connection to the data feed, and 2) a charting/analysis part that charts and applies algorithms to the data.

The minimum requirement is once the server part is developed, I want to be able to: 1) login, 2) open a chart, 3) close the chart, 4) edit and recompile the charting code in visual studio without having to logoff. 4) open the chart again with the new edits operational.

The ideal senerio would be to not only stay logged on while editing and recompiling the charting code, but also not have to close the chart first. On recompile the edits would automatically be updated into the open chart.

It would seem that the server will need to be an exe and the charting a dll. In C# it looks like to accomplish dynamic loading and unloading of the charting dll, the charting dll will need to be in its own application domain.

I've studied Eric Gunnerson's MSDN article "AppDomains and Dynamic Loading" and this seems to be close to what I'm after. However his approach seems overly complex. I'm hoping to find a simpler way and hopefully some examples to implement my above stated minimum requirement and/or the ideal senerio.

Mark Clifton's Application Automation Layer also looks interesting.

Any thoughts/sugestions/examples would be greatly appreciated.

thanks,
Brian Dalby


GeneralRe: Architecture Design Advice Pin
Anonymous2-Jan-03 10:08
Anonymous2-Jan-03 10:08 
GeneralRe: Architecture Design Advice Pin
leppie2-Jan-03 11:37
leppie2-Jan-03 11:37 
GeneralDoes C# have anything like JAVA Applets Pin
Hudson2-Jan-03 4:35
Hudson2-Jan-03 4:35 
GeneralRe: Does C# have anything like JAVA Applets Pin
Michael P Butler2-Jan-03 4:43
Michael P Butler2-Jan-03 4:43 
GeneralRe: Does C# have anything like JAVA Applets Pin
James T. Johnson2-Jan-03 17:06
James T. Johnson2-Jan-03 17:06 
QuestionDoes something look goofy here? Pin
Nick Parker2-Jan-03 4:25
protectorNick Parker2-Jan-03 4:25 
AnswerRe: Does something look goofy here? Pin
Paul Riley2-Jan-03 4:55
Paul Riley2-Jan-03 4:55 
GeneralRe: Does something look goofy here? Pin
Nick Parker2-Jan-03 5:00
protectorNick Parker2-Jan-03 5:00 
AnswerRe: Does something look goofy here? Pin
Stephane Rodriguez.2-Jan-03 5:01
Stephane Rodriguez.2-Jan-03 5:01 
GeneralRe: Does something look goofy here? Pin
Nick Parker2-Jan-03 6:13
protectorNick Parker2-Jan-03 6:13 
GeneralRe: Does something look goofy here? Pin
Stephane Rodriguez.2-Jan-03 6:25
Stephane Rodriguez.2-Jan-03 6:25 
GeneralRe: Does something look goofy here? Pin
Nick Parker2-Jan-03 7:14
protectorNick Parker2-Jan-03 7:14 
AnswerRe: Does something look goofy here? Pin
James T. Johnson2-Jan-03 9:46
James T. Johnson2-Jan-03 9:46 
AnswerRe: Does something look goofy here? Pin
RichiLloyd29-Sep-04 3:31
RichiLloyd29-Sep-04 3:31 
Questionhow to ... Pin
Max Santos2-Jan-03 2:35
Max Santos2-Jan-03 2:35 
Questionhow could i make my program support multilanguage. Pin
Wang Kaiming1-Jan-03 22:53
Wang Kaiming1-Jan-03 22:53 
AnswerRe: how could i make my program support multilanguage. Pin
Kannan Kalyanaraman1-Jan-03 23:32
Kannan Kalyanaraman1-Jan-03 23:32 

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.