Advertisement

250 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top Delphi Solutions: 76 - 100 of 131
 
When i try to load a demo project i get an error: {Personality DelphiDotNet.Personality is requierd to load project abd is not loaded. Cannot load project.} What to do?
I need to down load about 15 xml files simultaneously. Each having a max size of 90 kb. Kindly suggest me the best way to download fast and parallely and without compromising resource consumpt...
delphi how to write header column name to a file I have 2 forms one is student form and another one is studentInfo form In student form i have student ID and student name for my heade...
I am using Delphi 7. I have a base panel Name =BasePanel created at design time. I need to crerate 'PanelA', 'PanelB' and 'PanelC' at runtime, where the parent for 'PanelA' is BasePanel and th...
Hi! I have writed a code to Show/Hide a specific external Program. I have also made a keyboard shortcut to directly hide or show the program. But to switch between hide and show I need to g...
Delphi Hi, i have check box and a button check. Im using TVirtualStringTree. In my list i have checkbox and when the checkbox is selected and press enter new page will appear. How to ...
The following code is typical of many examples in my Delphi programs. I use it when it is uncertain whether a form I want to show has already been created or not.         try frm2cat.show; ...
Using Borland Delphi 6. I have a combobox having 100 items on it. After I click the combobox and the items are shown, I wanted to position the VERTICAL scroll bar on the center of the dropd...
hi     i have a compiled project which contained a .dll file .text file and some .xml file. thies text and xml files are required at run time. i want to create a installer of my project.  
Im looking for information about the debugger, but i cant fins any info. Anyone know where the debugger is documented, either in the helpfiles or on the www?
I want to have a dialog that accepts the answers "yes" or "no". There shall be no close button, no resize and it must stay on top until selection is done. The window under shall not be selecta...
delphi How to print header column to the file i use the TvirtualStringTree component and i set my header colum at object inspector i have these column header names student, age, conta...
I need to disable TASK manager on VISTA width delphi: ex: someone press CTRL+ALT+DEL: this is disable OR the taks manager button is disable.
Hi, I have a TlistView in delphi, I dynamically add the columns at run time.  For one of the column HEADER I would like to make it red and the rest green. Any idea how to do this.  I kno...
Hi Experts, What is the best way to do a panel layout so all controls will show from top to bottom?  In other words where is the best place for the following properties on the controls for ...
I have developed a fully functional IE toolbar in Delphi with all the support from delphi experts. I need to make it compatible for firefox also. Help please.
I have been using Access (2000) as a back end for my apps for some years now.  It is not really SQL compliant and just is getting awkward to continue to use. What would be the easiest datab...
delphi I have more than one items and come with radio button How can i clear the selected radio button when i click the clear button?
I just downloaded Virtual Treeview from soft-gems. To my surprise i could not install it properly. I get the new tab "Virtual Controls" on my Tool Palette, but when i compile i get an error: ...
My borland delphi 2006 $(BDS) path is wrong and needs changing. Where can I do this ?
I want to write something like var s : string; begin s:= 'abc'; if asc(s)>30 then...{if s is space or higher...} but its not asc, what is it?
example i have a student table in the student table i have field name student name i have 2 row in the student table 1st row student name is james 2nd row student name is Benny In ...
We have a form that we need to compile in Delphi 5.  The components we use in this form  are no longer supported availabe for Delphi 7.  We want to put the Form into a DLL and compile the DLL ...
Delphi How to delete specific record from database I have 3 records that the ID's is 1 i want to delete only one record for the ID's 1 i use this but dont work PMyRec = ^MyRec; MyR...
Delphi How not to change the text when i press no button in TVirtualStringView Input: i have a list of student name process: i want to change the  student name output:have two buttons...