I use the below command to 开发者_开发百科delete some files after reboot the machine: MoveFileEx(PChar(File_Address), Nil, MOVEFILE_DELAY_UNTIL_REBOOT);
I\'m currently baffled by the one problem. I can insert and delete records from my table but I can\'t update certain fields. It does update it temporarily before reverting changes 0.5 seconds later, I
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this po
I am trying to extract URLs from Google search results. I use Indy IdHTTP to get HTML results from Google, and I use Achmad Z\'s code for getting the link hrefs from the page. How can I get the real l
I need to get music to play in the backg开发者_如何学编程round in the start of the program in the OnFormActivate event for my program. I have the song I want to use but I dont know what command Delphi
i\'m building an application with a Twebbrowser component that needs to navigate to only 1 Page, the application will be in the Windows autostart so it\'s possible that there isn\'t any internet conne
I\'m trying to make a semi-complex masking textbox in Delphi 7. I\'m having problems in that I can\'t find any kind of reference for what each开发者_C百科 character in a mask means. All I can find are
I need to make a program that generates a passw开发者_如何学JAVAord that is saved in a text file format in a specific destination I set and the user needs to open the .txt to get the password to \'unl
I am programming in Delphi 7 on Windows XP. This part of the program is defining a caption for the opendialog and I have a really strange problem.
I want draw a an image inside an combobox (right-hand edge) in Delphi/Win32. The combobox has the style csDropDown. This doesn\'t work with csOwnerDrawFixed or csOwnerDrawVariable.