So... I have recently been developing a Winforms C# application in .NET 2.0 that uses the Shell Style drag and drop described in the great tutorial here: http://blogs.msdn.com/b/adamroot/archive/2008/02/19/shell-style-drag-and-drop-in-net-wpf-and-winforms.aspx This was used to give a semi-transparent image of the dragged control during the drag action. However, a secondary functionality is that [...] read more
I am developing software for landline phones and full-duplex voice modems using C# and TAPI 3 library. Call answering is working fine but call hangup is throwing an exception. I did a lot of search to find solution but I could not. Following are the errors: > Exception is occurring [...] read more
I am attempting to raise an event in .NET and have it picked up through COM by a VBA application. This answer has been quite helpful in getting my events to show up properly in the type library. On the VBA side, everything looks legit. I have an object variable [...] read more
I have a C# Tapi application which I'm developing to send from the computer to the Toshiba CIX tapi commands which route to the phones. The line itself isn't important as that part is working. I am able to dial the phone from the application. However answering and hanging up [...] read more
I want to get the Database String from Part EDUNAME: db2agent (PRD) My first try does not work ;-) sed 's/.*EDUNAME: .* (//' | sed 's/).*FUNCTION.*// Output: 2016-02-16-15.29.08.030467+060 I11738607E972 LEVEL: Error PID : 28641 TID : 46912874997504 PROC : db2sysc 0 INSTANCE: db2inst NODE : 000 DB : PRD APPHDL [...] read more