blah blah blah is here! blah blah » Close

0
votes
1 answers

Detecting DTMF

bms
0

Please if anyone have a peace of code written in any .net language that detects the DTMF tones either using mscomm32 or TAPI please reply as soon as possible and if anyone can send a reference of all the API calles of the Telephony API (TA ...

0
votes
1 answers

IVR using regular modems

bms
0

Dear all, If anyone knows an open source IVR (Interactive Voice Responser) system that uses regular modems written in any language C++, C# even java, but working well please reply as soon as possible thanks in advance

0
votes
1 answers

Free IVR library needed

bms
0

I'm working in my graduation project and i need an IVR library to use it as a part of my system and sure i need it to be free and the hope that it is opensource code and written in .net or C++ that i can import the functions in my app, or A ...

0
votes
1 answers

Problem in Introp

bms
0

I'm working in an ASP.net Web App and i'm using an external dll written in C++ and it works fine in the first run of the site but when i made any change in the site and recompile and run again the DllNotFoundException is thrown and I have t ...

0
votes
1 answers

Problem in the SQL strings

bms
0

Hi i have a problem when i want to save a string provided by a user in a database if the data contains the character ' (the single quote) as the strings in SQL should be put between two qoutes like "select * from MyTabel where name ...

0
votes
1 answers

Interfacing with modem

bms
0

Dear C# lovers i just wanted to know how to interface with a modem using built in class libraries in .net (If possible) or windows API's i want to 1- open line 2- accept inputs from client using the phone keys like press 1 to view list ...

0
votes
1 answers

Special ToolBars

bms
0

Hi all, I have been working with C# for long time but i was try to make the toolbars movable like ones in word and excel and these applications that the user can drag the tool bar and place it wherever he wants if you know how it is done ...

0
votes
1 answers

how to build a help file

bms
0

dear all, i wanted to know how to make my documentation in the code to be converted into chm ot hlp or whatever help file the documentation is the .cs file is already made in the xml style like ///<summary> ///</summary> Th ...

0
votes
1 answers

Csharp on Linux, Unix , Mac.....etc

bms
0

Hey guys i just wanted to give you this links about the C# compiler for Linux, UNIX, MAC ,...; and all known platforms actually they are 2 different compilers from 2 different guys one from the GNU and the other from go-mono the links ...

0
votes
1 answers

About the ildasm.exe tool

bms
0

Hi There, I knew about the disassembler tool ildasm but it wasn't a very big deal till last week as i need that my current project i made not to be disassmbled is there any way to disable the ildasm ???????

0
votes
1 answers

GDI+ problem

bms
0

i was making some code with GDI+ when i discovered that when i minimize the form and re maximize it, all drawing made out site the OnPaint will be gone!!!!! Please help me to find out how to solve this problem

Feedback