Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
C

Ch Gayatri Subudhi

@Ch Gayatri Subudhi
About
Posts
82
Topics
29
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to write a query change the datatype for primary key coulm in atable using sqlserver 2008.
    C Ch Gayatri Subudhi

    i tired but its did not worked ou becoz my primary key is used as Fkey in so many tables.

    Database database tutorial

  • how to write a query change the datatype for primary key coulm in atable using sqlserver 2008.
    C Ch Gayatri Subudhi

    how to write a query change the datatype for primary key coulm in atable using sqlserver 2008. Thnaks In advance Ch.Gayatri

    Database database tutorial

  • How to set the youtube player location fix in a xaml page, its getting on the botton of the page ...instead of the right position.
    C Ch Gayatri Subudhi

    Hi, I took a class for youtube player and create a instance of that youtube player in Page3.xaml page..The issue is at runtime (F5), in the application i got the youtube video in the bottom of the page and even its there for each and every xaml pae while i am navigating..how to resolve this issue for setting the youtube video exact position where i want and stop reflecting to other pages .The code is as below: in Class1.cs -------------

    using System;
    using System.Collections.Generic;
    using System.Text;
    using System.Windows;
    using System.Windows.Controls;
    using System.Windows.Data;
    using System.Windows.Documents;
    using System.Windows.Input;
    using System.Windows.Media;
    using System.Windows.Media.Imaging;
    using System.Windows.Shapes;
    using System.Windows.Media.Animation;
    using System.Windows.Browser;

    namespace K12
    {

    		public class YouTubePlayer : IDisposable
    {
    
        /// <summary>
        /// The default with of a player, if none is specified.
        /// </summary>
        public const int DefaultWidth = 425;
    
        /// <summary>
        /// The default height of a player, if none is specified.
        /// </summary>
        public const int DefaultHeight = 344;
    
        #region Private properties
        private string uniqueId = Guid.NewGuid().ToString();
    
        private double top;
        private double left;
        private double height = DefaultHeight;
        private double width = DefaultWidth;
    
        private string videoId;
        private bool isEmbeded;
        private HtmlElement div;
        #endregion
    
        /// <summary>
        /// Creates a player for the given video id. You must invoke Embed()
        /// later, to actually insert the video into the page.
        /// </summary>
        /// <param name="videoId"></param>
        public YouTubePlayer(string videoId)
        {
            this.videoId = videoId;
        }
    
        /// <summary>
        /// The absolute y position of this player.
        /// </summary>
        public double Top
        {
            get { return top; }
            set
            {
                top = value;
    
                if (isEmbeded)
                {
                    SetStyleProperty(DivId, "top", "\\"" + (int)top + "px\\"");
                }
            }
        }
    
        /// <summary>
        /// The absolute x position of this player.
        /// </summary>
        public double L
    
    WPF help wpf tutorial

  • how to set a background color change in tree node using mousemove event at run time.
    C Ch Gayatri Subudhi

    still i did not get the solution for this..

    WPF data-structures tutorial

  • how to set a background color change in tree node using mousemove event at run time.
    C Ch Gayatri Subudhi

    On mouse move and mouse click have to change the bgcolor of tree view node..like this http://vmwww1.uccp.org/courses/APCalculusABI/uccp%20prototype%20files/coursestart.html[^] Thanks in advance

    WPF data-structures tutorial

  • how to set a background color change in tree node using mousemove event at run time.
    C Ch Gayatri Subudhi

    Hi, How to code to set a background color for treeview node while the mouse pointer moving over it at run time. Thanks in Advance Ch Gayatri

    WPF data-structures tutorial

  • how to embeded a youtube video in a silverlight page(.xaml page) using silverlightblend 3.0.
    C Ch Gayatri Subudhi

    Did you find any solutions for this this. With Regards Ch Gayatri

    WPF wpf tutorial

  • how to embeded a youtube video in a silverlight page(.xaml page) using silverlightblend 3.0.
    C Ch Gayatri Subudhi

    this is coming in http://v6.lscache5.c.youtube.com/videoplayback?ip=0.0.0.0&sparams=id%2Cexpire%2Cip%2Cipbits%2Citag%2Calgorithm%2Cburst%2Cfactor%2Coc%3AU0dWTVVUVV9FSkNNNl9NTllH&algorithm=throttle-factor&itag=35&ipbits=0&burst=40&sver=3&expire=1278597600&key=yt1&signature=23624A47535FD363590FE44795735A1A069DF1EC.468F45AC361D620F47D1F06DD911A3D9FDEF1A0E&factor=1.25&id=ecad6c074e691340&title=Lec%201%20|%20MIT%2018.01%20Single%20Variable%20Calculus,%20Fall%202006%20[www.keepvid.com][^] then how can i will take the url from this

    WPF wpf tutorial

  • how to embeded a youtube video in a silverlight page(.xaml page) using silverlightblend 3.0.
    C Ch Gayatri Subudhi

    Even though in my system having Java Version 6 Update 20 , still giving this error the You tube url in http://keepvid.com[^] Error: Please click here to download Java. If you already have Java, please restart your browser and try again. It appears you do not have Java installed or it is disabled on your system. You can get Java here. If you are still having difficulty with Java, check here for installing Java, or here for detailed instructions on enabling Java in your browser. For an ad-free version of Keepvid, please support us by using the KeepVid program to download videos. Whts is the solution. Thanks and regards Ch Gayatri

    WPF wpf tutorial

  • how to embeded a youtube video in a silverlight page(.xaml page) using silverlightblend 3.0.
    C Ch Gayatri Subudhi

    While giving the you tube urls its not working http://www.youtube.com/watch?v=Tr1qee-bTZI[^], i gave this url in

    please tell me how to get the videourl from youtube .

    Thanks in Advance
    Ch Gayatri

    WPF wpf tutorial

  • how to embeded a youtube video in a silverlight page(.xaml page) using silverlightblend 3.0.
    C Ch Gayatri Subudhi

    Still did not get the solution while placing the youtube url it not naviagting with the silverlight3 , media player control..If some code sample is there, please post it here. Thanks in advance Ch Gayatri

    WPF wpf tutorial

  • how to embeded a youtube video in a silverlight page(.xaml page) using silverlightblend 3.0.
    C Ch Gayatri Subudhi

    still i didnt find the solution

    WPF wpf tutorial

  • how to embeded a youtube video in a silverlight page(.xaml page) using silverlightblend 3.0.
    C Ch Gayatri Subudhi

    Without web services is this issue will solved, if not then or yes then how.I tried but i did not find the solution.Could any one reply for this solution. Thanks in Advance Ch.Gayatri

    WPF wpf tutorial

  • how to embeded a youtube video in a silverlight page(.xaml page) using silverlightblend 3.0.
    C Ch Gayatri Subudhi

    Hi, How to embed a youtubes videos in my silverlight xaml pages please give me samples. With regards Ch.Gayatri

    WPF wpf tutorial

  • How to make forward the MenuControl 's MenuBar list name its getting hide in my solution at run time
    C Ch Gayatri Subudhi

    Hi, In my silverlight page i took silver light control : MenuControl 's MenuBar and a image. At run time the menubar's list is hiding back to the image, how to make it view the menubarlist forward of the image at run time.Please suggest me . With Regards, CH.Gayatri

    WPF tutorial

  • How to install silverlight
    C Ch Gayatri Subudhi

    For vs2008 : we have to install first in this serial order 1)xp service pack 3 2)SQL Server 3)VS 2008 4)VS2008 Service Pack1 5)Silverlight Tools Cheers Ch Gayatri

    WPF help csharp tutorial

  • how to resolve this pop up Error saying :'this._postBackSettings.async' is null or not an object.
    C Ch Gayatri Subudhi

    i got my answer OnClientClick="this.disabled=true;__doPostBack(this.name,'');"

    WPF debugging help tutorial question

  • how to resolve this pop up Error saying :'this._postBackSettings.async' is null or not an object.
    C Ch Gayatri Subudhi

    Hi, How to resolve this error : A Run time error has occured. Do you wish to Debug? Line:782 Error saying :'this._postBackSettings.async' is null or not an object. Thanks in Advance With Regards, Ch Gayatri

    WPF debugging help tutorial question

  • I need to diplay an image in silverlight image tag while combobox selceted item.
    C Ch Gayatri Subudhi

    I need display an image while selcting an item from combobox....like combobox1_selecttionchanged { image1.visibilty==true;///this one giving error } wht i hv to do to display an image With Regards Ch.Gayatri

    WPF help

  • I need to diplay an image in silverlight image tag while combobox selceted item.
    C Ch Gayatri Subudhi

    Hi, There is no properties in smart tag while selecting a item from combobox combox1_SelectionChanged for dipaying an image.Plz help me for this solution. With Regards, Ch.Gayatri Subudhi

    WPF help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups