Click here to Skip to main content
15,914,013 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: How to fake services on .NET hosts ? Pin
Daniel Turini21-Nov-03 10:03
Daniel Turini21-Nov-03 10:03 
GeneralHelp!! About VScrollBar control in .NET Framework Pin
newhzh21-Nov-03 0:14
newhzh21-Nov-03 0:14 
QuestionCould anybody tell me the parameter of CryptUIDlgSelectCertificate API of cryptui.dll? Pin
zhang_hao20-Nov-03 18:03
zhang_hao20-Nov-03 18:03 
GeneralProble while sending mail through windows service using MSMAPI Pin
alexander13219-Nov-03 20:32
alexander13219-Nov-03 20:32 
GeneralPictureBox StretchImage problem Pin
Msftone19-Nov-03 13:53
Msftone19-Nov-03 13:53 
QuestionWhat about pipes? Pin
Noodnik19-Nov-03 11:39
Noodnik19-Nov-03 11:39 
AnswerRe: What about pipes? Pin
Jeff Varszegi19-Nov-03 11:50
professionalJeff Varszegi19-Nov-03 11:50 
GeneralRe: What about pipes? Pin
Noodnik19-Nov-03 17:59
Noodnik19-Nov-03 17:59 
It's actually "anonymous pipes" I'm talking about (e.g., not "named pipes"). When you create an anonymous pipe, you get TWO handles - one you use on your side of the connection, the other you pass to the remote application. The pipe is "anonymous" in that there is no "name" for it - there is no need, as both sender and receiver can access it using the handles that are returned.

The application I'm interfacing with is Microsoft Flight Simulator 2002 (MSFS2k2). There is a facility built in to MSFS2k2 to send it a "Flight Video" by passing it a handle to an open file containing the video. By using an anonymous pipe, I can have one process create and send a video to MSFS2K in real-time. This is what I want to do.

I have it working now, but I sure am surprised if in fact MS.NET doesn't provide support for this - especially as it continues to be a necessary tool for interacting with MS products...


General.NET on Terminal Server Pin
O c t a v i e19-Nov-03 3:35
O c t a v i e19-Nov-03 3:35 
GeneralRe: .NET on Terminal Server Pin
Pauwll23-Nov-03 0:28
Pauwll23-Nov-03 0:28 
GeneralRe: .NET on Terminal Server SOLVED! Pin
O c t a v i e23-Nov-03 23:52
O c t a v i e23-Nov-03 23:52 
GeneralDatabase communication Pin
Moonspellwizard17-Nov-03 23:31
Moonspellwizard17-Nov-03 23:31 
GeneralRe: Database communication Pin
Colin Angus Mackay18-Nov-03 0:14
Colin Angus Mackay18-Nov-03 0:14 
General5 Steps to Rapid Development Pin
smars17-Nov-03 23:01
smars17-Nov-03 23:01 
QuestionHow to compare Word files Pin
Ali-imran15-Nov-03 2:24
Ali-imran15-Nov-03 2:24 
AnswerRe: How to compare Word files Pin
Nick Parker16-Nov-03 9:51
protectorNick Parker16-Nov-03 9:51 
GeneralRe: How to compare Word files Pin
Heath Stewart16-Nov-03 16:34
protectorHeath Stewart16-Nov-03 16:34 
GeneralRe: How to compare Word files Pin
Nick Parker16-Nov-03 17:07
protectorNick Parker16-Nov-03 17:07 
GeneralRe: How to compare Word files Pin
Heath Stewart17-Nov-03 2:33
protectorHeath Stewart17-Nov-03 2:33 
AnswerRe: How to compare Word files Pin
Nick Parker16-Nov-03 17:22
protectorNick Parker16-Nov-03 17:22 
QuestionIs Framework 1.1 redistributatble enough for all .Net developments? Pin
Pauwll14-Nov-03 20:57
Pauwll14-Nov-03 20:57 
AnswerRe: Is Framework 1.1 redistributatble enough for all .Net developments? Pin
Anthony_Yio14-Nov-03 21:40
Anthony_Yio14-Nov-03 21:40 
AnswerRe: Is Framework 1.1 redistributatble enough for all .Net developments? Pin
J. Dunlap14-Nov-03 21:46
J. Dunlap14-Nov-03 21:46 
AnswerRe: Is Framework 1.1 redistributatble enough for all .Net developments? Pin
Heath Stewart15-Nov-03 4:41
protectorHeath Stewart15-Nov-03 4:41 
GeneralRe: Is Framework 1.1 redistributatble enough for all .Net developments? Pin
Pauwll15-Nov-03 23:14
Pauwll15-Nov-03 23:14 

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.