Posts by Vítor Souza • 21 points
3 posts
-
0
votes0
answers10
viewsQ: how to close the current form while handling an external component?
I have a form that is not the main form of the program. I am using Libvlc for C# for media playback in this form, so I have a Mediaplayer component. I’m dealing with the Mediaplayer_stopped event as…
-
0
votes0
answers13
viewsQ: Interpret file . uni with VB.net
I have a file . ini with the following structure: [00000000000] parâmetro1=xxxxxxxxxxxxxxx parâmetro2=xxxxxxxx parâmetro3=xxxxxxxxxx and this pattern repeats itself for about 2000 times. I would…
-
-1
votes2
answers167
viewsQ: Check if canvas is drawn
Hello. I need some function to check if my canvas was designed by the user. The code is as follows:: <canvas id="canvas"> Este navegador não suporta esta função. </canvas> <script…