hi every body i want to know how can i stream videos from my server to client page like youtube.com can any body help me ???
ahmedhassan96
Posts
-
how can i stream videos on my server -
how can i convert audio sample rate and audio sample size of wave files ??hi every body i want know how can i convert the audio sample rate and sample size in wave file Ex: i have audio files with sample size 16bit , audio sample rate 44khz and i want to change it to 8 bit , audio sample rate 11khz how can i do this by c# thanks in advance
-
how can i change the sample rate and sample size of wave fileshi every body i want know how can i change the audio sample rate and sample size in wave file Ex: i have audio files with sample size 16bit and i want to change it to 8 bit how can i do this thanks in advance
-
how to get copied files from windows to my application ??thanks for reply baut file system watcher i must give it one directory to watch it i want get the name of the files on any where on computer thanks again for reply
-
how to get copied files from windows to my application ??hi every body i have desktop application i want to get the copied files names from windows to my application ex: the user will copy any file from pc and i have button in my form i want when user click this button the name of files which he copied it appear in list box how can i do this ?? thanks in advance :)
-
how to make my application startup with windowsthank you very much it worked with me
-
how to make my application startup with windowshi every body i want to know how can i make my application startup with windows thanks in advance
-
how can i send file name to desktop applicationthanks for reply but my question is how from my program recieve file name which open my program
-
how can i send file name to desktop applicationhi every body i have desktop application which convert from mp3 to wav i want to make all mp3 files in my pc have new item in it context menu which can open my application and then i want the application receive the file name which open it to make convert how can i do this ??
-
When i convert to .net 3.5 give me Property evaluation failedhi every body i`ve Asp.Net project built in vs 2005 and ado.net now i update this project to vs 2008 and use linq in it i`ve built linq to sql class and get all tables and the procedures in it but when i use any procedures in any page i found all the variables in this page doesn`t have any value and give me "property evaluation failed" Sesseions, Viewstate, Variables all of this give me the same error "Property evaluation failed" plz any body can give me the solution ??
-
when i convert to to linq i`ve got "property evaluation failed"hi every body i`ve project built in vs 2005 and ado.net now i update this project to vs 2008 and use linq in it i`ve built linq to sql class and get thae tables and the procedures in it but when i use any procedures in any page i found all the variables in this page doesn`t have any value and give me "property evaluation failed" Sesseions, Viewstate, Variables all of this give me the same error "Property evaluation failed" plz any body can give me the solution ??
-
How get the current src of iframe ???Dear sir, I know how to set the src of a iframe, for example, I can use Dim frame1 As HtmlControl = Page.FindControl("itest") frame1.Attributes("src") = Me.TextBox1.Text.Trim However how can I get the current src of a iframe after user clicking several times on the iframe??? when I try to get the value of frame1. Attributes("src"), what I get is the original src I set to it. How can I do this? regards,
-
how can i get the image from iframe??hi every body how are you i have website application and i have iframe object which get it source from google maps and ofcourse the map is changing when user change it i want to get the image inside this i frame and save it on my server how can i do this ???
-
how can i use ajax in asp.net 1.Xthanx for ur help but can u tell me how can i use Anthem.net in my project ?? and thanx again for your help
-
how can i use ajax in asp.net 1.Xhi every body i have project with asp.net 2003 and i want to use ajax in it because i have gridview and i want to update it automaticly every 5 minutes without page go to server and comeback how can i do it in vs 2003 thanx in advance
-
how can i write in Excel files and create spreadsheets using C# andHi Every Body i want know how can i write in excel files ex: i want write 3 words only each word i want it in seperate column and i want to rename inner sheets from "Sheet1" to "xxx" and create another sheet too plz can any body help me ??
-
how can i make rss feed for my website ??iam createing website with asp.net and i want make rss feed and i don`t know how can i make this ?? plz any body give me the way to make dynamic rss feed to get the newest data from data base ??? plz can i body help me ???
-
how can i read files from my silverlight 2 web folderhi every body i created silverlight2 application i put image control which show an image but i want read the image from the web folder i used this code but it didn`t work with me : Image i2 = new Image(); i2.Source = new BitmapImage(new Uri("..\\..\\TestWeb\\Images\\session1\\2.jpg", UriKind.Relative)); and: i2.Source = new BitmapImage(new Uri("../../TestWeb/Images/session1/2.jpg", UriKind.Relative)); any body can tell me how can i do this ???
-
how can i check linq query return with value or not ??hi every body i want know the way which i can check the query result and is it has value or not ex: i made this query var res = from x in rs.Users where x.UserName == "name" select x; i want check if res has value or not thanx for ur time
-
plz can any body give me code for silverlight2 which can transfer to another web page ??thank u very much it worked with me