vcl
BCB6 TListBox (How to get the value of multiselected items)
How can I get the selected items in TListBox and add the items in the second TListBox, Im using Borland C开发者_运维百科++ Builder 6.As David said in his answer, you need to use the Selected property.[详细]
2023-03-05 10:06 分类:问答Hide VCL Classes
There are some program tools such as WinSpy++ which will allow you to hover over the Handle of any Control/Component and return the Class Name of that Handle. So for example, if I dropped a TMemo on a[详细]
2023-03-05 07:28 分类:问答Delphi vcl.net applications and decompilation
.net applications can be decompiled easily . But with the use obfuscator it can be made harder. My application is a Delphi for .net vcl (delphi for .net 2006) application. My problem is:[详细]
2023-03-03 09:45 分类:问答Delphi extract key from TObjectDictionary
sharing the code on this question as reference:Delphi TPair Exception How can I retrieve the key and value from a TObjectDictionary concrete entry without using TPair and without extracting/remove/de[详细]
2023-03-02 01:38 分类:问答Meteo info in win32 APP
Is there a good meteorological tool to use in win32 DELPHI App ? I did some googling but cou开发者_运维技巧ld not find anything good[详细]
2023-02-28 08:22 分类:问答ASCII in C++ Builder XE
I want to make an application in Embarcadero C++ Builder XEtotally in ASCII but C++ Builder XE\'s VCL are now UNICODE base.[详细]
2023-02-28 02:13 分类:问答-
Controls on top, like TPanel can do?
My program is doing a time consuming task, and I would like to display a TImage in the middle of the application window, but it will not stay on top - my VST is always on top. However, when I use a TP[详细]
2023-02-18 09:49 分类:问答 Make 2 forms able to overlap each other?
I would like to have a seperate form that shows \"along\" with my main form, so it does not overlap the main form.[详细]
2023-02-18 05:30 分类:问答Easiest way to make a button with just a image
I\'m using Delphi XE and I would like to make a button which shows just the provided PNG image with transparent background and no additional margins of any kind.[详细]
2023-02-16 03:05 分类:问答How do I make my custom treeview accept the Enter key?
I\'ve got a custom control that desce开发者_JAVA技巧nds from TTreeView.I\'m trying to give it special behavior when the user presses ENTER while the control is focused, by giving it a WM_CHAR handler[详细]
2023-02-13 00:57 分类:问答