Suchergebnisse

Suchergebnisse 1-14 von insgesamt 14.

  • Benutzer-Avatarbild

    Zitat von exc-jdbi: „I also have something a code (without BackgroundWorker) if someone is interested, and will be post tomorrow too “ Thank you so much for the codes. this is really helpful as well. I'll try to combine your idea and MOD to my new update. And I will post the finish app when I'm done

  • Benutzer-Avatarbild

    Zitat: „ Well, I just got curious, and wrote it for myself. So why just let it go to waste on my drive when I could share it and probably help. “ Yes absolutely it's really a big help Zitat: „ Besides that, there are so many more and better ways to do Threading/Multitasking/Async computing. The best of course, also the newest, Async/Await in Combination with Tasks. “ Yes someone also suggested to me to use async/await. But only few tutorial in the internet that's why I can't still figure out how…

  • Benutzer-Avatarbild

    Full-quote removed ~ EaranMaleasi woow this is very usefull for me as a beginner. Thank you so much for the effort to make such good example. THis is is also be very usefull for others. I will do amalyze it and give you some feedback when I'm done It's really amazing because you don't use backgroundworker.

  • Benutzer-Avatarbild

    Zitat von exc-jdbi: „I also have something a code (without BackgroundWorker) if someone is interested, and will be post tomorrow too greeting exc-jdbi“ Wow that's really interesting as well. I think I can achieve what I want with all your help

  • Benutzer-Avatarbild

    Zitat von RodFromGermany: „@zackmark29 what kind of hard drive do you have? if i convert ts files with ffmpeg, it takes different times depending on the storage medium.“ I don't use ffmpeg because the video duration/length is changing and not syncing to subtitle I have HDD 1TB i7 with 12GB RAM

  • Benutzer-Avatarbild

    Wow that's really interesting. I'm excited to see it and promise I will analyze and learn from it Removed full-quote ~ EaranMaleasi

  • Benutzer-Avatarbild

    Zitat von EaranMaleasi: „So, did you get any speed improvements out of this? You weren't clear about that in #5“ Still the same speed. Is it normal for filestream to process big files with slow speed? sorry because I can't comment and reply twice.

  • Benutzer-Avatarbild

    alright now I understand. Thank you so much *Removed full-quote* ~NoFear23m

  • Benutzer-Avatarbild

    Here's my update with your suggestion as well. But don't know yet about using option strict on VB.NET-Quellcode (25 Zeilen) VB.NET-Quellcode (31 Zeilen) CodeTags adjusted ~VaporiZed

  • Benutzer-Avatarbild

    Hi could suggest someone or help me optimize the process of filestream? When I try to decrypt 600MB files it takes about 10mins to finish. Here's my VB.NET-Quellcode (45 Zeilen) CodeTags adjusted ~VaporiZed

  • Benutzer-Avatarbild

    Hello Der Programmator Thank you for the idea I'm almost got it. My problem just now is I can't patch the Like for example like this 83 3D 10 ED 6F 00 00 0F 85 DE 01 00 C6 05 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? I'm trying to patch the 83 and 3D but nothing is happening I already separate that Could you give me more idea?

  • Benutzer-Avatarbild

    *Full-quote removed* Ahm can you please explain more if it is fine? My problem now actually is I can't patch multiple bytes Like in the example

  • Benutzer-Avatarbild

    Can anybody understand English? Can you tell me what's wrong with my codes of replacing the original bytes with new bytes I tried my best but the bytes still not changing VB.NET-Quellcode (45 Zeilen)

  • Benutzer-Avatarbild

    Hi, I'm newbie here. Can anybody help me to use progressbar with backgroundworker properly? I did research but I always failed maybe I can find the answer in your comment. You can comment in German I used the code from this post:Backgroundworker and Progressbar My 89yiNPX.pngproblem is the result is Not 100% but it's not accurate result Here's the code that I've been using Quellcode (45 Zeilen) [code]Private Sub BackgroundWorker1_ProgressChanged(sender As Object, e As ProgressChangedEventArgs) H…