delphi-7
How to cancel deferred MoveFileEx operation?
I use the below command to 开发者_开发百科delete some files after reboot the machine: MoveFileEx(PChar(File_Address), Nil, MOVEFILE_DELAY_UNTIL_REBOOT);[详细]
2023-04-13 10:08 分类:问答SQL query updates then revertes changes
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[详细]
2023-04-13 07:19 分类:问答How to trigger the wrap of items in a ListView in Delphi? [closed]
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[详细]
2023-04-12 23:02 分类:问答How do I extract the target URL from a Google search result?
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[详细]
2023-04-12 20:45 分类:问答How to get music to play in Delphi 7?
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[详细]
2023-04-12 19:32 分类:问答Set timer on procedure?
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[详细]
2023-04-12 15:30 分类:问答Is there a reference for MaskEdit's masks?
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[详细]
2023-04-12 14:58 分类:问答How to save a string to a .txt file in Delphi?
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[详细]
2023-04-12 13:27 分类:问答An error with integer to string conversion
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.[详细]
2023-04-12 13:14 分类:问答Putting an image inside an combobox (right-hand edge) in Delphi/Win32
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.[详细]
2023-04-12 13:10 分类:问答