I\'ve received source code for a utility I want to adapt, but it appears to have the .dfm files stored in binary f开发者_运维知识库ormat, and one of the .dfm files seems to be coRruPted.
I have a TPageControl with a number of TTabSheets that contain TForms (or possibly TFrames, but TForms for now).
To anyone\'s kno开发者_JAVA技巧wledge has the Delphi Win32 VCL ever been fuzz tested?ask this guy http://blogs.embarcadero.com/chrispattinson. He is director of quality assurance at Embarcadero and he
I have a utility routine that I call when validating user input in a dialog fails. It sets focus to the offending control, beeps and displays an appropriate message to the user. This works well as lon
Pardon the \"cast pun\" but I am a (long long) time Delphi developer.I have stayed at version 6 for an eternity now because it was everything I needed for development.However, lately I\'ve been thinki
I need components to integrate my app to Windows 7. I\'m talking about the taskbar\'s ability to have progre开发者_JAVA技巧ssbar, buttons, text and so on.
Need a PDF compressor that I can use from DELPHI 2007. What is the best one out there? UPDATE -开发者_高级运维--
I\'m using a blob field in a kbmMemTable to store a custom component that I\'ve developed from TComponent and I use the read and write component stream methods of 开发者_StackOverflowthe TReader to re
I have a number of forms that \'host\' other forms using ChildForm.Parent := HostForm and ChildForm.Align = alClient etc. Some child forms are host themselves for another child form. Under Windows 7,
I am using a 3rd party control which is descended from TComponent and I want it to have scrollbars, preferably autoscrollbars.