Posts by vhoyer • 195 points
3 posts
-
1
votes1
answer185
viewsA: Progressbar with Timer
So you two trouble there: The slider stops pressing ~80% and already runs as if it was full. Close the splashscreen also closes the main thread (resulting in the closure of all processes involved).…
-
2
votes2
answers1496
viewsA: How to keep 2 elements in the same row Grid bootstrap 4
So when using a css framework like bootstrap, it is always recommended to write as little as possible of css. Bootstrap defaults to all Divs that do not have a size specification (type col-2, col-5)…
-
2
votes1
answer439
viewsQ: Open files from certain extension on my program
I’m making an application in Visual Studio, with the intention of it work with own extension files (.rmt, subject to change) and can open it later. I want that when the user double-click on the…