Click here to Skip to main content
15,923,087 members
Home / Discussions / C#
   

C#

 
Questioninsert time in oracle Pin
mjawadkhatri24-Jul-09 19:28
mjawadkhatri24-Jul-09 19:28 
AnswerRe: insert time in oracle Pin
K030624-Jul-09 19:41
K030624-Jul-09 19:41 
GeneralRe: insert time in oracle Pin
mjawadkhatri24-Jul-09 19:43
mjawadkhatri24-Jul-09 19:43 
GeneralRe: insert time in oracle Pin
Baran M24-Jul-09 22:15
Baran M24-Jul-09 22:15 
QuestionCloning a class without having reference [SOLVED] Pin
Xmen Real 24-Jul-09 15:20
professional Xmen Real 24-Jul-09 15:20 
QuestionMultiple data sources with the same name in different directorys? [modified] Pin
Kiotaya24-Jul-09 13:46
Kiotaya24-Jul-09 13:46 
AnswerRe: Multiple data sources with the same name in different directorys? Pin
Christian Graus24-Jul-09 14:13
protectorChristian Graus24-Jul-09 14:13 
GeneralRe: Multiple data sources with the same name in different directorys? Pin
Kiotaya24-Jul-09 15:37
Kiotaya24-Jul-09 15:37 
GeneralRe: Multiple data sources with the same name in different directorys? Pin
Mycroft Holmes24-Jul-09 16:04
professionalMycroft Holmes24-Jul-09 16:04 
GeneralRe: Multiple data sources with the same name in different directorys? Pin
Kiotaya24-Jul-09 16:48
Kiotaya24-Jul-09 16:48 
GeneralRe: Multiple data sources with the same name in different directorys? Pin
Mycroft Holmes24-Jul-09 18:01
professionalMycroft Holmes24-Jul-09 18:01 
GeneralRe: Multiple data sources with the same name in different directorys? Pin
Kiotaya24-Jul-09 18:30
Kiotaya24-Jul-09 18:30 
GeneralRe: Multiple data sources with the same name in different directorys? Pin
PIEBALDconsult24-Jul-09 19:27
mvePIEBALDconsult24-Jul-09 19:27 
GeneralRe: Multiple data sources with the same name in different directorys? Pin
Kiotaya24-Jul-09 19:59
Kiotaya24-Jul-09 19:59 
GeneralRe: Multiple data sources with the same name in different directorys? Pin
Mycroft Holmes24-Jul-09 23:06
professionalMycroft Holmes24-Jul-09 23:06 
GeneralRe: Multiple data sources with the same name in different directorys? Pin
PIEBALDconsult25-Jul-09 3:46
mvePIEBALDconsult25-Jul-09 3:46 
Questionreportviewer with untyped dataset or separate datalayer Pin
redspiderke24-Jul-09 10:59
redspiderke24-Jul-09 10:59 
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

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.