Showcase your knowledge about Apple's newest OS. Write a how-to or share a tip or trick about Snow Leopard and earn unlimited points!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested Delphi Programming Solutions: 1 - 25 of 7879
 
I want to get a result just the same as if i opened a .msg-file in notepad and saving it to a txt-file Can i use CreateProcess(with notepad.exe) to open  a .msg file and save it again. T...
Hi expert, Something strange happening here. Out of the blue, it seems, "acces violation at address ... in module 'vcl70.bpl'.  Write of address..." appears whichever application I open tha...
I need serial number of Borland Delphi 7 Enterprise ... plz help me
is it posible to limit row number in oracle? i want to select only first 10 records all other are not interesting SELECT * FROM bclint order by time desc limit 10
I keep receiving the following error and almost always they include rtl70.bpl or coreide.bpl or some kind of important file which is stored in the systemroot of my windows xp computer, im an...
From a newsgroup I got hold on this piece of sourcecode, which is supposed to get me the window handle from a processID. Well my question is in fact quite simple. It doesn't work, but whats wr...
In my Delphi 3 application, I have TDBGrid, TDatabase and TDataSource components.  When I compile the project to an EXE, and then give the EXE to a friend to use on their own PC, they get the ...
What are the ASCII values of the following keys: Function keys (F1-F12), Shift, Ctrl, Alt. How do I check the ASCII values of these keys in the OnKeyDown event of a DB grid (if key = ?)?    
How can I get one of them? Motaz
I am using Delphi 7 and I want to print a label out on the Zebra TLP 2844 Label Printer. I am wanting to use the EPL2 Language that it understands. According to the Programming Manual it...
is there any way to convert the amout of pixels traveled by a mouse into centimeters? (or millimeter, or meters, or whatever) i already have a mouse hook, so that;s no problem, i know where i...
Hi all, couldn't find a UTF-8 encoding function in Delphi anywhere. I'm using Delphi 5 and I need to XML format some data with UTF-8 encoding. I'd really apreciate copy & paste coding...
Help me! I want to convert pixels to cm/inch. As we know that indent property in TRichEdit uses LongInt type which refer to pixels. So, please give me a formula to convert pixels to cm /inch! ...
Greetings... I Need a very Clear example of how to send & receive(commands and string)using indy TCP Client, Server Client ? also the Server has a password to establish the connection from t...
Hi, I need to have a working function that will read a entire hex-string and will output an ascii-string. So: HexString = 45 00 63 00 6b 00 68 00 61 00 72 00 74 00 2e 00 54 00 6f 00 6c ...
i have variable that's a DWord type. how can i convert it to a string so i can use it in a listview? MyVariable: DWord:
Anybody ever seen that one ? In a Delphi 7.0 app, which works fine on my XP machine, but gives the error on at least 5 PCs running W2K SP5 (haven't tried their 300 over ones !). Can't really...
Hey there, i need to work with MS Excel within delphi! i've found out how to open excel, open a new workbook/worksheet i can also add data to the workbook and in other ways manipulate t...
In Delphi 6.0 with Excel 8.0(2000) How I can read(or write) a value (or field value) from(in) workBook in cells of excell. (How I can creat a relation with excel and delphi) Thanks best...
Hi guys, I have this code: ----------- procedure TForm1.Button1Click(Sender: TObject); var   H: THandle; begin   H := FindWindow(nil, 'TestExe');   if H = 0 then     //executes a code ...
Hi,   I have been trying to embed a manifest into a Delphi 7 application which elevates the priveleges to "administrator" without the user having to right click and 'Run As Administrator' on ...
just started geting i/o error 183 to a program that has been working for years!. Using delphi 2.0 and DBF files; trying to perform a rewrite following and AssignFile to a textfile var on a uni...
Hopefully this will be my last posting on this subject :-). With the help of the Delphi Experts I have put together a keyboard logger that records in a memo box anything the user types on t...
Hi, I am writing a CGI program and need to ensure that the unsafe characters passed in parameters are encoded/decoded correctly.  Now I understand URL encoding overall, with unsafe characte...
We are receiving the error "Parameter object is improperly defined. Inconsistent or Incomplete information was provided" when we try to pass the following combination of colon (:) and double q...