Posts by Pascal Starting • 711 points
25 posts
-
-1
votes1
answer395
viewsQ: Delphi registry key permissions
Windows security settings often do not allow registry keys to be changed by the user. As is the case with the key: "HKEY_LOCAL_MACHINE SOFTWARE Microsoft Windows NT Currentversion Schedule Taskcache…
-
1
votes1
answer737
viewsQ: How to check the INEXISTENCE of a directory on an FTP server in Delphi?
Use the Delphi and the Lazarus to create my applications, what should I do to check the non-existence of a directory contained in a FTP server? For example, when will you check the non-existence of…
-
1
votes1
answer688
viewsQ: How to read text files online?
I have a project done in Delphi and at a certain time it should perform the reading of a text file that is hosted on a website, however, I want this reading to be done online through a TMemo without…
-
5
votes3
answers2378
viewsQ: How to list files and subdirectories in Delphi?
I created a project in Pascal-Object and at a given time it should list all the files and subdirectories located in the Desktop tree, I found some examples on the WEB, but none was useful enough, as…
-
0
votes1
answer106
viewsQ: How to resolve problems uploading Tidftp to Object-Pascal?
I found a way to upload to my FTP server, but I try to notice that files over 1 KB arrive damaged, so I ask your help to solve my problem, the mode used in question was the image below, how to solve…
-
4
votes1
answer329
viewsQ: How to install the Tidhttp component in Lazarus?
I noticed that the Lazarus does not come by default with the component TIdHTTP, unlike Delphi, but I imagine it’s possible to urge the component somehow. How to install?…
-
4
votes1
answer556
viewsA: How do I upload to an FTP site?
Add the component TIdFTP and use the command below: IdFTP1.Host := 'IP do host FTP'; IdFTP1.username := 'Usuário do host FTP'; IdFTP1.password := 'Senha do host FTP'; IdFTP1.connect; {conecta e se…
-
0
votes1
answer296
viewsQ: Is it possible to limit the speed of the Internet through Delphi?
Is it possible to limit the speed of the Internet through Delphi? Example, if my internet is 120 KB/s I can reduce it to 10 KB/s on my own computer?
-
5
votes1
answer612
viewsQ: How to disable and enable a network adapter with Delphi?
I have an application that at some point should disable and enable the Windows network adapter, I searched through the internet, but found nothing. Test before posting an answer because dubious…
-
3
votes2
answers3731
viewsQ: Like killing lawsuits with Delphi?
I need to make an application in Delphi that finalizes processes through the image name, if this is possible tell me how.
-
0
votes0
answers206
viewsQ: Antivirus recognizes Tidhttp as a threat in Delphi, what to do?
I am using Delphi RAD XE6, but my Avast is accusing every application carrying the Tidhttp component as a virus, even though the application has only an empty form, I even tried to create the…
-
3
votes1
answer41
viewsQ: Is it possible to remove the bearing from a Twebbrowser?
It is possible to remove the vertical and horizontal bearing from a TWebBrowser? I searched several places of the internet, however, I did not find a valid answer, all the examples were false!…
delphiasked Pascal Starting 711 -
1
votes1
answer2508
viewsQ: How to open a WEB image on a Timage in Delphi?
I’m trying to open an image that’s on a site of mine, I can’t use Twebbeowser because it has a vertical scrollbar that I can’t remove, so I only have Timage.
-
4
votes1
answer854
viewsQ: How to download from Delphi via FTP servers with authentication?
I have some files on an FTP server at Hostinger, and these files were left there as links from FTP servers never change. As they are very important to make updates in my application, Delphi should…
-
2
votes1
answer1240
viewsQ: How do I install the Chromium package in Delphi?
I was using the Twebbrowser component which is based on Internet Explorer, but I have noticed that it runs disfigured HTML5 pages, I have heard about the Firefox package, but it did not run on…
-
0
votes3
answers775
viewsQ: Is it possible to mount a server that works from my computer?
I have a chat made in Delphi that works only on internal network, I also have his project in case you want to make any changes, and I was wondering if it is possible to make this chat work on remote…
-
1
votes1
answer9335
viewsQ: How to create html links that are directed to specific points on the page itself?
Lately I’ve noticed a few pages on html even being offline had links that directed the user to specific points of the page itself and would like to learn how to do this on Notepad++.…
-
7
votes1
answer1514
viewsQ: Is it possible to create graphical interfaces for Python applications?
And what about using them on a computer that doesn’t have a Python interpreter? If the answer is yes, what software is capable of doing this?
-
-1
votes2
answers906
viewsQ: How to send email through an HTML page?
How to send an email to a recipient established on a page HTML?
-
0
votes1
answer761
viewsQ: How to put shade on a "label" in Delphi?
Hello, I was wondering how to put shadow on a "label" in Delphi like this image below:
-
3
votes2
answers755
viewsQ: How to display letters from removable disk drives in Delphi?
Hello, I need to have a "Combobox" display the letter of the volumes of the pen drives that may eventually be connected to the computer, how can I do this?
-
1
votes2
answers993
viewsQ: How to program mobile with Delphi?
Hi, I know Delphi XE4 creates mobile apps for IOS, but does it do the same thing for Android mobile? And you do what the tool’s name is?
-
4
votes1
answer1342
viewsQ: How to leave a semi-transparent Delphi form?
Hello, to make it easier to understand see the example of the image below, thank you for reading my question!…
-
1
votes1
answer303
viewsQ: How to put 3D effects in Delphi applications?
Hello, I have noticed that some applications in Delphi have graphic effects in the forms in such a way that as soon as the cursor passes over an image, for example, around it appears a ripple, I…
-
4
votes1
answer3054
viewsQ: How to use Windows variables in Delphi?
Hello, I’m creating a project on Delphi, However, it needs to create some files, it wouldn’t give a good impression if it did this where it is, so I need these files to be created in the temporary…