No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
So i though how i can get the information that i want but i dont know how exactly to do that. I will have two functions one is rating(id) and one users(id), where the id is the [COLOR="Red"]tt1842127[/COLOR] of one imdb movie web page for example this [url]http://www.imdb.com/title/[/url][COLOR="Red"]tt1842127[/COLOR]/ I searched …
Is it possible to open programmaticaly vlc and send to it one subtitle file (programmatically too)? For example I want to run vlc(I know how to do that) and then programmatically press video-->subtitles track-->open file... If it's not possible with c# is it possible with any other language?
Check my code is much easier... [CODE]using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { int quit=1, rolls=0, won=0, number; Random rndm = new Random(); while (quit > 0) { Console.Write("Rolling the dice!\nYou throw: "); number = rndm.Next(1, 7); Console.WriteLine(number); …
No Syntax problem, its just not copy... I did something wrong? On form 2 [CODE] public string[,] arr = new string[170000, 2]; public string[,] newarr = new string[170000, 20]; [/CODE] On form 1 [CODE] string[,] arr = new string[170000, 2]; string[,] newarr = new string[170000, 20]; On one load of …
So my program task is to load a text file that contains for example: black | white And then i open one another text that contain a lot of words, and if for example it will find the word [B]black[/B], it will replace it with [B]white[/B]. This code below do …
Is there any way to play subtitles with axwindowsmediaplayer control? If not, is there any other component that support subtitles? If not, is there any other way to do that?
Hello guys... I need code to play rtmp... For example I went to this site [URL="http://wwitv.com/tv_channels/b4968.htm"]http://wwitv.com/tv_channels/b4968.htm[/URL] and found this link rtmp://208.69.42.59/live/stream29.... How now I play it?
The End.
Alkis90