No announcements
Found 3329263 threads
-
0 Votes
How to get FastCGI NamedPipe handle in C
Today I found something ...Unanswered | 4 Replies | 202 Views | Created by Anonymous - Monday, December 19, 2016 11:09 AM | Last reply by Anonymous - Wednesday, December 21, 2016 10:00 AM -
0 Votes
How was use namedpipes to communicate with other application in a network?
This is a fine example: How to: Use Named Pipes to Communicate Between Processes over a Network Can you be more specific about what part you are having difficulty ...Answered | 1 Replies | 3081 Views | Created by SVT Gdwl - Wednesday, August 12, 2009 9:47 AM | Last reply by Wyck - Wednesday, August 12, 2009 8:00 PM -
0 Votes
Using Namedpipes with windows 7
Here is a rather detailed post about resource integration levels and how UAC affect application access to resources.Answered | 1 Replies | 1482 Views | Created by Robertatjps - Wednesday, June 6, 2012 4:14 PM | Last reply by Sheng Jiang 蒋晟 - Wednesday, June 6, 2012 7:32 PM -
2 Votes
NamedPipes read\write
Do you get a specific exception?Answered | 10 Replies | 3422 Views | Created by OhadR - Tuesday, June 26, 2012 8:00 PM | Last reply by Tim Copenhaver - Thursday, June 28, 2012 8:32 PM -
4 Votes
Redirecting standard output to a namedpiped
Since stdout is not an lvalue as far as I know, I do not see how it would work.Answered | 19 Replies | 8689 Views | Created by ehsansad - Friday, June 15, 2012 1:06 PM | Last reply by RLWA32 - Tuesday, February 4, 2020 1:57 PM -
0 Votes
How to get window handle of FileDialog
You may use some Win32 API from C++.Answered | 3 Replies | 3576 Views | Created by thisissuneel - Wednesday, November 16, 2016 1:14 PM | Last reply by Kristin Xie - Friday, November 25, 2016 7:46 AM -
0 Votes
EXcel File Handling in C#
please visit the link below to get information regarding Worksheet_change Event.Answered | 1 Replies | 493 Views | Created by ab1-1 - Tuesday, July 12, 2016 1:24 PM | Last reply by Deepak Saradkumar Panchal - Wednesday, July 13, 2016 2:28 AM -
0 Votes
How to get the HINTERNET Handle of an instance of IE8 to use with InternetSetOption in C# ?
A C# proxy changing example can be found atAnswered | 1 Replies | 1883 Views | Created by Jaber Assar - Friday, July 15, 2011 10:03 PM | Last reply by Sheng Jiang 蒋晟 - Friday, July 15, 2011 10:52 PM -
3 Votes
How to handle array in C# code.
We have various ways of handling it.Answered | 4 Replies | 821 Views | Created by Nitin Surya - Saturday, September 26, 2015 1:22 PM | Last reply by Praveen Kumar Behara - Sunday, September 27, 2015 9:06 AM -
0 Votes
Getting HANDLE as a returned parameter...
, but I don't seem to be able to get that to work properly.Answered | 11 Replies | 2484 Views | Created by Benevolent Deity - Saturday, July 10, 2010 11:15 PM | Last reply by Matthew Watson - Monday, July 19, 2010 12:26 PM -
1 Votes
how to handle buttons in c#
In C#, you need to attach the event handlers yourself in the constructor: public YourClass() { InitializeComponent(); // Add event handlers ...Answered | 5 Replies | 1552 Views | Created by Rabia Bilal - Friday, November 2, 2012 5:22 PM | Last reply by Reed Copsey, Jr - Friday, November 2, 2012 7:48 PM -
1 Votes
How to get handle of SerialPort?
I will test your solution when I get a chance.Answered | 13 Replies | 8361 Views | Created by Carsten Kanstrup - Tuesday, April 12, 2011 8:01 PM | Last reply by Dick Grier - Tuesday, April 19, 2011 12:53 AM -
0 Votes
event handling in c#
Hi, go through below ...Answered | 4 Replies | 1036 Views | Created by love4csharp - Thursday, January 31, 2013 5:40 PM | Last reply by Prasad N V M - Friday, February 1, 2013 4:47 AM -
0 Votes
c# [WP8.1] How to handle application crash
EXCEPTIONS setting as following: Then please try to refer to the following artilce about how to handle the App level exceptions in ...Answered | 3 Replies | 879 Views | Created by Vagelis Dermos - Sunday, May 10, 2015 11:11 AM | Last reply by Amy Peng - Tuesday, May 19, 2015 9:46 AM -
2 Votes
Getting handle
Hi its_me_here, I think you may not get much traction on this topic in this forum.Answered | 4 Replies | 1199 Views | Created by its_me_here - Tuesday, December 1, 2015 4:11 PM | Last reply by its_me_here - Friday, December 4, 2015 4:58 AM -
0 Votes
How to get handle of an control in WPF???
If you host a winforms control in a wpf window then I would think you get a Hwnd for that.Answered | 4 Replies | 6559 Views | Created by Neha Prabhakar - Wednesday, April 9, 2014 1:05 PM | Last reply by sungwoo1 - Saturday, November 9, 2019 7:15 AM -
0 Votes
"Handles" keyword from VB to C#
To demonstrate what Carsten said, here's an example of the 'strict' conversion for 'WithEvents/Handles': VB code: Public WithEvents Foo As ...Answered | 6 Replies | 7914 Views | Created by binbel - Sunday, May 9, 2010 7:29 AM | Last reply by Dave Doknjas - Monday, May 10, 2010 2:08 PM -
0 Votes
How to get handle of static edit control?
EnumChildWindows will get all controls.Answered | 1 Replies | 3734 Views | Created by haroonrulz - Wednesday, June 27, 2012 7:16 AM | Last reply by Scott McPhillips - Wednesday, June 27, 2012 12:31 PM -
0 Votes
How to get the Handle of a window that I click?
The application came to this function before the DesWindow became the active window, so the handle // abtained from calling GetActiveWindow() here is not the ...Answered | 10 Replies | 14926 Views | Created by edy_3dz - Tuesday, December 22, 2009 11:39 AM | Last reply by winco_pipo - Friday, December 25, 2009 8:26 AM -
0 Votes
Invalid pipe handle in C#
I doubt that the C runtime libraries implement pipes the same way as the System.IO.Pipes does.Answered | 1 Replies | 3172 Views | Created by warchieft - Thursday, September 27, 2012 2:13 PM | Last reply by Dan Randolph - Thursday, September 27, 2012 5:40 PM - Items 1 to 20 of 3329263 Next ›
No announcements