Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~846 People Reached
Favorite Tags
Member Avatar for Alkis90

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 …

Member Avatar for Alkis90
0
62
Member Avatar for Alkis90

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?

Member Avatar for Alkis90
0
159
Member Avatar for c#learner

Recently started basic programming in uni and I am struggling with c#. One of my lab questions was write a dice program, i will write the exact question below. Because of anxiety I cannot ask the lecturer for help in class so thats why I am here. I am unsure …

Member Avatar for bmc100
0
121
Member Avatar for Alkis90

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 …

Member Avatar for Mitja Bonca
0
91
Member Avatar for Alkis90

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 …

Member Avatar for Alkis90
0
254
Member Avatar for Alkis90

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?

Member Avatar for riteshbest
0
84
Member Avatar for Alkis90

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?

Member Avatar for Momerath
0
74