hickensa
hickensa
CC#
Created by hickensa on 4/26/2024 in #help
why is this only occasionally async
in memory
84 replies
CC#
Created by hickensa on 4/26/2024 in #help
why is this only occasionally async
well not memory leaking in the full sense it's stacking the form over and over
84 replies
CC#
Created by hickensa on 4/26/2024 in #help
why is this only occasionally async
and its memory leaking
84 replies
CC#
Created by hickensa on 4/26/2024 in #help
why is this only occasionally async
No description
84 replies
CC#
Created by hickensa on 4/26/2024 in #help
why is this only occasionally async
no the progress bar still worked but didn't reset
84 replies
CC#
Created by hickensa on 4/26/2024 in #help
why is this only occasionally async
nvm epic games launcher 177
84 replies
CC#
Created by hickensa on 4/26/2024 in #help
why is this only occasionally async
edge webview installer 170mb
84 replies
CC#
Created by hickensa on 4/26/2024 in #help
why is this only occasionally async
I should mention it only applies to larger files
84 replies
CC#
Created by hickensa on 4/26/2024 in #help
why is this only occasionally async
needed to remove advertising
84 replies
CC#
Created by hickensa on 4/26/2024 in #help
why is this only occasionally async
it's a mess
84 replies
CC#
Created by hickensa on 4/26/2024 in #help
why is this only occasionally async
fixed it
84 replies
CC#
Created by hickensa on 4/26/2024 in #help
why is this only occasionally async
I forgot to vopy the main download page I just added utils
84 replies
CC#
Created by hickensa on 4/26/2024 in #help
why is this only occasionally async
84 replies
CC#
Created by hickensa on 4/26/2024 in #help
why is this only occasionally async
No description
84 replies
CC#
Created by hickensa on 4/26/2024 in #help
why is this only occasionally async
I'll try again to remove it
84 replies
CC#
Created by hickensa on 4/26/2024 in #help
why is this only occasionally async
the progress bar just didnt do anything
84 replies
CC#
Created by hickensa on 4/26/2024 in #help
why is this only occasionally async
based on the fact this ui is generally inconsistent I am surprised I didnt have that happen even with it
84 replies
CC#
Created by hickensa on 4/26/2024 in #help
why is this only occasionally async
I did try doing it without it before and that caused issues one time and reverted it
84 replies
CC#
Created by hickensa on 4/26/2024 in #help
why is this only occasionally async
private void dl_DownloadProgressChanged(object sender, DownloadProgressChangedEventArgs e) { this.BeginInvoke(new Action(() => { lblSpeed.Text = string.Format("{0} kb/s", (e.BytesReceived / 1024d / sw.Elapsed.TotalSeconds).ToString("0.00")); lblDownload.Text = string.Format("{0} MB / {1} MB", (e.BytesReceived / 1024d / 1024d).ToString("0.00"), (e.TotalBytesToReceive / 1024d / 1024d).ToString("0.00")); progressBar1.Value = e.ProgressPercentage; })); }
84 replies
CC#
Created by hickensa on 4/26/2024 in #help
why is this only occasionally async
I dont even understand how that part works
84 replies