I have a Win32 project, Dephi 2007, Vista. It works just fine. I installed the Microsoft .net framework in order to run an online backup program. Suddenly I started getting an "unspecified"...
I need procedure which will count from cursor in left direction to the specific text.
I use TRichedit and 2 Tedits.
In first TEdit i have to write text to which program will co...
is there a way for delphi code to be alerted / notified when a computer enters the idle / sleep mode? i'm sure there is i'm just hoping to find examples.
i have a panel that starts inside of an MDI form and would like to be able to drag it outside of the MDI form. is this possible in the OnDragOver event? If so how?
Alright, I have some file format conversion code in C++ and gave it my best shot in translating myself. Inflate causes a nice a/v and it's probably because I declared things wrong.
First po...
We have a server with 12 gb rams on it. Our application runs threads about 1500-2000. Also our stack size of main application is 1 mb.
We periodically get the error message Socket Creation...
Hi Experts,
I need to read an intel hex file and create a binary image.
How do I do that, any ideas?
Thanks
Hi experts!
I have this problem: In a program I am working on, I have some custom Listbox with items. I can click on one item and the item will be selected... So I use the information of th...
I need to convert a date string to a TDate
How to convert 'November 3, 2008' to 11/03/08
thanks
Hi all,
I have developed a IE toolbar. Everything is working perfect but i want ur favor to doing one thing.
basically the tree structure of my toolbar is as follows :
BandForm...
Dear Experts,
Can someone help me with this translation of this C# procedure to a Delphi-procedure:
private void Convert_Click(object sender, EventArgs e)
{
SaveFileDialog ...
delphi
Hi how to compare a integer value of string
example
currently im using comparetext.
when i try to sort integer value i get as below
1
12
12000
121
how to make it
1
12...
Hello guys
I developed a system and there is a form in the system that I call it from everywhere in my system with a short key, but this I can do only when my system is open in the screen o...
I am hoping that someone can tell me, quickly, where the library and search paths are stored for D5 so that I can edit them by hand.. I am tired of having to use the little windows that the ID...
delphi
Hi Experts,
In my Form 1 i have 3 button: button1,button2 and close.
button1 link me to form2 and button2 link me to form3
In form 3 i have 2 button: how to link to form2 and bu...
Hi
Got a problem here with this code, it works then it doesnt. I need to beable to copy a table [blank data, has structure] from within a MDB, creating a new table for a new user added by c...
I notice that by default (windows behavior), a menu does not have its menu items (first Character) underlined for the Alt-F hot keys, UNTIL you press the Alt button.
When you move away from...
Hi All,
I have what I hope is a quick (and increasingly frustrating) problem with TWebbrowser in Delphi 2007.
We are creating Order Confirmation e-mails in HTML to be sent via SQL mail. ...
How do I turn off the monitor for Vista. The following windows api commands work for Win 9x, NT & XP but not for Vista:
{ turn off your monitor }
SendMessage(Application.Handle, WM_SYSCOMMA...
Hi Experts,
I asked a question (http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23875865.html). An expert suggested the following program(http://home.hetnet.nl/~newlife-...
Hi Folks!
I have an editbox which I want to use as password box.
1. when the text = 'Geef wachtwoord in' It should be cleared when the user clicks in it
2. It should show * instead of...
Hello guys
I would like to know if I can have problem if I made a query with parameter and another time make the same query without parameter with the same adoquery? Example:
with qaux d...
I allow my users to build a filter string, from a form. They seelct combobox items and enter values in edit boxes, and click the add button to add the filter criteria to a ListView control (3 ...
Hi I have virtual list view. In which I am listing the data of a record. If I have deleted one or two rows of the list view then how can I update it to the record from which I am loading the r...
hi experts,
i have a client server application. I use TSocketConnection to connect to server. the problem is, client connection is shutdown everytime windows goes stand by. is there a worka...