Polymorphism overload vs override in C# Explained kzbin.info/www/bejne/apPEq6mAac98atU
@failtv51203 жыл бұрын
he talks normal on 1,5 speed lol
@NELKOV3 жыл бұрын
You just earned a sub nice chill tutorial!
@ragtop633 жыл бұрын
Very nice. Thanks for this!
@edsonferraz13 жыл бұрын
How Add the VideoLAN VLC ActiveX Plugin v1 in COM components?
@littlenewton64 жыл бұрын
谢谢!
@elkhoukhi4 жыл бұрын
Thank you, this was very informative!
@georgepius56944 жыл бұрын
Hi @cyorgmagus Where can I find the source code? I'm unable to find it on the mentioned website.
@AV14614 жыл бұрын
How do you remove the button appearance? As in only the icon showing.
@yalcinnmustafa4 жыл бұрын
very nice work!!! but link is broken or does'nt work.Could you share codes? Please
@JohanKorthout5 жыл бұрын
Thanks for the nice video with explanation. The website does not work however. I get a privacy page and can not click further. Could you upload the sourcecode and share a new download link? Thanks already very much.
@johnnygeorge36875 жыл бұрын
how to print this list view in .pdf file can you explain
@johnnygeorge36875 жыл бұрын
How to Print this list view
@kkiwi85595 жыл бұрын
Fantastic video! your very good at explaining this.
@spoiledMEATintimate5 жыл бұрын
Thanks! this was useful showing how to use the tab order in visual studio
@prajaktakelkar86155 жыл бұрын
fullname and name exactly what is it? exactly which names are used ?
@kannanmassey57835 жыл бұрын
Thanks. Can you guide about folderoperdialog could scroll down on it's own to selected path, it will be a great help
@Oktanination5 жыл бұрын
You are my hero
@paulpeters58445 жыл бұрын
I'd give this 5 likes if I could. Super helpful.
@davidbohadana82746 жыл бұрын
🦄 are the best :)
@farizlokman21796 жыл бұрын
if I want to run other .exe is it possible Sir?
@tonys80966 жыл бұрын
Thanks for the demonstration. I actually was able to do a bit easier doing the following://these class level variables get reset in the event that starts the playing of the selected mediaprivate int _hrs = 0;private int _mins = 0;private int _secs = 0;//this is declared as class level variable. private static string FORMAT_TIME = "{0,1}:{1,2:D2}:{2,2:D2}";In the TimeChanged event which you can wire up using the following code:vclPlayer.TimeChanged += TimeChanged;And then the TimeChanged event...private void TimeChanged(object sender, VlcMediaPlayerTimeChangedEventArgs e){ long currentElapsed = e.NewTime / 1000; if(currentElapsed % 60==0 && _secs>1) { _secs = 0; _mins += 1; if (_mins % 60 == 0) { _hrs+=1; } } else { _secs = Convert.ToInt32(currentElapsed % 60); } //tslTime is a label on the status bar that gets updated each time the TimeChanged event gets fired //as the media is playing. tslTime.Text = string.Format(FORMAT_TIME, _hrs, _mins,_secs);}Hope this makes sense and helps someone else
@victorcanever6 жыл бұрын
you were rigth.... I've tryied everything.... the "file:///" string saved my project
@Ragnark16 жыл бұрын
Question: public Dictionary<Cubie_Runtime_Script.CubeSides, List<List<int>>> CubeFaces; CubeFaces = new Dictionary<Cubie_Runtime_Script.CubeSides, List<List<int>>>(); CubeFaces.Add(Cubie_Runtime_Script.CubeSides.up, new List<List<int>>()); How might I proceed from here to populate a dictionary with the x and y coordinates of each cube in a Rubik's Cube face?
@ilyasturan54566 жыл бұрын
choose items vlc yok. Nasıl ekleyebilirim?yardım et
@burzel-wurzel6 жыл бұрын
Thank you
@art12345ar6 жыл бұрын
THANKS
@ramaganeshk60946 жыл бұрын
Can we load rtsp url in vlc play list?Kindly reply to me?
@raulpetcu92026 жыл бұрын
thank you,sir!
@nqaiser6 жыл бұрын
Very good tutorial, Thankyou. Can you confirm once released you can still send the .exe file alone and icons woudl still display properly?
@breakingbricksgames56996 жыл бұрын
idol teach me now thanks good video
@Jbrandan6 жыл бұрын
es un genio muchas gracias por compartir sus conocimientos no hay ningún tutorial que explique como funciona el justificado del lineas solo el de usted.
@LifeIsGood19926 жыл бұрын
thankssss
@sumitmakwana61046 жыл бұрын
how to pass values in
@gabrielemiliovieira6 жыл бұрын
good evening cyborgmagus to make the playlist load multiple files?
@gabrielemiliovieira6 жыл бұрын
First of all I want to say that you are congratulating the video, there are few that I found working with VLC in the forms and yours already helped me a lot in a small project that I am developing for studies I would like to know if there is any way to insert a progress bar to run along with the time of each video in the list and what would be the code and if it has like that time of the textbox to run in a decreasing way, I am new to programming and this would help a lot , success with canel and thank you very much.
@kubictechnology79956 жыл бұрын
can I start the video from particular time
@JosephR96 жыл бұрын
how the indexer knows what atribute take ?
@erfansh78127 жыл бұрын
@youtube , delet this video | 2012
@mbass5117 жыл бұрын
thanks
@ralphfest.pusteblume95307 жыл бұрын
The the explanation
@hacker1fans1117 жыл бұрын
thanks
@hacker1fans1117 жыл бұрын
radioButton.""Increment"" c# my problem any solution
@nicorafaelborden44997 жыл бұрын
where's your website sir? Very well explained by the way.
@aqilahrose7 жыл бұрын
done subscribe! i want to ask..if i implement a file copier..and i add this function to count the file size..how can i implement the time taken during data transfer(from source directory to target directory) i want to get leg:: 1000 byte in 200ms/minute/hour..hope u can help me! tqq
@warwickwestonwrigful7 жыл бұрын
That advice about needing a URI instead of a file was a real life saver man. Bless Warwick.
@shekariphilemon11667 жыл бұрын
pls in have been trying to visit cyborgmaguscsharpedge.com but it is not connecting
@shekariphilemon11667 жыл бұрын
this is a very nice job.
@sametkaraaslan68077 жыл бұрын
Hi, can you share the project?
@tejasmankar90827 жыл бұрын
i have a question hope you solve this. How to copy from a browser using C#