Click here to Skip to main content
15,919,774 members
Home / Discussions / C#
   

C#

 
AnswerRe: NHibernate query problem. Pls help me! Pin
Judah Gabriel Himango24-Dec-06 8:58
sponsorJudah Gabriel Himango24-Dec-06 8:58 
QuestionC# Downloader Pin
hunutmaz23-Dec-06 14:48
hunutmaz23-Dec-06 14:48 
AnswerRe: C# Downloader Pin
Judah Gabriel Himango24-Dec-06 9:04
sponsorJudah Gabriel Himango24-Dec-06 9:04 
QuestionControl repaint issue... [modified] Pin
new_phoenix23-Dec-06 13:58
new_phoenix23-Dec-06 13:58 
AnswerRe: Control repaint issue... Pin
Judah Gabriel Himango24-Dec-06 9:08
sponsorJudah Gabriel Himango24-Dec-06 9:08 
Questionhelp me TAPI using C#.net Pin
nina nini23-Dec-06 9:32
nina nini23-Dec-06 9:32 
AnswerRe: help me TAPI using C#.net Pin
Judah Gabriel Himango24-Dec-06 9:09
sponsorJudah Gabriel Himango24-Dec-06 9:09 
GeneralRe: help me TAPI using C#.net Pin
nina nini25-Dec-06 7:34
nina nini25-Dec-06 7:34 
yeah i tried but did not find anything help full.
my problem is i can detect and answere incomming call..
i wanna play a wav file and detect d digit pressed by user in response...now m stuck in d code

ITBasicCallControl2 bcc=(TAPI3Lib.ITBasicCallControl2)ici;

ITTerminalSupport ts =(ITTerminalSupport) ia[line];
ITTerminal fpbt = ts.CreateTerminal(TAPI3Lib.TapiConstants.CLSID_String_FilePlaybackTerminal, TAPI3Lib.TapiConstants.TAPIMEDIATYPE_MULTITRACK, TAPI3Lib.TERMINAL_DIRECTION.TD_CAPTURE);

ITMediaPlayback mp = (ITMediaPlayback)fpbt;
object[] audiofile=null;
audiofile[0]=Path.GetDirectoryName(Assembly.GetEntryAssembly().Location) + @"\Welcome.wav";
mp.PlayList=audiofile;
//because it requires objet array.
bcc.SelectTerminalOnCall(fpbt);
TAPI3Lib.ITMediaControl mc=(ITMediaControl)fpbt;
mc.Start();
MessageBox.Show("playing wav file");
//will start playing the audiofile
can anyone pin point d error....
m really woried
plllllllllzzzzzzzzzz help me
Questionmdi form problem Pin
Harikrk23-Dec-06 7:53
Harikrk23-Dec-06 7:53 
Questionhow to Send/Recive Fax from VC# 2005 ? Pin
hdv21223-Dec-06 7:04
hdv21223-Dec-06 7:04 
AnswerRe: how to Send/Recive Fax from VC# 2005 ? Pin
Judah Gabriel Himango24-Dec-06 9:13
sponsorJudah Gabriel Himango24-Dec-06 9:13 
Questionallocate percentage to each selected user Pin
fmardani23-Dec-06 6:17
fmardani23-Dec-06 6:17 
AnswerRe: allocate percentage to each selected user Pin
saqib8223-Dec-06 9:21
saqib8223-Dec-06 9:21 
QuestionChanging Datagrid elements programmically in C# Pin
Vernware23-Dec-06 5:29
Vernware23-Dec-06 5:29 
AnswerRe: Changing Datagrid elements programmically in C# Pin
gnadeem23-Dec-06 12:33
gnadeem23-Dec-06 12:33 
GeneralRe: Changing Datagrid elements programmically in C# Pin
Vernware24-Dec-06 5:16
Vernware24-Dec-06 5:16 
QuestionHow print over COM and LPT Pin
Savanora23-Dec-06 2:03
Savanora23-Dec-06 2:03 
Questionunable to access the from server Pin
jayraj todkar23-Dec-06 1:44
jayraj todkar23-Dec-06 1:44 
AnswerRe: unable to access the from server Pin
WillemM23-Dec-06 6:07
WillemM23-Dec-06 6:07 
Questionhow to create dynamic crystal report in c#.net Pin
jaganil23-Dec-06 1:17
jaganil23-Dec-06 1:17 
AnswerRe: how to create dynamic crystal report in c#.net Pin
WillemM23-Dec-06 6:08
WillemM23-Dec-06 6:08 
QuestionHow to bind arraylist to a datatable in C#.Net Pin
NK723-Dec-06 0:01
NK723-Dec-06 0:01 
AnswerRe: How to bind arraylist to a datatable in C#.Net Pin
jaganil23-Dec-06 2:32
jaganil23-Dec-06 2:32 
QuestionHosting a Windows Forms Control in a MFC ActiveX control Pin
sps-itsec4622-Dec-06 23:27
sps-itsec4622-Dec-06 23:27 
AnswerRe: Hosting a Windows Forms Control in a MFC ActiveX control Pin
sps-itsec463-Jan-07 1:17
sps-itsec463-Jan-07 1:17 

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.