Click here to Skip to main content
15,909,953 members
Home / Discussions / C#
   

C#

 
AnswerRe: Controls - override members or use events? Pin
Jon Rista4-Nov-05 16:47
Jon Rista4-Nov-05 16:47 
Questionusing MSAccess in C# Pin
ASPERSICA3-Nov-05 11:25
ASPERSICA3-Nov-05 11:25 
AnswerRe: using MSAccess in C# Pin
enjoycrack3-Nov-05 13:17
enjoycrack3-Nov-05 13:17 
Questionmethod problem Pin
nbaker3-Nov-05 10:30
nbaker3-Nov-05 10:30 
AnswerRe: method problem Pin
S. Senthil Kumar3-Nov-05 17:57
S. Senthil Kumar3-Nov-05 17:57 
GeneralRe: method problem Pin
nbaker4-Nov-05 1:40
nbaker4-Nov-05 1:40 
QuestionWindow service and system tray Pin
vidyaN3-Nov-05 9:50
vidyaN3-Nov-05 9:50 
AnswerRe: Window service and system tray Pin
Jon Rista4-Nov-05 16:51
Jon Rista4-Nov-05 16:51 
We'll need some more information before we can help in regards to the notification icon problem (systray icon). Do you already have code to display a system tray icon, or do you need help adding that code?

As for communicating with your windows service, there are many ways, and it all depends on the environment the service is intended to be used in, and what kind of performance you need out of the communication protocol. You can use named pipes (there are several EXCELLENT implementations of named pipe communication here on CodeProject), .NET Remoting (search this site and google for it), as well as custom implementations such as with TCP/IP. Again, more information is needed before useful advice can be given.
GeneralRe: Window service and system tray Pin
vidyaN7-Nov-05 7:27
vidyaN7-Nov-05 7:27 
GeneralRe: Window service and system tray Pin
Jon Rista8-Nov-05 7:02
Jon Rista8-Nov-05 7:02 
QuestionXML Formatted String and Collection with dynamic value types Pin
budidharma3-Nov-05 9:19
budidharma3-Nov-05 9:19 
AnswerRe: XML Formatted String and Collection with dynamic value types Pin
Wjousts3-Nov-05 10:57
Wjousts3-Nov-05 10:57 
GeneralRe: XML Formatted String and Collection with dynamic value types Pin
budidharma3-Nov-05 12:40
budidharma3-Nov-05 12:40 
GeneralRe: XML Formatted String and Collection with dynamic value types Pin
S. Senthil Kumar3-Nov-05 18:01
S. Senthil Kumar3-Nov-05 18:01 
AnswerRe: XML Formatted String and Collection with dynamic value types Pin
Jon Rista4-Nov-05 16:53
Jon Rista4-Nov-05 16:53 
QuestionGeting data from another program Pin
JJDIII3-Nov-05 8:57
JJDIII3-Nov-05 8:57 
AnswerRe: Accepting a string from another program Pin
Dave Kreskowiak3-Nov-05 14:13
mveDave Kreskowiak3-Nov-05 14:13 
GeneralRe: Accepting a string from another program Pin
JJDIII4-Nov-05 2:24
JJDIII4-Nov-05 2:24 
GeneralRe: Accepting a string from another program Pin
Dave Kreskowiak4-Nov-05 12:07
mveDave Kreskowiak4-Nov-05 12:07 
Questionchanging references for different configurations Pin
BlackDice3-Nov-05 8:23
BlackDice3-Nov-05 8:23 
AnswerRe: changing references for different configurations Pin
.NetRocker3-Nov-05 10:26
.NetRocker3-Nov-05 10:26 
QuestionStruct Pin
budidharma3-Nov-05 7:54
budidharma3-Nov-05 7:54 
AnswerRe: Struct Pin
.NetRocker3-Nov-05 10:28
.NetRocker3-Nov-05 10:28 
GeneralRe: Struct Pin
Christian Graus3-Nov-05 11:16
protectorChristian Graus3-Nov-05 11:16 
AnswerRe: Struct Pin
Christian Graus3-Nov-05 11:11
protectorChristian Graus3-Nov-05 11:11 

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.