Tagged Questions

0
votes
3answers
127 views

Delphi + Transparent forms with parent.

I want to create a form, but just use it to keep an image. (Like a splash form) To create a form like these I use these lines: "SetWindowLong(Handle, GWL_EXSTYLE, LexStyle or WS_EX_LAYERED); …
0
votes
5answers
181 views

Closing a secondary delphi form causes the main form to lose focus

When showing a secondary form from the main form and from the second form showing a third form and then closing both forms will cause the main form to lose focus. Using Delphi 2009 with XP SP3 Here …
0
votes
2answers
129 views

TImageList component for Delphi 7 Wich supports PNG Images.

Hello, anyone knows a component that descends from TImageList and support PNG images, and compatible with Delphi 7. Thanks in advance. Bye.
1
vote
5answers
155 views

Delphi non visual TTree implementation

Hello, I'm looking for a non visual persistent tree (TStringTree) implementation. If someone known any good implentation of it, please let me know. Thanks.
0
votes
1answer
79 views

Interface for Open Cascade in Delphi

I am trying to find a way to use Open Cascade(www.opencascade.org) - 3D Modeling Technology in one of our software which is written in Delphi. I did manage top find an ActiveX which supports Open …
4
votes
2answers
207 views

How Do I Add A TLabel To The Menu Bar in Delphi?

I use Beyond Compare (a great program), and was very impressed when it displayed a "New Version Available" label on its Menu Bar. I clicked on it, up popped an install new version box, it installed, …
0
votes
2answers
161 views

Delphi 2010 Action Manager & Main Menu Bar

I'm trying to use the Action Manager and Action Main Menu Bar in Delphi 2010 an I have no idea how to make this work. I've tried looking at the examples that come with Delphi 2010 and I can't seem to …
2
votes
1answer
256 views

Did you ever encounter commercial VCL component/suite without bugs? [closed]

I've used a lot commercial components, over the time. Now I just use a few. Almost all came with bugs. Some were minor and some disastrous. This is not bashing. We all produce bugs, that's expected. …
11
votes
6answers
317 views

What is the purpose of the ‘Tag’ property of Delphi VCL components?

Is there any specific purpose for the 'Tag' property of Delphi VCL components? I have Googled a few examples using it as, for example, a 'color' property or using the value as a pointer address, but …
0
votes
1answer
114 views

How do I remove items from the default right-click menu in Delphi 2010?

Who or what inserts the Unicode, right-to-left and IME items at the foot of the default right-click popup menu in Delphi 2010 VCL applications? I would like to remove them for user environments where …
4
votes
7answers
1k views

How to make a Delphi TSpeedButton stay pressed if it’s the only one in the group

I'm not sure why the TSpeedButton has this property but when a TSpeedButton is the only button of a given groupindex, it doesn't stay pressed, whether or not "AllowAllUp" is pressed. Maybe a Jedi …
1
vote
2answers
151 views

Opacity of a TWinControl?

How could one change the opacity of a TWinControl based control? And why didn't they add this capability to TControl/TWinControl level (why only TForm)?
3
votes
3answers
142 views

Enumerate the VCL controls in a external application

Hello, is possible via the Windows API's to enumerate and iterate the VCL controls on a form (TForm) belonging to a external Win32 application written in C ++ Builder or Delphi. Bye.
1
vote
6answers
173 views

Determine if running as VCL Forms or Service

I have code which is used both in services and within VCL Form applications (win32 application). How can I determine if the underlying application is running as a NT Service or as an application? …
2
votes
1answer
168 views

Delphi 2009 - Handle when window is restored via double clicking the SysMenu?

Hi, I need to handle when the user restores the form by double clicking the title bar. I tried handling the WM_SYSCOMMAND window message however this only works if the user restores the form via …

1 2 3 4 5 6 next
15 30 50 per page