Click here to Skip to main content
15,900,511 members
Home / Discussions / C#
   

C#

 
QuestionNHibernate CreateSqlQuery and addEntity Pin
Matt Cavanagh29-Jul-10 16:22
Matt Cavanagh29-Jul-10 16:22 
QuestionUsing RasGetEntryProperties in .NET CF Pin
notsotragichero29-Jul-10 9:49
notsotragichero29-Jul-10 9:49 
QuestiondatagridView1_CellContentClick Problem Pin
MumbleB29-Jul-10 6:27
MumbleB29-Jul-10 6:27 
AnswerRe: datagridView1_CellContentClick Problem Pin
I Believe In GOD29-Jul-10 6:56
I Believe In GOD29-Jul-10 6:56 
GeneralRe: datagridView1_CellContentClick Problem Pin
MumbleB29-Jul-10 7:05
MumbleB29-Jul-10 7:05 
AnswerRe: datagridView1_CellContentClick Problem Pin
Mycroft Holmes29-Jul-10 17:21
professionalMycroft Holmes29-Jul-10 17:21 
GeneralRe: datagridView1_CellContentClick Problem Pin
MumbleB4-Aug-10 2:39
MumbleB4-Aug-10 2:39 
QuestionProblem with pc to pc Voice chat on LAN using h323 protocol. Pin
88Rocker29-Jul-10 5:46
88Rocker29-Jul-10 5:46 
the problem m facing is it works fine on same PC when i put both peers on a single PC. but when i try to run it on LAN receiving call PC get hanged, y is it.


thanks in advance. waiting for reply


here is the code. these are the h323 events i have used


void h323_RemoteBusy()
        {
            MessageBox.Show("User is busy");
        }

        void h323_Disconnected(string RemoteUserName)
        {
            MessageBox.Show("Call Disconnected ");
            btnCall.IsEnabled = true;
            btnEndCall.IsEnabled = false;
            btnVideo.IsEnabled = false;
            lblCallStatus.Visibility = Visibility.Hidden;
        }
        void h323_Connected(string RemoteUserName)
        {
            System.Windows.Forms.DialogResult myDialogResult = System.Windows.Forms.MessageBox.Show("Incomming Call by " + RemoteUserName + "\nDo u want to recieve Call?", "Message", System.Windows.Forms.MessageBoxButtons.YesNo, System.Windows.Forms.MessageBoxIcon.Question);
            if (myDialogResult == System.Windows.Forms.DialogResult.Yes)
            {
                h323.Answer();
            }
            else
            {
                h323.Hangup();
            }
        }  

AnswerReason for my vote of 1 Pin
OriginalGriff29-Jul-10 6:04
mveOriginalGriff29-Jul-10 6:04 
QuestionGive .NET Compiled Assemblly DLL StrongName Pin
I Believe In GOD29-Jul-10 5:33
I Believe In GOD29-Jul-10 5:33 
AnswerRe: Give .NET Compiled Assemblly DLL StrongName Pin
Ennis Ray Lynch, Jr.29-Jul-10 5:35
Ennis Ray Lynch, Jr.29-Jul-10 5:35 
GeneralRe: Give .NET Compiled Assemblly DLL StrongName Pin
I Believe In GOD29-Jul-10 5:54
I Believe In GOD29-Jul-10 5:54 
GeneralRe: Give .NET Compiled Assemblly DLL StrongName PinPopular
Nagy Vilmos29-Jul-10 5:59
professionalNagy Vilmos29-Jul-10 5:59 
GeneralRe: Give .NET Compiled Assemblly DLL StrongName Pin
I Believe In GOD29-Jul-10 6:02
I Believe In GOD29-Jul-10 6:02 
GeneralRe: Give .NET Compiled Assemblly DLL StrongName Pin
Eddy Vluggen29-Jul-10 6:25
professionalEddy Vluggen29-Jul-10 6:25 
GeneralRe: Give .NET Compiled Assemblly DLL StrongName [modified] Pin
I Believe In GOD29-Jul-10 6:38
I Believe In GOD29-Jul-10 6:38 
GeneralRe: Give .NET Compiled Assemblly DLL StrongName Pin
Eddy Vluggen29-Jul-10 7:15
professionalEddy Vluggen29-Jul-10 7:15 
GeneralRe: Give .NET Compiled Assemblly DLL StrongName Pin
I Believe In GOD29-Jul-10 7:34
I Believe In GOD29-Jul-10 7:34 
GeneralRe: Give .NET Compiled Assemblly DLL StrongName Pin
Eddy Vluggen29-Jul-10 8:43
professionalEddy Vluggen29-Jul-10 8:43 
GeneralRe: Give .NET Compiled Assemblly DLL StrongName Pin
I Believe In GOD29-Jul-10 7:38
I Believe In GOD29-Jul-10 7:38 
GeneralRe: Give .NET Compiled Assemblly DLL StrongName Pin
OriginalGriff29-Jul-10 6:11
mveOriginalGriff29-Jul-10 6:11 
QuestionNeed help determining Dirty state of ActiveRecord Pin
Paul Brower29-Jul-10 3:06
Paul Brower29-Jul-10 3:06 
QuestionCode behind File System Watcher Pin
thomforum29-Jul-10 2:50
thomforum29-Jul-10 2:50 
AnswerRe: Code behind File System Watcher Pin
Not Active29-Jul-10 3:05
mentorNot Active29-Jul-10 3:05 
AnswerRe: Code behind File System Watcher Pin
Luc Pattyn29-Jul-10 4:03
sitebuilderLuc Pattyn29-Jul-10 4:03 

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.