I\'m writing a DirectShow filter on C# and I don\'t want to use any third party library. This task is almost 100% based on the correct prototyping of the COM interfaces like IGraphBuilder, IBaseFilter
I was wondering if it is possible to pause, then cache and flush keyboard input in a c# .net console. For example, imagine I create a thread that sets the console cursor position, writes characters to
I am looking for a way to send requests and receive call backs from another party. The only gotcha i开发者_JS百科s that we do not now how it will be designed/deployed on the receiver side.
I\'m struggling with a C# program to read binary records from a database.The records were created with Borland Delphi.Here\'s an example:
I have seen posts on changing console true type font and console colors (rgb) but nothing on setting or getting the console font size.
I have a chance to start porting a legacy application written in C++/Powerbuilder to c#.We have a feature this sprint that launches an independent dialog and I just went through the exercise of creati
PROBLEM: I\'m trying access binary records that were created in Borland Delphi and stored in a SQL Server database (as a BLOB).
I have a C# namespace defined as A.B.C which I tried using in a C++ header with using namespace A::B::C;
I trying to get C# to instanciate a class in my java program. I have had a number of simpler examples working but I\'ve hit the problem that my java class takes a string array as the constructor.
I have a WinForms usercontrol hosting a WPF custom Listbox in it.After the WinForms user control gets disabled and then re-enabled the WPF control in the WinForms usercontrol is unresponsive.Has anyon