Posts by Robinho de Morais • 61 points
4 posts
-
0
votes1
answer958
viewsQ: How to run bat file by Delphi
Folks I am trying to run a bat file that is in the same exe folder, however I tried it in several ways and it does not run. WinExec('startNodeJS.bat',SW_SHOW); It does not run the bat, this bat is…
-
2
votes1
answer2460
viewsQ: Example of Thread Pool in Delphi
How do I make a pool of Thread, I need to execute a process that contains several records, but I need to send on demand, send 10 and as you release, send more.... how can I do ? I set an example...…
-
2
votes1
answer2028
viewsQ: idHTTP HTTP/1.1 401 Unauthorized error
Good morning, Already test several tips and solutions on this subject here in the forum and outside too, I’m 5 days trying to perform a post using idHttp with Design Berlin. This is my code;…
delphiasked Robinho de Morais 61 -
1
votes0
answers217
viewsQ: Delphi Chromium flash player
I’m mounting a simple browser with Chromium, but when I open a flash site it asks to install the flash plugin, I wonder if there is any way to load the flash not to need to install on the computer,…