Click here to Skip to main content
15,906,341 members
Home / Discussions / C#
   

C#

 
QuestionWhat message to look for to redraw my systray icon when explorer is killed/restarted? Pin
dandy7224-Jul-09 8:48
dandy7224-Jul-09 8:48 
AnswerRe: What message to look for to redraw my systray icon when explorer is killed/restarted? Pin
Luc Pattyn24-Jul-09 8:52
sitebuilderLuc Pattyn24-Jul-09 8:52 
GeneralRe: What message to look for to redraw my systray icon when explorer is killed/restarted? Pin
dandy7224-Jul-09 9:06
dandy7224-Jul-09 9:06 
GeneralRe: What message to look for to redraw my systray icon when explorer is killed/restarted? Pin
Ian Shlasko24-Jul-09 9:34
Ian Shlasko24-Jul-09 9:34 
GeneralRe: What message to look for to redraw my systray icon when explorer is killed/restarted? Pin
dandy7224-Jul-09 16:14
dandy7224-Jul-09 16:14 
GeneralRe: What message to look for to redraw my systray icon when explorer is killed/restarted? Pin
Ian Shlasko24-Jul-09 16:19
Ian Shlasko24-Jul-09 16:19 
GeneralRe: What message to look for to redraw my systray icon when explorer is killed/restarted? Pin
dandy7225-Jul-09 0:39
dandy7225-Jul-09 0:39 
Questiontaking in named pipe data (from unmanaged c++ plugin) in a C# application Pin
akhanal24-Jul-09 8:41
akhanal24-Jul-09 8:41 
hi,

i am trying to access data through named pipes. Data is written in the named pipe from a plugin(written in unmanaged C++);client pipe;. I wanted to make the whole application more easy to handle so I am trying to use C#;server pipe; to take in the data from the named pipe for further processing.

My problem is I can get the client and server connected, but the C# code has hard time reading the data from the named pipe. The c++ code writes the data in the named pipe in LPTSTR format.

the data is basically real-time data from a gaming application.

Any suggestions on how to make the data accessible from the c# code, or on using any other medium besides named pipes to communicate the data between the two application will be highly appreciated.

thanks
letiny
AnswerRe: taking in named pipe data (from unmanaged c++ plugin) in a C# application Pin
Luc Pattyn24-Jul-09 8:48
sitebuilderLuc Pattyn24-Jul-09 8:48 
GeneralRe: taking in named pipe data (from unmanaged c++ plugin) in a C# application Pin
akhanal24-Jul-09 9:28
akhanal24-Jul-09 9:28 
GeneralRe: taking in named pipe data (from unmanaged c++ plugin) in a C# application Pin
akhanal24-Jul-09 9:39
akhanal24-Jul-09 9:39 
GeneralRe: taking in named pipe data (from unmanaged c++ plugin) in a C# application Pin
Ian Shlasko24-Jul-09 10:08
Ian Shlasko24-Jul-09 10:08 
GeneralRe: taking in named pipe data (from unmanaged c++ plugin) in a C# application Pin
Luc Pattyn24-Jul-09 10:19
sitebuilderLuc Pattyn24-Jul-09 10:19 
GeneralRe: taking in named pipe data (from unmanaged c++ plugin) in a C# application Pin
akhanal24-Jul-09 14:22
akhanal24-Jul-09 14:22 
GeneralRe: taking in named pipe data (from unmanaged c++ plugin) in a C# application Pin
akhanal24-Jul-09 14:23
akhanal24-Jul-09 14:23 
AnswerRe: taking in named pipe data (from unmanaged c++ plugin) in a C# application Pin
Abhijit Jana24-Jul-09 8:49
professionalAbhijit Jana24-Jul-09 8:49 
GeneralRe: taking in named pipe data (from unmanaged c++ plugin) in a C# application Pin
akhanal24-Jul-09 9:11
akhanal24-Jul-09 9:11 
GeneralRe: taking in named pipe data (from unmanaged c++ plugin) in a C# application Pin
Wes Aday24-Jul-09 10:24
professionalWes Aday24-Jul-09 10:24 
QuestionServerVersion Exception being thrown [modified] Pin
MWRivera24-Jul-09 8:16
MWRivera24-Jul-09 8:16 
AnswerRe: ServerVersion Exception being thrown [modified] Pin
Abhijit Jana24-Jul-09 8:21
professionalAbhijit Jana24-Jul-09 8:21 
General[Message Deleted] Pin
MWRivera24-Jul-09 8:29
MWRivera24-Jul-09 8:29 
GeneralRe: ServerVersion Exception being thrown Pin
Abhijit Jana24-Jul-09 8:40
professionalAbhijit Jana24-Jul-09 8:40 
GeneralRe: ServerVersion Exception being thrown Pin
MWRivera24-Jul-09 8:51
MWRivera24-Jul-09 8:51 
GeneralRe: ServerVersion Exception being thrown Pin
Abhijit Jana24-Jul-09 9:03
professionalAbhijit Jana24-Jul-09 9:03 
GeneralRe: ServerVersion Exception being thrown Pin
MWRivera24-Jul-09 9:08
MWRivera24-Jul-09 9:08 

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.