I put TImage (alClient) in form and I put TPanel in front of TImage.
How to get picture the behind of TPanel and next painted in TPanel.
(I don't want using TLabel !)
Regards,
Joely
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10094958.html
How Can i access to The TPanel.Canvas property ?
I am writing a annual calendar component. Each day is a TPanel. It works fine, but now i want to be abble to write :
1) In the Top Left Corner, in ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10111061.html
I have a component that is derived from tpanel.
What i am trying to do is put in a ShowAccelChar Property on it.
but there is no capture event for the setting of the text, can someone tell me h...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20152235.html
I'm designing a derivative of TPanel which has OnMouseDown, OnMouseUp and OnMouseMove events. All events have handlers assigned correctly. There is a paint box over the top of the panel which has t...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20641096.html
Hello!
On OnCreate of my component (is TControl descendent), i need to create a TPanel (or any other container) on the Parent form of my component. Like TPageControl do with TTabSheet. Like TToolB...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20721870.html
How can I use the XP alphablending with TPanel? I see that work for Forms and Menus.
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21578431.html
how can I create a Form vcl and when drop it in my main form to become a part of my main form ? An embedded form I think.
I wish to work as a panel but to derive from TForm and not from TPanel.
...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21899612.html
Hi there,
I am trying to do the following,
I've got an application that has a main form:
MainForm
I have a LeftPanel panel on the left of the application...
Now...The Application has...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_22124804.html
How to change the color of the edge of TPanel in Delphi?
In Standard TPanel, the edge is always white
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10066053.html
I would like to add a TPanel control during runtime.
In the Tform1 class:
TPanel tmp.
In Tform1 constructor:
tmp = new TPanel(Owner);
tmp->Top = 100;
tmp->Left = 100;
...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20160970.html
Zones:
C++Date Answered: 10/02/2001 Rating: 7.6 Views: 0