| Recent Answers |
 |
 |
2008-08-16 Delphi - dynamic buttons and images: hello, buttons don't know stretching, so you must do the image manipulation yourself. here is one solution right out of my head. maybe other solutions are also possible. create another bitmap of the...
|
2008-08-13 Delphi - About excel from Delphi: hello, 1, WS := YourWB.Worksheets.Add(EmptyParam, EmptyParam, 1, EmptyParam, 0); 2, either by name or index. if you know that you need the second sheet, you write (i'm not sure it is 1-based...
|
2008-07-25 Delphi - How to set focus on form after messagedlg exits?: Glad I could be of assistance! I've been using Delphi since 1.0, and Borland Object Pascal since version 3.0 in 1986. It's a great language and environment to program in and I've used it commercially...
|
2008-07-24 Delphi - How to set focus on form after messagedlg exits?: We can start with a working demo. Here is the source to a simple working project. Unit1.pas: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls...
|
2008-07-23 Delphi - How to set focus on form after messagedlg exits?: I need a little more information. My applications respond exactly the way you are wanting them to. I created a test application and verified the action and it works as you want. When the modal dialog...
|