Click here to Skip to main content
15,889,034 members
Articles / Web Development / ASP.NET

Your First Step to the Silverlight Voice/Video Chatting Client/Server

Rate me:
Please Sign up or sign in to vote.
4.85/5 (44 votes)
15 Dec 2013CPOL5 min read 342.8K   22.6K   188  
What you should to do to create your own Silverlight Voice/Video chatting system
#pragma checksum "C:\Users\Fadi Abdelqader\Desktop\SocketCoder_Three_Modules\Modules\2SocketCoder_Video_Chat\SocketCoder_WebCamSender\SocketCoder_WebCamSender\MainPage.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "95B541AB86C632DEFD1BF3964DF9EBCE"
//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//     Runtime Version:4.0.30319.1
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

using System;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Automation.Peers;
using System.Windows.Automation.Provider;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Interop;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Imaging;
using System.Windows.Resources;
using System.Windows.Shapes;
using System.Windows.Threading;


namespace SocketCoder_WebCamSender {
    
    
    public partial class MainPage : System.Windows.Controls.UserControl {
        
        internal System.Windows.Shapes.Rectangle rectVideo;
        
        internal System.Windows.Controls.Button button1;
        
        internal System.Windows.Controls.Button button2;
        
        internal System.Windows.Controls.Button button4;
        
        internal System.Windows.Controls.Image MyImage;
        
        internal System.Windows.Controls.Button ConnectBTN;
        
        internal System.Windows.Controls.TextBox IPAddress_TXT;
        
        internal System.Windows.Controls.Label label1;
        
        internal System.Windows.Controls.Label label2;
        
        internal System.Windows.Controls.Button StartSendingBTN;
        
        internal System.Windows.Controls.Button StopSendingBT;
        
        private bool _contentLoaded;
        
        /// <summary>
        /// InitializeComponent
        /// </summary>
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        public void InitializeComponent() {
            if (_contentLoaded) {
                return;
            }
            _contentLoaded = true;
            System.Windows.Application.LoadComponent(this, new System.Uri("/SocketCoder_WebCamSender;component/MainPage.xaml", System.UriKind.Relative));
            this.rectVideo = ((System.Windows.Shapes.Rectangle)(this.FindName("rectVideo")));
            this.button1 = ((System.Windows.Controls.Button)(this.FindName("button1")));
            this.button2 = ((System.Windows.Controls.Button)(this.FindName("button2")));
            this.button4 = ((System.Windows.Controls.Button)(this.FindName("button4")));
            this.MyImage = ((System.Windows.Controls.Image)(this.FindName("MyImage")));
            this.ConnectBTN = ((System.Windows.Controls.Button)(this.FindName("ConnectBTN")));
            this.IPAddress_TXT = ((System.Windows.Controls.TextBox)(this.FindName("IPAddress_TXT")));
            this.label1 = ((System.Windows.Controls.Label)(this.FindName("label1")));
            this.label2 = ((System.Windows.Controls.Label)(this.FindName("label2")));
            this.StartSendingBTN = ((System.Windows.Controls.Button)(this.FindName("StartSendingBTN")));
            this.StopSendingBT = ((System.Windows.Controls.Button)(this.FindName("StopSendingBT")));
        }
    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Systems Engineer SocketCoder.Com
Jordan Jordan
Fadi Abdelqader
WebSite: http://www.SocketCoder.com
Facebook Group: http://www.facebook.com/groups/socketcoder/
Facebook Page: http://www.facebook.com/socketcoders/

Last Published Book:
-Professional Network, Distributed Systems & TCP/IP Programming In .NET Framework 1.1 & 2.0 (2006 Release)

Last Published eBook:
- The SocketCoder e-Reference For Network, Distributed Systems And TCP/IP Programming In .NET, Arabic (SocketCoder.Com 2010)

Last Projects:
- Silverlight Based Projects For Web Video Conferencing (WCS,WMS,WCS Plus..)
-(SocketCoder) RTP Multicasting VOIP Library
-(SocketCoder) Remote Controlling Systems

Last SocketCoder RSS: http://www.socketcoder.com/feed/

http://www.socketcoder.com

Comments and Discussions