In C++,a console application can have a message handler in its Winmain procedure.Like this: int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
In my app, i\'ve created the TList type list where i store the pointers to 1 string and 2 float(real) values for every 3 items.
Is there a way to convert a WMF picture to GIF or PNG with the Delphi 2009 (or newer) 开发者_运维知识库run time libraries?PNG is not that hard, Delphi 2009 includes TPNGImage.
I currently use madExcept.MailAsSmtpClient to send my bug reports. However a couple of large clients have upgraded to Exchange Server 2007 and we can\'t get the SMTP support for our app configured (th
I can\'t figure out how to capture the De开发者_如何学运维letekey press. I found out that in ASCII code table, it is at 127 place, but if (Key = #127) then got me nowhere.
Embarcadero just released a whole bunch开发者_如何学JAVA of neat looking icons that I\'d like to use to make my Delphi 7 and 2009 apps look fancier. Is there a setting (or hack) in those IDEs that let
I\'m pretty new to Delphi even though I used to use it many years ago (ver 2) so the Frame concept is something new to me. I understan开发者_运维知识库d that they work simular to Forms in that that th
I\'m trying to use records with web services application in Delphi 32, the records defined as TMyRec = record
I\'m trying to use TIWJQueryWidget in a Delphi 2009 ISAPI application, and it\'s not working.I started with this tutorial : http://www.hadihariri.com/Blogs/Delphi/20080117.aspx.
I have the following piece of code to read Japanese Kanji characters from UTF-8 format Text file and then load it into Memo.