Click here to Skip to main content
15,904,155 members
Home / Discussions / C#
   

C#

 
GeneralRe: Writing to screen form Pin
AndrusM23-Jul-07 5:55
AndrusM23-Jul-07 5:55 
GeneralRe: Writing to screen form Pin
Luc Pattyn23-Jul-07 6:21
sitebuilderLuc Pattyn23-Jul-07 6:21 
GeneralRe: Writing to screen form Pin
AndrusM23-Jul-07 6:27
AndrusM23-Jul-07 6:27 
GeneralRe: Writing to screen form Pin
Luc Pattyn23-Jul-07 6:35
sitebuilderLuc Pattyn23-Jul-07 6:35 
GeneralRe: Writing to screen form Pin
AndrusM23-Jul-07 6:53
AndrusM23-Jul-07 6:53 
GeneralRe: Writing to screen form Pin
Luc Pattyn23-Jul-07 7:08
sitebuilderLuc Pattyn23-Jul-07 7:08 
GeneralRe: Writing to screen form Pin
AndrusM23-Jul-07 23:45
AndrusM23-Jul-07 23:45 
GeneralRe: Writing to screen form Pin
PaulPrice23-Jul-07 7:26
PaulPrice23-Jul-07 7:26 
What type of application is your long running application service? Console App?

If it is a Console application then you can use the delegate event method mentioned, which when called posted the text passed as a param (keeping it simple)

If it is a service, is a windows form really the correct way to do it? manybe the Windiws Eventlog would be more appropriate.

If it is a windows application, look at Trace and Trace Listener (if I am thinking of the right things), the trace listener could access a windowow with a ListBox

Just ideas
GeneralRe: Writing to screen form Pin
AndrusM23-Jul-07 23:48
AndrusM23-Jul-07 23:48 
GeneralRe: Writing to screen form Pin
PaulPrice23-Jul-07 23:51
PaulPrice23-Jul-07 23:51 
GeneralRe: Writing to screen form Pin
AndrusM24-Jul-07 5:28
AndrusM24-Jul-07 5:28 
GeneralRe: Writing to screen form Pin
Luc Pattyn24-Jul-07 5:49
sitebuilderLuc Pattyn24-Jul-07 5:49 
GeneralRe: Writing to screen form Pin
AndrusM24-Jul-07 6:49
AndrusM24-Jul-07 6:49 
QuestionInvoke and Form.ShowDialog ? Pin
Eike Mueller23-Jul-07 4:53
Eike Mueller23-Jul-07 4:53 
AnswerRe: Invoke and Form.ShowDialog ? Pin
Luc Pattyn23-Jul-07 5:15
sitebuilderLuc Pattyn23-Jul-07 5:15 
GeneralRe: Invoke and Form.ShowDialog ? Pin
Eike Mueller23-Jul-07 5:42
Eike Mueller23-Jul-07 5:42 
GeneralRe: Invoke and Form.ShowDialog ? Pin
Luc Pattyn23-Jul-07 6:11
sitebuilderLuc Pattyn23-Jul-07 6:11 
GeneralRe: Invoke and Form.ShowDialog ? Pin
Eike Mueller23-Jul-07 21:16
Eike Mueller23-Jul-07 21:16 
GeneralRe: Invoke and Form.ShowDialog ? [modified] Pin
Luc Pattyn23-Jul-07 21:34
sitebuilderLuc Pattyn23-Jul-07 21:34 
QuestionService timeout on startup Pin
__DanC__23-Jul-07 4:14
__DanC__23-Jul-07 4:14 
AnswerRe: Service timeout on startup Pin
Luc Pattyn23-Jul-07 5:33
sitebuilderLuc Pattyn23-Jul-07 5:33 
AnswerRe: Service timeout on startup Pin
PaulPrice23-Jul-07 7:30
PaulPrice23-Jul-07 7:30 
QuestionObject and class in C# Pin
Anmol.Gupta23-Jul-07 3:42
Anmol.Gupta23-Jul-07 3:42 
AnswerRe: Object and class in C# Pin
Luc Pattyn23-Jul-07 3:53
sitebuilderLuc Pattyn23-Jul-07 3:53 
GeneralRe: Object and class in C# Pin
Anmol.Gupta23-Jul-07 4:19
Anmol.Gupta23-Jul-07 4:19 

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.