| Name | Expertise | Status |
 |
Krisztián Pintér View Profile
| I`m good at database design and programming, using windows API, multithreaded programming, inter-process commucitations, dll-s and packages. I`m experienced with OLAP and SQL. I also have some COM/ActiveX knowledge and component writing skills. Weak sides: internet, multimedia, graphics. Please don`t ask questions that can be easily looked up in the reference manual, or requires hours of debugging, what appears to be your task. Conceptional or methodological questions are the most welcome ones. | Available Ask A Question View Past Answers |
Randy Sill U.S. View Profile
| Turbo Pascal and Delphi developer since 1986. Strengths - UI, Windows API, Database, SQL, Internet, Threading, NT Services. | Available Ask A Question View Past Answers |
| |
| VOLUNTEER TO BE AN EXPERT IN THIS CATEGORY |
| Recent Answers |
 |
 |
2008-08-16 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 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 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 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 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...
|
| More Answers for "Delphi" |