Is there any way to make a control transparent like butt开发者_运维知识库on, edit, panel or etc...? I mean something like opacity or alpha blend that we have in form property.Some components have the
I\'m wondering if there\'s any class wizard extension (maybe GExperts extension?) for Delphi 7 Personal?
When debugging using the Delphi 7 IDE how can I step into code in the program files/borland/delphi7/source folder?
I\'m wondering if it\'s possible to bypass the OutputDebugString? I\'d like the OutputDebugString o开发者_开发问答utput showing up in DebugView and not in the internal Delphi Event Viewer window. But
i have created dynamic button with code below, the button caption is too long so i have to change the size of the caption to fit the button width but the wordwrap seen t开发者_JS百科o be not function
I cannot load icons which contain Vista sized icons when using the \'Load icon\'开发者_开发百科 in the application tab of Delphi 7.
At work I have used Delphi 6 & 7 Enterprise for several years. A few years back, I bought a personal copy of Turbo Delphi Professional. Because of this I am eligible for Delphi 2010 Professional u
I Have A ListBox With 10,000 Items And Many Many Duplicate Items! I Wonna Save It To A File Without Duplicate Items (One Item Instead All Copies!) And I Use This Way:
How开发者_StackOverflow社区 to get the sub-key name (eg. Stk Group\\ BISCUIT) from registry?Are you looking for TRegistry.GetKeyNames(Strings: TStrings);
How does one detect the action of adding/removing a UNC share? I basically just need to know if a share has been added/removed not details about the share itself. A working example would be greatly ap