Posts by Fabyo Guimaraes • 58 points
6 posts
-
1
votes1
answer345
viewsA: Use c# to install a program in silent mode by passing parameters
Solved discovered the problem, the visual studio was trolling me, every time I glued the txt it gave space alone so the argument was incorrect Then I got all the extra space he put in and it worked…
c#answered Fabyo Guimaraes 58 -
1
votes1
answer345
viewsQ: Use c# to install a program in silent mode by passing parameters
I am trying to create a program that installs several programs silently some programs that use simple parameters type " /Q" I got and worked but it has a program that the parameter is big and they…
c#asked Fabyo Guimaraes 58 -
0
votes3
answers116
viewsA: Make objects appear
I’ll show you a simple example, to base and build your code, basically you need to take the chosen value and check and show the input you want $('#tipoproblema').change(function(){ if(this.value ==…
-
0
votes2
answers129
viewsA: Send values from a <H5> tag to a variable in PHP
The information inside the H5 you already have it because it comes from the bank and Voce uses the $vehicle, just take the plate and consult the bank to get this information. But if Voce intends to…
-
0
votes1
answer95
viewsQ: Problem when cancelling a process
I asked a question earlier to cancel the process of compressing files. I have 2 problems with this code, the program has the function of compressing files in pairs separately getting 2 files in each…
-
0
votes3
answers166
viewsQ: How do I stop a running program?
I created a program that compresses files using 7z and as there are several files within a loop and the program should compress 1 file at a time, I used WaitForExit() The program works perfectly,…
c#asked Fabyo Guimaraes 58